body {
  font-family: 'Oswald', sans-serif;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((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.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !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: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !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: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !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: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #ffe161 !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #facb00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #ffe161;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffe161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  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: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffe161;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.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: #ffe161;
  border-bottom-color: #ffe161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffe161 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c69453 !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='%23ffe161' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-uYfY3shcdk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYfY3shcdk nav.navbar {
  position: fixed;
}
.cid-uYfY3shcdk .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uYfY3shcdk .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYfY3shcdk .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uYfY3shcdk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYfY3shcdk .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uYfY3shcdk .dropdown-item:hover,
.cid-uYfY3shcdk .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uYfY3shcdk .dropdown-item:hover span {
  color: white;
}
.cid-uYfY3shcdk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYfY3shcdk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYfY3shcdk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYfY3shcdk .nav-link {
  position: relative;
}
.cid-uYfY3shcdk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYfY3shcdk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYfY3shcdk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYfY3shcdk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYfY3shcdk .dropdown-menu,
.cid-uYfY3shcdk .navbar.opened {
  background: #ffffff !important;
}
.cid-uYfY3shcdk .nav-item:focus,
.cid-uYfY3shcdk .nav-link:focus {
  outline: none;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYfY3shcdk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYfY3shcdk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYfY3shcdk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYfY3shcdk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYfY3shcdk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYfY3shcdk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYfY3shcdk .navbar.collapsed {
  justify-content: center;
}
.cid-uYfY3shcdk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYfY3shcdk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYfY3shcdk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYfY3shcdk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYfY3shcdk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYfY3shcdk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYfY3shcdk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYfY3shcdk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYfY3shcdk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYfY3shcdk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYfY3shcdk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYfY3shcdk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYfY3shcdk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYfY3shcdk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYfY3shcdk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYfY3shcdk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYfY3shcdk .navbar-brand .navbar-caption:hover,
.cid-uYfY3shcdk .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYfY3shcdk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYfY3shcdk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYfY3shcdk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYfY3shcdk .dropdown-item.active,
.cid-uYfY3shcdk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYfY3shcdk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYfY3shcdk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYfY3shcdk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYfY3shcdk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYfY3shcdk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYfY3shcdk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYfY3shcdk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYfY3shcdk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYfY3shcdk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfY3shcdk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYfY3shcdk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYfY3shcdk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYfY3shcdk .navbar {
    height: 70px;
  }
  .cid-uYfY3shcdk .navbar.opened {
    height: auto;
  }
  .cid-uYfY3shcdk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYfY3shcdk .navbar-nav {
  margin: 0;
}
.cid-uYfY3shcdk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYfY3shcdk .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYfY3shcdk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYfY3shcdk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover,
.cid-uYfY3shcdk .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover::after,
.cid-uYfY3shcdk .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover::before,
.cid-uYfY3shcdk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYfY3shcdk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYfY3shcdk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYfY3shcdk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYfY3shcdk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYfY3shcdk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYfY3shcdk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYfY3shcdk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYfY3shcdk .content-wrap {
  min-height: 110px;
}
.cid-uYfYAEt0yX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d7887;
}
.cid-uYfYAEt0yX h2,
.cid-uYfYAEt0yX h4,
.cid-uYfYAEt0yX p {
  margin: 0;
}
.cid-uYfYAEt0yX .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uYfYAEt0yX .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uYfYAEt0yX .image-wrap {
    margin-top: 30px;
  }
}
.cid-uYfYAEt0yX img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uYfYAEt0yX .mbr-section-title {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-uYfYAEt0yX .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uYfYAEt0yX .mbr-text {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-uYfYAEt0yX .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYfYAEt0yX .socials p {
  margin: 0 20px 0 0;
}
.cid-uYfYAEt0yX .socials-item .link {
  color: #000000;
}
.cid-uYfYZTnJ81 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfYZTnJ81 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYfYZTnJ81 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYfYZTnJ81 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2d7887;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sSw5LIPlNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-sSw5LIPlNd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw5LIPlNd .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw5LIPlNd .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f9f7f5;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .label-text {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title,
.cid-sSw5LIPlNd .mbr-section-btn {
  text-align: center;
}
.cid-uYeJoM3BSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYeJoM3BSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYeJoM3BSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYeJoM3BSH .items-wrapper {
  margin: 0 -32px;
}
.cid-uYeJoM3BSH .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYeJoM3BSH .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uYeJoM3BSH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff6d99;
  border-color: #ff7ca4;
  box-shadow: 0 18px 32px -8px #ff6d99;
}
.cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
  box-shadow: 0 18px 32px -8px #b1a1e3;
}
.cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uYeJoM3BSH .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uYeJoM3BSH .card-title {
  color: #111111;
}
.cid-uYeJoM3BSH .card-text {
  color: #666666;
  text-align: center;
}
.cid-uYeJoM3BSH .card-title,
.cid-uYeJoM3BSH .iconfont-wrapper {
  text-align: center;
}
.cid-uYfZtEbZcu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYfZtEbZcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfZtEbZcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfZtEbZcu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYfZtEbZcu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYfZtEbZcu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYfZtEbZcu .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYfZtEbZcu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYfZtEbZcu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYfZtEbZcu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYfZtEbZcu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYfZtEbZcu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYfZtEbZcu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYfZtEbZcu .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYfZtEbZcu .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uYfZtEbZcu .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uYfZtEbZcu .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYfZtEbZcu .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uYfZtEbZcu .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uYfZtEbZcu .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYfZtEbZcu .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYfZtEbZcu .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYfZtEbZcu .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uYfZtEbZcu .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uYfZtEbZcu .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYfZtEbZcu .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uYfZtEbZcu .mbr-label,
.cid-uYfZtEbZcu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfZtEbZcu .mbr-section-title,
.cid-uYfZtEbZcu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfZtEbZcu .mbr-text,
.cid-uYfZtEbZcu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYfZtEbZcu .item-text {
  color: #000000;
}
.cid-uYfZtEbZcu .item-text,
.cid-uYfZtEbZcu .mbr-section-btn {
  text-align: center;
}
.cid-sSw6XGqytG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSw6XGqytG .row {
  justify-content: center;
}
.cid-sSw6XGqytG img,
.cid-sSw6XGqytG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSw6XGqytG .item:focus,
.cid-sSw6XGqytG span:focus {
  outline: none;
}
.cid-sSw6XGqytG .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSw6XGqytG .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSw6XGqytG .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-sSw6XGqytG .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-sSw6XGqytG .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover span {
  color: #ffe161 !important;
}
.cid-sSw6XGqytG .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-sSw6XGqytG .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-sSw6XGqytG .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sSw6XGqytG .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-sSw6XGqytG .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-sSw6XGqytG .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-sSw6XGqytG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .label-text {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-sSw6XGqytG .mbr-text {
  color: #ffffff;
}
.cid-sSw6XGqytG .item-title {
  color: #000000;
}
.cid-sSw6XGqytG .item-subtitle {
  color: #ffffff;
}
.cid-sSw6XGqytG .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-sSw6XGqytG .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-sSw6XGqytG .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-subtitle {
  text-align: left;
}
.cid-uYfZoUHIRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfZoUHIRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfZoUHIRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfZoUHIRb .row {
  margin: 0 -32px;
}
.cid-uYfZoUHIRb .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYfZoUHIRb .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYfZoUHIRb .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYfZoUHIRb .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYfZoUHIRb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYfZoUHIRb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYfZoUHIRb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYfZoUHIRb .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYfZoUHIRb .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #2d7887;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYfZoUHIRb .image-wrapper {
    padding: 6px;
  }
}
.cid-uYfZoUHIRb .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYfZoUHIRb .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYfZoUHIRb .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYfZoUHIRb .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYfZoUHIRb .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYfZoUHIRb .mbr-label {
  color: #49496d;
}
.cid-uYfZoUHIRb .mbr-section-title {
  color: #181824;
}
.cid-uYfZoUHIRb .mbr-text,
.cid-uYfZoUHIRb .text-wrapper {
  color: #000000;
}
.cid-uYfngW4RNW {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #2d7887;
}
.cid-uYfngW4RNW .mbr-text,
.cid-uYfngW4RNW .mbr-section-btn {
  color: #ffffff;
}
.cid-uYfngW4RNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfngW4RNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfngW4RNW H1 {
  color: #ffffff;
}
.cid-uYbKAc4xcz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYbKAc4xcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKAc4xcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKAc4xcz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYbKAc4xcz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYbKAc4xcz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uYbKAc4xcz .panel-body,
.cid-uYbKAc4xcz .card-header {
  padding: 1rem 0;
}
.cid-uYbKAc4xcz .panel-title-edit {
  color: #222222;
  text-align: center;
}
.cid-uYbKAc4xcz H3 {
  color: #222222;
  text-align: center;
}
.cid-uYg0236jXC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYg0236jXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYg0236jXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYg0236jXC .row {
  margin: 0 -45px;
}
.cid-uYg0236jXC .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uYg0236jXC .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-uYg0236jXC .images-wrapper {
    flex-direction: column;
  }
}
.cid-uYg0236jXC .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-uYg0236jXC .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uYg0236jXC .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uYg0236jXC .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #ffe161;
}
@media (max-width: 992px) {
  .cid-uYg0236jXC .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-uYg0236jXC .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uYg0236jXC .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uYg0236jXC .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #9a1436;
}
.cid-uYg0236jXC .images-wrapper .logo-wrapper img:hover,
.cid-uYg0236jXC .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-uYg0236jXC .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uYg0236jXC .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYg0236jXC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYg0236jXC .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uYg0236jXC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYg0236jXC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uYg0236jXC .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYg0236jXC .mbr-label {
  color: #3a001d;
}
.cid-uYg0236jXC .mbr-section-title {
  color: #3a001d;
}
.cid-uYg0236jXC .mbr-text {
  color: #3a001d;
}
.cid-uYg0236jXC .mbr-section-title,
.cid-uYg0236jXC .mbr-section-btn {
  color: #ffffff;
}
.cid-uYg0236jXC .mbr-text,
.cid-uYg0236jXC .text-wrapper {
  color: #ffffff;
}
.cid-uYfnudlP07 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYfnudlP07 .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #2d7887;
  max-width: 80%;
}
@media (max-width: 767px) {
  .cid-uYfnudlP07 .container {
    padding: 140px 15px;
  }
}
.cid-uYfnudlP07 .wrap {
  display: none;
}
.cid-uYfnudlP07 section {
  position: relative;
}
.cid-uYfnudlP07 .mbr-section-title {
  color: #ffffff;
}
.cid-uYfnudlP07 .mbr-text,
.cid-uYfnudlP07 .mbr-section-btn {
  color: #ffffff;
  z-index: 70;
}
.cid-uYfnudlP07 .btn {
  padding: 17px 54px !important;
}
.cid-uYfnudlP07 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.cid-uYfnudlP07 .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uYfnudlP07 .image-1 {
  position: absolute;
  left: -75px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-uYfnudlP07 .image-2 {
  position: absolute;
  left: -33px;
  top: 195px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-uYfnudlP07 .image-3 {
  position: absolute;
  left: -11px;
  bottom: -141px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-uYfnudlP07 .image-4 {
  position: absolute;
  left: auto;
  right: -91px;
  bottom: -312px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-uYfnudlP07 .image-5 {
  position: absolute;
  left: 7px;
  top: 35px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-uYfnudlP07 .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-uYfnudlP07 .mbr-arrow {
  bottom: 105px !important;
}
@media (max-width: 1199px) {
  .cid-uYfnudlP07 .image-1 {
    left: 5px;
    bottom: -293px;
  }
  .cid-uYfnudlP07 .image-2 {
    left: 277px;
    top: 95px;
  }
  .cid-uYfnudlP07 .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-uYfnudlP07 .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-uYfnudlP07 .image-5 {
    left: 7px;
    top: 35px;
  }
  .cid-uYfnudlP07 .image-6 {
    left: 615px;
    top: -10px;
  }
}
@media (max-width: 992px) {
  .cid-uYfnudlP07 .image-1 {
    bottom: -213px;
  }
  .cid-uYfnudlP07 .image-2 {
    top: 115px;
  }
  .cid-uYfnudlP07 .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-uYfnudlP07 .image-6 {
    left: -295px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uYfnudlP07 .image-1 {
    bottom: -263px;
  }
  .cid-uYfnudlP07 .image-3 {
    left: 9px;
    bottom: 39px;
  }
  .cid-uYfnudlP07 .image-4 {
    bottom: -112px;
    right: -31px;
  }
  .cid-uYfnudlP07 .image-6 {
    left: -125px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uYfnudlP07 .align-left {
    text-align: center;
  }
}
.cid-uYfnudlP07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfnudlP07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYg0lh3Y8J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYg0lh3Y8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYg0lh3Y8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYg0lh3Y8J .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYg0lh3Y8J .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYg0lh3Y8J .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYg0lh3Y8J .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYg0lh3Y8J .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYg0lh3Y8J .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYg0lh3Y8J .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYg0lh3Y8J .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYg0lh3Y8J .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uYg0lh3Y8J .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uYg0lh3Y8J .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYg0lh3Y8J .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYg0lh3Y8J .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #2d7887;
}
@media (max-width: 992px) {
  .cid-uYg0lh3Y8J .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uYg0lh3Y8J .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYg0lh3Y8J .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYg0lh3Y8J .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYg0lh3Y8J .mbr-label,
.cid-uYg0lh3Y8J .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYg0lh3Y8J .mbr-section-title,
.cid-uYg0lh3Y8J .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYg0lh3Y8J .mbr-text {
  color: #515151;
}
.cid-uYg0lh3Y8J .mbr-text,
.cid-uYg0lh3Y8J .mbr-section-btn {
  color: #ffffff;
}
.cid-uYg1Nf5i3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYg1Nf5i3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYg1Nf5i3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYg1Nf5i3T .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #222222;
}
@media (max-width: 992px) {
  .cid-uYg1Nf5i3T .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uYg1Nf5i3T .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYg1Nf5i3T .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uYg1Nf5i3T .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-uYg1Nf5i3T .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uYg1Nf5i3T .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYg1Nf5i3T .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYg1Nf5i3T .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYg1Nf5i3T .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uYg1Nf5i3T .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uYg1Nf5i3T .mbr-section-title,
.cid-uYg1Nf5i3T .mbr-section-btn {
  color: #000000;
}
.cid-uYbg3aT0mG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbg3aT0mG .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbg3aT0mG .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbg3aT0mG .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbg3aT0mG .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbg3aT0mG .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbg3aT0mG .google-map {
    height: 356px;
  }
}
.cid-uYbg3aT0mG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbg3aT0mG .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-uYbg3aT0mG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbg3aT0mG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbg3aT0mG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbg3aT0mG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd2ZoRgc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uYd2ZoRgc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd2ZoRgc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd2ZoRgc1 .content-wrap {
  padding: 60px;
  background-color: #2d7887;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYd2ZoRgc1 .content-wrap .row {
  justify-content: center;
}
.cid-uYd2ZoRgc1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:hover,
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:hover,
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uYd2ZoRgc1 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uYd2ZoRgc1 .mbr-section-title {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYd2ZoRgc1 .list {
  color: #404349;
}
.cid-uYd2ZoRgc1 .list,
.cid-uYd2ZoRgc1 .item-wrap {
  color: #ffffff;
}
.cid-uYfY3shcdk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYfY3shcdk nav.navbar {
  position: fixed;
}
.cid-uYfY3shcdk .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uYfY3shcdk .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYfY3shcdk .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uYfY3shcdk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYfY3shcdk .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uYfY3shcdk .dropdown-item:hover,
.cid-uYfY3shcdk .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uYfY3shcdk .dropdown-item:hover span {
  color: white;
}
.cid-uYfY3shcdk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYfY3shcdk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYfY3shcdk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYfY3shcdk .nav-link {
  position: relative;
}
.cid-uYfY3shcdk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYfY3shcdk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYfY3shcdk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYfY3shcdk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYfY3shcdk .dropdown-menu,
.cid-uYfY3shcdk .navbar.opened {
  background: #ffffff !important;
}
.cid-uYfY3shcdk .nav-item:focus,
.cid-uYfY3shcdk .nav-link:focus {
  outline: none;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYfY3shcdk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYfY3shcdk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYfY3shcdk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYfY3shcdk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYfY3shcdk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYfY3shcdk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYfY3shcdk .navbar.collapsed {
  justify-content: center;
}
.cid-uYfY3shcdk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYfY3shcdk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYfY3shcdk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYfY3shcdk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYfY3shcdk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYfY3shcdk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYfY3shcdk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYfY3shcdk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYfY3shcdk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYfY3shcdk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYfY3shcdk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYfY3shcdk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYfY3shcdk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYfY3shcdk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYfY3shcdk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYfY3shcdk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYfY3shcdk .navbar-brand .navbar-caption:hover,
.cid-uYfY3shcdk .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYfY3shcdk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYfY3shcdk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYfY3shcdk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYfY3shcdk .dropdown-item.active,
.cid-uYfY3shcdk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYfY3shcdk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYfY3shcdk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYfY3shcdk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYfY3shcdk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYfY3shcdk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYfY3shcdk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYfY3shcdk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYfY3shcdk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYfY3shcdk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfY3shcdk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYfY3shcdk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYfY3shcdk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYfY3shcdk .navbar {
    height: 70px;
  }
  .cid-uYfY3shcdk .navbar.opened {
    height: auto;
  }
  .cid-uYfY3shcdk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYfY3shcdk .navbar-nav {
  margin: 0;
}
.cid-uYfY3shcdk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYfY3shcdk .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYfY3shcdk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYfY3shcdk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover,
.cid-uYfY3shcdk .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover::after,
.cid-uYfY3shcdk .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover::before,
.cid-uYfY3shcdk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYfY3shcdk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYfY3shcdk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYfY3shcdk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYfY3shcdk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYfY3shcdk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYfY3shcdk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYfY3shcdk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYfY3shcdk .content-wrap {
  min-height: 110px;
}
.cid-uYgfcFJS5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uYgfcFJS5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgfcFJS5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgfcFJS5D .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYgfcFJS5D .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uYgfcFJS5D .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgfcFJS5D .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uYgfcFJS5D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYgfcFJS5D .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uYgfcFJS5D .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgfcFJS5D .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uYgfcFJS5D .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uYgfcFJS5D .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uYgfcFJS5D .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uYgfcFJS5D .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uYgfcFJS5D .mbr-section-title {
  color: #050f0f;
}
.cid-uYgfcFJS5D .mbr-text {
  color: #050f0f;
}
.cid-uYbPEqMDVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYbPEqMDVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbPEqMDVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbPEqMDVf .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYbPEqMDVf .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYbPEqMDVf .content-wrapper {
    width: 100%;
  }
}
.cid-uYbPEqMDVf .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYbPEqMDVf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYbPEqMDVf .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYbPEqMDVf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYbPEqMDVf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYbPEqMDVf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYbPEqMDVf .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYbPEqMDVf .mbr-section-title {
  color: #181824;
}
.cid-uYbPEqMDVf .mbr-section-title,
.cid-uYbPEqMDVf .mbr-section-btn,
.cid-uYbPEqMDVf .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uYbNkn4Nzh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbNkn4Nzh .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbNkn4Nzh .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbNkn4Nzh .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbNkn4Nzh .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbNkn4Nzh .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbNkn4Nzh .google-map {
    height: 356px;
  }
}
.cid-uYbNkn4Nzh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbNkn4Nzh .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-uYbNkn4Nzh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbNkn4Nzh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbNkn4Nzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbNkn4Nzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd2ZoRgc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uYd2ZoRgc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd2ZoRgc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd2ZoRgc1 .content-wrap {
  padding: 60px;
  background-color: #2d7887;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYd2ZoRgc1 .content-wrap .row {
  justify-content: center;
}
.cid-uYd2ZoRgc1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:hover,
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:hover,
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uYd2ZoRgc1 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uYd2ZoRgc1 .mbr-section-title {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYd2ZoRgc1 .list {
  color: #404349;
}
.cid-uYd2ZoRgc1 .list,
.cid-uYd2ZoRgc1 .item-wrap {
  color: #ffffff;
}
.cid-uYfY3shcdk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYfY3shcdk nav.navbar {
  position: fixed;
}
.cid-uYfY3shcdk .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uYfY3shcdk .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYfY3shcdk .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uYfY3shcdk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYfY3shcdk .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uYfY3shcdk .dropdown-item:hover,
.cid-uYfY3shcdk .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uYfY3shcdk .dropdown-item:hover span {
  color: white;
}
.cid-uYfY3shcdk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYfY3shcdk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYfY3shcdk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYfY3shcdk .nav-link {
  position: relative;
}
.cid-uYfY3shcdk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYfY3shcdk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYfY3shcdk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYfY3shcdk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYfY3shcdk .dropdown-menu,
.cid-uYfY3shcdk .navbar.opened {
  background: #ffffff !important;
}
.cid-uYfY3shcdk .nav-item:focus,
.cid-uYfY3shcdk .nav-link:focus {
  outline: none;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYfY3shcdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfY3shcdk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYfY3shcdk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYfY3shcdk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYfY3shcdk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYfY3shcdk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYfY3shcdk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYfY3shcdk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYfY3shcdk .navbar.collapsed {
  justify-content: center;
}
.cid-uYfY3shcdk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYfY3shcdk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYfY3shcdk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYfY3shcdk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYfY3shcdk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYfY3shcdk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYfY3shcdk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYfY3shcdk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYfY3shcdk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYfY3shcdk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYfY3shcdk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYfY3shcdk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYfY3shcdk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYfY3shcdk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYfY3shcdk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYfY3shcdk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYfY3shcdk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYfY3shcdk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYfY3shcdk .navbar-brand .navbar-caption:hover,
.cid-uYfY3shcdk .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYfY3shcdk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYfY3shcdk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYfY3shcdk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYfY3shcdk .dropdown-item.active,
.cid-uYfY3shcdk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYfY3shcdk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYfY3shcdk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYfY3shcdk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYfY3shcdk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYfY3shcdk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYfY3shcdk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYfY3shcdk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYfY3shcdk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYfY3shcdk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYfY3shcdk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYfY3shcdk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYfY3shcdk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYfY3shcdk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfY3shcdk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYfY3shcdk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYfY3shcdk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYfY3shcdk .navbar {
    height: 70px;
  }
  .cid-uYfY3shcdk .navbar.opened {
    height: auto;
  }
  .cid-uYfY3shcdk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYfY3shcdk .navbar-nav {
  margin: 0;
}
.cid-uYfY3shcdk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYfY3shcdk .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYfY3shcdk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYfY3shcdk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover,
.cid-uYfY3shcdk .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover::after,
.cid-uYfY3shcdk .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYfY3shcdk .nav-item .nav-link:hover::before,
.cid-uYfY3shcdk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYfY3shcdk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYfY3shcdk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYfY3shcdk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYfY3shcdk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYfY3shcdk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYfY3shcdk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYfY3shcdk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYfY3shcdk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYfY3shcdk .content-wrap {
  min-height: 110px;
}
.cid-uYghCDA8qU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uYghCDA8qU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYghCDA8qU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYghCDA8qU .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYghCDA8qU .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uYghCDA8qU .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYghCDA8qU .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uYghCDA8qU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYghCDA8qU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uYghCDA8qU .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYghCDA8qU .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uYghCDA8qU .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uYghCDA8qU .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uYghCDA8qU .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uYghCDA8qU .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uYghCDA8qU .mbr-section-title {
  color: #050f0f;
}
.cid-uYghCDA8qU .mbr-text {
  color: #050f0f;
}
.cid-uYbPQh6ZRf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYbPQh6ZRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbPQh6ZRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbPQh6ZRf .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYbPQh6ZRf .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYbPQh6ZRf .content-wrapper {
    width: 100%;
  }
}
.cid-uYbPQh6ZRf .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYbPQh6ZRf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYbPQh6ZRf .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYbPQh6ZRf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYbPQh6ZRf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYbPQh6ZRf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYbPQh6ZRf .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYbPQh6ZRf .mbr-section-title {
  color: #181824;
}
.cid-uYbPQh6ZRf .mbr-section-title,
.cid-uYbPQh6ZRf .mbr-section-btn,
.cid-uYbPQh6ZRf .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uYbPQhsb6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbPQhsb6E .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbPQhsb6E .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbPQhsb6E .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbPQhsb6E .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbPQhsb6E .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbPQhsb6E .google-map {
    height: 356px;
  }
}
.cid-uYbPQhsb6E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbPQhsb6E .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-uYbPQhsb6E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbPQhsb6E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbPQhsb6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbPQhsb6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd2ZoRgc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uYd2ZoRgc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd2ZoRgc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd2ZoRgc1 .content-wrap {
  padding: 60px;
  background-color: #2d7887;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYd2ZoRgc1 .content-wrap .row {
  justify-content: center;
}
.cid-uYd2ZoRgc1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uYd2ZoRgc1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:hover,
.cid-uYd2ZoRgc1 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:hover,
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYd2ZoRgc1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYd2ZoRgc1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYd2ZoRgc1 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uYd2ZoRgc1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uYd2ZoRgc1 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uYd2ZoRgc1 .mbr-section-title {
  color: #ed463f;
}
.cid-uYd2ZoRgc1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYd2ZoRgc1 .list {
  color: #404349;
}
.cid-uYd2ZoRgc1 .list,
.cid-uYd2ZoRgc1 .item-wrap {
  color: #ffffff;
}
.cid-uYgib9JO1f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYgib9JO1f nav.navbar {
  position: fixed;
}
.cid-uYgib9JO1f .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uYgib9JO1f .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYgib9JO1f .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uYgib9JO1f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgib9JO1f .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYgib9JO1f .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uYgib9JO1f .dropdown-item:hover,
.cid-uYgib9JO1f .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uYgib9JO1f .dropdown-item:hover span {
  color: white;
}
.cid-uYgib9JO1f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYgib9JO1f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYgib9JO1f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYgib9JO1f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYgib9JO1f .nav-link {
  position: relative;
}
.cid-uYgib9JO1f .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYgib9JO1f .container {
    flex-wrap: nowrap;
  }
}
.cid-uYgib9JO1f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYgib9JO1f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYgib9JO1f .dropdown-menu,
.cid-uYgib9JO1f .navbar.opened {
  background: #ffffff !important;
}
.cid-uYgib9JO1f .nav-item:focus,
.cid-uYgib9JO1f .nav-link:focus {
  outline: none;
}
.cid-uYgib9JO1f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYgib9JO1f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYgib9JO1f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYgib9JO1f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgib9JO1f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgib9JO1f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgib9JO1f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYgib9JO1f .navbar.opened {
  transition: all 0.3s;
}
.cid-uYgib9JO1f .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYgib9JO1f .navbar .navbar-logo img {
  width: auto;
}
.cid-uYgib9JO1f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYgib9JO1f .navbar.collapsed {
  justify-content: center;
}
.cid-uYgib9JO1f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYgib9JO1f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYgib9JO1f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYgib9JO1f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYgib9JO1f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYgib9JO1f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYgib9JO1f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYgib9JO1f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYgib9JO1f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYgib9JO1f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYgib9JO1f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYgib9JO1f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYgib9JO1f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYgib9JO1f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYgib9JO1f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYgib9JO1f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYgib9JO1f .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYgib9JO1f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYgib9JO1f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYgib9JO1f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYgib9JO1f .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYgib9JO1f .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYgib9JO1f .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYgib9JO1f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYgib9JO1f .navbar-brand .navbar-caption:hover,
.cid-uYgib9JO1f .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYgib9JO1f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYgib9JO1f .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYgib9JO1f .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYgib9JO1f .dropdown-item.active,
.cid-uYgib9JO1f .dropdown-item:active {
  background-color: transparent;
}
.cid-uYgib9JO1f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYgib9JO1f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYgib9JO1f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYgib9JO1f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYgib9JO1f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYgib9JO1f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYgib9JO1f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgib9JO1f ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYgib9JO1f ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYgib9JO1f .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYgib9JO1f .navbar-buttons {
    text-align: left;
  }
}
.cid-uYgib9JO1f .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYgib9JO1f .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYgib9JO1f button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYgib9JO1f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYgib9JO1f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYgib9JO1f button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYgib9JO1f button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYgib9JO1f button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYgib9JO1f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgib9JO1f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgib9JO1f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgib9JO1f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgib9JO1f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYgib9JO1f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYgib9JO1f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYgib9JO1f .navbar {
    height: 70px;
  }
  .cid-uYgib9JO1f .navbar.opened {
    height: auto;
  }
  .cid-uYgib9JO1f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYgib9JO1f .navbar-nav {
  margin: 0;
}
.cid-uYgib9JO1f .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYgib9JO1f .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYgib9JO1f .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYgib9JO1f .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYgib9JO1f .nav-item .nav-link:hover,
.cid-uYgib9JO1f .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uYgib9JO1f .nav-item .nav-link:hover::after,
.cid-uYgib9JO1f .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYgib9JO1f .nav-item .nav-link:hover::before,
.cid-uYgib9JO1f .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYgib9JO1f .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYgib9JO1f .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYgib9JO1f .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYgib9JO1f .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYgib9JO1f .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYgib9JO1f .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYgib9JO1f .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYgib9JO1f .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYgib9JO1f .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYgib9JO1f .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYgib9JO1f .content-wrap {
  min-height: 110px;
}
.cid-uYgibaOptu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d7887;
}
.cid-uYgibaOptu h2,
.cid-uYgibaOptu h4,
.cid-uYgibaOptu p {
  margin: 0;
}
.cid-uYgibaOptu .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uYgibaOptu .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uYgibaOptu .image-wrap {
    margin-top: 30px;
  }
}
.cid-uYgibaOptu img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uYgibaOptu .mbr-section-title {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-uYgibaOptu .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uYgibaOptu .mbr-text {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-uYgibaOptu .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYgibaOptu .socials p {
  margin: 0 20px 0 0;
}
.cid-uYgibaOptu .socials-item .link {
  color: #000000;
}
.cid-uYgibbU34n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgibbU34n .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYgibbU34n .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYgibbU34n .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2d7887;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uYgibcKZSO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgibcKZSO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYgibcKZSO .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYgibcKZSO .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f9f7f5;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uYgibcKZSO .label-text {
    text-align: center !important;
  }
}
.cid-uYgibcKZSO .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYgibcKZSO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYgibcKZSO .mbr-section-title,
.cid-uYgibcKZSO .mbr-section-btn {
  text-align: center;
}
.cid-uYgibdDkW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgibdDkW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibdDkW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibdDkW1 .items-wrapper {
  margin: 0 -32px;
}
.cid-uYgibdDkW1 .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYgibdDkW1 .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uYgibdDkW1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff6d99;
  border-color: #ff7ca4;
  box-shadow: 0 18px 32px -8px #ff6d99;
}
.cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
  box-shadow: 0 18px 32px -8px #b1a1e3;
}
.cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uYgibdDkW1 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uYgibdDkW1 .card-title {
  color: #111111;
}
.cid-uYgibdDkW1 .card-text {
  color: #666666;
  text-align: center;
}
.cid-uYgibdDkW1 .card-title,
.cid-uYgibdDkW1 .iconfont-wrapper {
  text-align: center;
}
.cid-uYgibeKF7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgibeKF7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibeKF7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibeKF7C .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYgibeKF7C .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgibeKF7C .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYgibeKF7C .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYgibeKF7C .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYgibeKF7C .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYgibeKF7C .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYgibeKF7C .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYgibeKF7C .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgibeKF7C .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgibeKF7C .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYgibeKF7C .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uYgibeKF7C .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uYgibeKF7C .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYgibeKF7C .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uYgibeKF7C .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uYgibeKF7C .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYgibeKF7C .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgibeKF7C .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYgibeKF7C .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uYgibeKF7C .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uYgibeKF7C .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYgibeKF7C .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uYgibeKF7C .mbr-label,
.cid-uYgibeKF7C .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgibeKF7C .mbr-section-title,
.cid-uYgibeKF7C .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgibeKF7C .mbr-text,
.cid-uYgibeKF7C .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYgibeKF7C .item-text {
  color: #000000;
}
.cid-uYgibeKF7C .item-text,
.cid-uYgibeKF7C .mbr-section-btn {
  text-align: center;
}
.cid-uYgibfFg4E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYgibfFg4E .row {
  justify-content: center;
}
.cid-uYgibfFg4E img,
.cid-uYgibfFg4E .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYgibfFg4E .item:focus,
.cid-uYgibfFg4E span:focus {
  outline: none;
}
.cid-uYgibfFg4E .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYgibfFg4E .col-items {
    flex-wrap: wrap;
  }
}
.cid-uYgibfFg4E .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uYgibfFg4E .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYgibfFg4E .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uYgibfFg4E .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uYgibfFg4E .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uYgibfFg4E .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uYgibfFg4E .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uYgibfFg4E .item-wrapper .btn-primary:hover span {
  color: #ffe161 !important;
}
.cid-uYgibfFg4E .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYgibfFg4E .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uYgibfFg4E .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uYgibfFg4E .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uYgibfFg4E .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uYgibfFg4E .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uYgibfFg4E .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uYgibfFg4E .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uYgibfFg4E .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uYgibfFg4E .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYgibfFg4E .label-text {
    text-align: center !important;
  }
}
.cid-uYgibfFg4E .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYgibfFg4E .mbr-text {
  color: #ffffff;
}
.cid-uYgibfFg4E .item-title {
  color: #000000;
}
.cid-uYgibfFg4E .item-subtitle {
  color: #ffffff;
}
.cid-uYgibfFg4E .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uYgibfFg4E .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uYgibfFg4E .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uYgibfFg4E .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYgibfFg4E .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uYgibfFg4E .mbr-section-subtitle {
  text-align: left;
}
.cid-uYgibgRVk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgibgRVk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibgRVk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibgRVk6 .row {
  margin: 0 -32px;
}
.cid-uYgibgRVk6 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYgibgRVk6 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYgibgRVk6 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYgibgRVk6 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYgibgRVk6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgibgRVk6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgibgRVk6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgibgRVk6 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYgibgRVk6 .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #2d7887;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYgibgRVk6 .image-wrapper {
    padding: 6px;
  }
}
.cid-uYgibgRVk6 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYgibgRVk6 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYgibgRVk6 .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYgibgRVk6 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYgibgRVk6 .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYgibgRVk6 .mbr-label {
  color: #49496d;
}
.cid-uYgibgRVk6 .mbr-section-title {
  color: #181824;
}
.cid-uYgibgRVk6 .mbr-text,
.cid-uYgibgRVk6 .text-wrapper {
  color: #000000;
}
.cid-uYgibiLyRs {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #2d7887;
}
.cid-uYgibiLyRs .mbr-text,
.cid-uYgibiLyRs .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgibiLyRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibiLyRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibiLyRs H1 {
  color: #ffffff;
}
.cid-uYgibkAh83 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYgibkAh83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibkAh83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibkAh83 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYgibkAh83 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYgibkAh83 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uYgibkAh83 .panel-body,
.cid-uYgibkAh83 .card-header {
  padding: 1rem 0;
}
.cid-uYgibkAh83 .panel-title-edit {
  color: #222222;
  text-align: center;
}
.cid-uYgibkAh83 H3 {
  color: #222222;
  text-align: center;
}
.cid-uYgibmise6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgibmise6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibmise6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibmise6 .row {
  margin: 0 -45px;
}
.cid-uYgibmise6 .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uYgibmise6 .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-uYgibmise6 .images-wrapper {
    flex-direction: column;
  }
}
.cid-uYgibmise6 .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-uYgibmise6 .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uYgibmise6 .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uYgibmise6 .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #ffe161;
}
@media (max-width: 992px) {
  .cid-uYgibmise6 .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-uYgibmise6 .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uYgibmise6 .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uYgibmise6 .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #9a1436;
}
.cid-uYgibmise6 .images-wrapper .logo-wrapper img:hover,
.cid-uYgibmise6 .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-uYgibmise6 .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uYgibmise6 .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYgibmise6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgibmise6 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uYgibmise6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYgibmise6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uYgibmise6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgibmise6 .mbr-label {
  color: #3a001d;
}
.cid-uYgibmise6 .mbr-section-title {
  color: #3a001d;
}
.cid-uYgibmise6 .mbr-text {
  color: #3a001d;
}
.cid-uYgibmise6 .mbr-section-title,
.cid-uYgibmise6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgibmise6 .mbr-text,
.cid-uYgibmise6 .text-wrapper {
  color: #ffffff;
}
.cid-uYgibnYCbn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYgibnYCbn .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #2d7887;
  max-width: 80%;
}
@media (max-width: 767px) {
  .cid-uYgibnYCbn .container {
    padding: 140px 15px;
  }
}
.cid-uYgibnYCbn .wrap {
  display: none;
}
.cid-uYgibnYCbn section {
  position: relative;
}
.cid-uYgibnYCbn .mbr-section-title {
  color: #ffffff;
}
.cid-uYgibnYCbn .mbr-text,
.cid-uYgibnYCbn .mbr-section-btn {
  color: #ffffff;
  z-index: 70;
}
.cid-uYgibnYCbn .btn {
  padding: 17px 54px !important;
}
.cid-uYgibnYCbn img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.cid-uYgibnYCbn .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uYgibnYCbn .image-1 {
  position: absolute;
  left: -75px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-uYgibnYCbn .image-2 {
  position: absolute;
  left: -33px;
  top: 195px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-uYgibnYCbn .image-3 {
  position: absolute;
  left: -11px;
  bottom: -141px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-uYgibnYCbn .image-4 {
  position: absolute;
  left: auto;
  right: -91px;
  bottom: -312px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-uYgibnYCbn .image-5 {
  position: absolute;
  left: 7px;
  top: 35px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-uYgibnYCbn .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-uYgibnYCbn .mbr-arrow {
  bottom: 105px !important;
}
@media (max-width: 1199px) {
  .cid-uYgibnYCbn .image-1 {
    left: 5px;
    bottom: -293px;
  }
  .cid-uYgibnYCbn .image-2 {
    left: 277px;
    top: 95px;
  }
  .cid-uYgibnYCbn .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-uYgibnYCbn .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-uYgibnYCbn .image-5 {
    left: 7px;
    top: 35px;
  }
  .cid-uYgibnYCbn .image-6 {
    left: 615px;
    top: -10px;
  }
}
@media (max-width: 992px) {
  .cid-uYgibnYCbn .image-1 {
    bottom: -213px;
  }
  .cid-uYgibnYCbn .image-2 {
    top: 115px;
  }
  .cid-uYgibnYCbn .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-uYgibnYCbn .image-6 {
    left: -295px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uYgibnYCbn .image-1 {
    bottom: -263px;
  }
  .cid-uYgibnYCbn .image-3 {
    left: 9px;
    bottom: 39px;
  }
  .cid-uYgibnYCbn .image-4 {
    bottom: -112px;
    right: -31px;
  }
  .cid-uYgibnYCbn .image-6 {
    left: -125px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uYgibnYCbn .align-left {
    text-align: center;
  }
}
.cid-uYgibnYCbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibnYCbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYglFSqqnu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYglFSqqnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYglFSqqnu .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-uYglFSqqnu .container {
    padding: 0 20px;
  }
}
.cid-uYglFSqqnu .row {
  margin: 0;
}
.cid-uYglFSqqnu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYglFSqqnu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYglFSqqnu .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uYglFSqqnu .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uYglFSqqnu .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uYglFSqqnu .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uYglFSqqnu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYgibpLhxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgibpLhxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibpLhxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibpLhxD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYgibpLhxD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgibpLhxD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYgibpLhxD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYgibpLhxD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYgibpLhxD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYgibpLhxD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYgibpLhxD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYgibpLhxD .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uYgibpLhxD .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uYgibpLhxD .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYgibpLhxD .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgibpLhxD .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #2d7887;
}
@media (max-width: 992px) {
  .cid-uYgibpLhxD .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uYgibpLhxD .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgibpLhxD .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYgibpLhxD .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgibpLhxD .mbr-label,
.cid-uYgibpLhxD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgibpLhxD .mbr-section-title,
.cid-uYgibpLhxD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYgibpLhxD .mbr-text {
  color: #515151;
}
.cid-uYgibpLhxD .mbr-text,
.cid-uYgibpLhxD .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgibqVrc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgibqVrc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibqVrc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibqVrc8 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #222222;
}
@media (max-width: 992px) {
  .cid-uYgibqVrc8 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uYgibqVrc8 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYgibqVrc8 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uYgibqVrc8 .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-uYgibqVrc8 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uYgibqVrc8 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYgibqVrc8 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYgibqVrc8 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgibqVrc8 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uYgibqVrc8 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uYgibqVrc8 .mbr-section-title,
.cid-uYgibqVrc8 .mbr-section-btn {
  color: #000000;
}
.cid-uYgAZi6QVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgAZi6QVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgAZi6QVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgAZi6QVE .container {
  max-width: 1600px;
}
.cid-uYgAZi6QVE .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #2d7887;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uYgAZi6QVE .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYgAZi6QVE .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uYgAZi6QVE .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uYgAZi6QVE .col-title {
    margin-bottom: 50px;
  }
}
.cid-uYgAZi6QVE .mbr-section-title {
  color: #FFDD65;
}
.cid-uYgAZi6QVE .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYgAZi6QVE .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uYgAZi6QVE .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uYgAZi6QVE .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uYgAZi6QVE .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uYgAZi6QVE .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uYgAZi6QVE .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uYgAZi6QVE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uYgAZi6QVE .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uYgAZi6QVE .panel-title:hover .panel-title-edit {
  color: #222222;
}
.cid-uYgAZi6QVE .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYgAZi6QVE .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uYgAZi6QVE .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uYgAZi6QVE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYgAZi6QVE .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uYgAZi6QVE .col-text {
    margin-top: 40px;
  }
}
.cid-uYgAZi6QVE .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-uYgAZi6QVE .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uYgAZi6QVE .mbr-text {
    margin-top: 16px;
  }
}
.cid-uYgAZi6QVE .custom-section-btn {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uYgAZi6QVE .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uYgAZi6QVE .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uYgAZi6QVE .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uYgAZi6QVE .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uYgAZi6QVE .btn-container .btn {
    width: 100%;
  }
}
.cid-uYgibrU4MR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYgibrU4MR .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYgibrU4MR .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYgibrU4MR .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYgibrU4MR .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYgibrU4MR .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYgibrU4MR .google-map {
    height: 356px;
  }
}
.cid-uYgibrU4MR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYgibrU4MR .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-uYgibrU4MR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYgibrU4MR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYgibrU4MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibrU4MR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibsZKRw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uYgibsZKRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgibsZKRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgibsZKRw .content-wrap {
  padding: 60px;
  background-color: #2d7887;
}
@media (max-width: 992px) {
  .cid-uYgibsZKRw .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYgibsZKRw .content-wrap .row {
  justify-content: center;
}
.cid-uYgibsZKRw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgibsZKRw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgibsZKRw .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYgibsZKRw .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uYgibsZKRw .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uYgibsZKRw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYgibsZKRw .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgibsZKRw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgibsZKRw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgibsZKRw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYgibsZKRw .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYgibsZKRw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgibsZKRw .nav-wrapper .list .item-wrap:hover,
.cid-uYgibsZKRw .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYgibsZKRw .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgibsZKRw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgibsZKRw .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgibsZKRw .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYgibsZKRw .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYgibsZKRw .contacts-wrapper .list .item-wrap:hover,
.cid-uYgibsZKRw .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYgibsZKRw .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgibsZKRw .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgibsZKRw .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgibsZKRw .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgibsZKRw .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYgibsZKRw .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYgibsZKRw .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYgibsZKRw .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uYgibsZKRw .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uYgibsZKRw .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uYgibsZKRw .mbr-section-title {
  color: #ed463f;
}
.cid-uYgibsZKRw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYgibsZKRw .list {
  color: #404349;
}
.cid-uYgibsZKRw .list,
.cid-uYgibsZKRw .item-wrap {
  color: #ffffff;
}
.cid-uYgic4lET1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYgic4lET1 nav.navbar {
  position: fixed;
}
.cid-uYgic4lET1 .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uYgic4lET1 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYgic4lET1 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uYgic4lET1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgic4lET1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYgic4lET1 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uYgic4lET1 .dropdown-item:hover,
.cid-uYgic4lET1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uYgic4lET1 .dropdown-item:hover span {
  color: white;
}
.cid-uYgic4lET1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYgic4lET1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYgic4lET1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYgic4lET1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYgic4lET1 .nav-link {
  position: relative;
}
.cid-uYgic4lET1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYgic4lET1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYgic4lET1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYgic4lET1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYgic4lET1 .dropdown-menu,
.cid-uYgic4lET1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYgic4lET1 .nav-item:focus,
.cid-uYgic4lET1 .nav-link:focus {
  outline: none;
}
.cid-uYgic4lET1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYgic4lET1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYgic4lET1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYgic4lET1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgic4lET1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgic4lET1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgic4lET1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYgic4lET1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYgic4lET1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYgic4lET1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYgic4lET1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYgic4lET1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYgic4lET1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYgic4lET1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYgic4lET1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYgic4lET1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYgic4lET1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYgic4lET1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYgic4lET1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYgic4lET1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYgic4lET1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYgic4lET1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYgic4lET1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYgic4lET1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYgic4lET1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYgic4lET1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYgic4lET1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYgic4lET1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYgic4lET1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYgic4lET1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYgic4lET1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYgic4lET1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYgic4lET1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYgic4lET1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYgic4lET1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYgic4lET1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYgic4lET1 .navbar-brand .navbar-caption:hover,
.cid-uYgic4lET1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYgic4lET1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYgic4lET1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYgic4lET1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYgic4lET1 .dropdown-item.active,
.cid-uYgic4lET1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYgic4lET1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYgic4lET1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYgic4lET1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYgic4lET1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYgic4lET1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYgic4lET1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYgic4lET1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgic4lET1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYgic4lET1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYgic4lET1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYgic4lET1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYgic4lET1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYgic4lET1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYgic4lET1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYgic4lET1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYgic4lET1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYgic4lET1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYgic4lET1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYgic4lET1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYgic4lET1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgic4lET1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgic4lET1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgic4lET1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgic4lET1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYgic4lET1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYgic4lET1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYgic4lET1 .navbar {
    height: 70px;
  }
  .cid-uYgic4lET1 .navbar.opened {
    height: auto;
  }
  .cid-uYgic4lET1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYgic4lET1 .navbar-nav {
  margin: 0;
}
.cid-uYgic4lET1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYgic4lET1 .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYgic4lET1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYgic4lET1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYgic4lET1 .nav-item .nav-link:hover,
.cid-uYgic4lET1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uYgic4lET1 .nav-item .nav-link:hover::after,
.cid-uYgic4lET1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYgic4lET1 .nav-item .nav-link:hover::before,
.cid-uYgic4lET1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYgic4lET1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYgic4lET1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYgic4lET1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYgic4lET1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYgic4lET1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYgic4lET1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYgic4lET1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYgic4lET1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYgic4lET1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYgic4lET1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYgic4lET1 .content-wrap {
  min-height: 110px;
}
.cid-uYgic5uf3R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d7887;
}
.cid-uYgic5uf3R h2,
.cid-uYgic5uf3R h4,
.cid-uYgic5uf3R p {
  margin: 0;
}
.cid-uYgic5uf3R .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uYgic5uf3R .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uYgic5uf3R .image-wrap {
    margin-top: 30px;
  }
}
.cid-uYgic5uf3R img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uYgic5uf3R .mbr-section-title {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-uYgic5uf3R .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uYgic5uf3R .mbr-text {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-uYgic5uf3R .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYgic5uf3R .socials p {
  margin: 0 20px 0 0;
}
.cid-uYgic5uf3R .socials-item .link {
  color: #000000;
}
.cid-uYgic6CkCq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgic6CkCq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYgic6CkCq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYgic6CkCq .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2d7887;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uYgic7tvV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgic7tvV7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYgic7tvV7 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYgic7tvV7 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f9f7f5;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uYgic7tvV7 .label-text {
    text-align: center !important;
  }
}
.cid-uYgic7tvV7 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYgic7tvV7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYgic7tvV7 .mbr-section-title,
.cid-uYgic7tvV7 .mbr-section-btn {
  text-align: center;
}
.cid-uYgic8heXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgic8heXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgic8heXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgic8heXX .items-wrapper {
  margin: 0 -32px;
}
.cid-uYgic8heXX .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYgic8heXX .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uYgic8heXX .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYgic8heXX .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYgic8heXX .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYgic8heXX .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uYgic8heXX .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff6d99;
  border-color: #ff7ca4;
  box-shadow: 0 18px 32px -8px #ff6d99;
}
.cid-uYgic8heXX .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-uYgic8heXX .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
  box-shadow: 0 18px 32px -8px #b1a1e3;
}
.cid-uYgic8heXX .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uYgic8heXX .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uYgic8heXX .card-title {
  color: #111111;
}
.cid-uYgic8heXX .card-text {
  color: #666666;
  text-align: center;
}
.cid-uYgic8heXX .card-title,
.cid-uYgic8heXX .iconfont-wrapper {
  text-align: center;
}
.cid-uYgic9f0N6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgic9f0N6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgic9f0N6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgic9f0N6 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYgic9f0N6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgic9f0N6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYgic9f0N6 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYgic9f0N6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYgic9f0N6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYgic9f0N6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYgic9f0N6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYgic9f0N6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgic9f0N6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgic9f0N6 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYgic9f0N6 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uYgic9f0N6 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uYgic9f0N6 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYgic9f0N6 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uYgic9f0N6 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uYgic9f0N6 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYgic9f0N6 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgic9f0N6 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYgic9f0N6 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uYgic9f0N6 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uYgic9f0N6 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYgic9f0N6 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uYgic9f0N6 .mbr-label,
.cid-uYgic9f0N6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgic9f0N6 .mbr-section-title,
.cid-uYgic9f0N6 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgic9f0N6 .mbr-text,
.cid-uYgic9f0N6 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYgic9f0N6 .item-text {
  color: #000000;
}
.cid-uYgic9f0N6 .item-text,
.cid-uYgic9f0N6 .mbr-section-btn {
  text-align: center;
}
.cid-uYgica9rsP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYgica9rsP .row {
  justify-content: center;
}
.cid-uYgica9rsP img,
.cid-uYgica9rsP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYgica9rsP .item:focus,
.cid-uYgica9rsP span:focus {
  outline: none;
}
.cid-uYgica9rsP .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYgica9rsP .col-items {
    flex-wrap: wrap;
  }
}
.cid-uYgica9rsP .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uYgica9rsP .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYgica9rsP .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uYgica9rsP .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uYgica9rsP .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uYgica9rsP .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uYgica9rsP .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uYgica9rsP .item-wrapper .btn-primary:hover span {
  color: #ffe161 !important;
}
.cid-uYgica9rsP .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYgica9rsP .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uYgica9rsP .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uYgica9rsP .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uYgica9rsP .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uYgica9rsP .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uYgica9rsP .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uYgica9rsP .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uYgica9rsP .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uYgica9rsP .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYgica9rsP .label-text {
    text-align: center !important;
  }
}
.cid-uYgica9rsP .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYgica9rsP .mbr-text {
  color: #ffffff;
}
.cid-uYgica9rsP .item-title {
  color: #000000;
}
.cid-uYgica9rsP .item-subtitle {
  color: #ffffff;
}
.cid-uYgica9rsP .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uYgica9rsP .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uYgica9rsP .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uYgica9rsP .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYgica9rsP .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uYgica9rsP .mbr-section-subtitle {
  text-align: left;
}
.cid-uYgicbc8uh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgicbc8uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgicbc8uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgicbc8uh .row {
  margin: 0 -32px;
}
.cid-uYgicbc8uh .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYgicbc8uh .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYgicbc8uh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYgicbc8uh .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYgicbc8uh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgicbc8uh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgicbc8uh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgicbc8uh .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYgicbc8uh .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #2d7887;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYgicbc8uh .image-wrapper {
    padding: 6px;
  }
}
.cid-uYgicbc8uh .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYgicbc8uh .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYgicbc8uh .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYgicbc8uh .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYgicbc8uh .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYgicbc8uh .mbr-label {
  color: #49496d;
}
.cid-uYgicbc8uh .mbr-section-title {
  color: #181824;
}
.cid-uYgicbc8uh .mbr-text,
.cid-uYgicbc8uh .text-wrapper {
  color: #000000;
}
.cid-uYgicc7NR4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #2d7887;
}
.cid-uYgicc7NR4 .mbr-text,
.cid-uYgicc7NR4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgicc7NR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgicc7NR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgicc7NR4 H1 {
  color: #ffffff;
}
.cid-uYgicd34LI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYgicd34LI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgicd34LI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgicd34LI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYgicd34LI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYgicd34LI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uYgicd34LI .panel-body,
.cid-uYgicd34LI .card-header {
  padding: 1rem 0;
}
.cid-uYgicd34LI .panel-title-edit {
  color: #222222;
  text-align: center;
}
.cid-uYgicd34LI H3 {
  color: #222222;
  text-align: center;
}
.cid-uYgice8F9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgice8F9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgice8F9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgice8F9o .row {
  margin: 0 -45px;
}
.cid-uYgice8F9o .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uYgice8F9o .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-uYgice8F9o .images-wrapper {
    flex-direction: column;
  }
}
.cid-uYgice8F9o .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-uYgice8F9o .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uYgice8F9o .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uYgice8F9o .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #ffe161;
}
@media (max-width: 992px) {
  .cid-uYgice8F9o .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-uYgice8F9o .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uYgice8F9o .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uYgice8F9o .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #9a1436;
}
.cid-uYgice8F9o .images-wrapper .logo-wrapper img:hover,
.cid-uYgice8F9o .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-uYgice8F9o .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uYgice8F9o .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYgice8F9o .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgice8F9o .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uYgice8F9o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYgice8F9o .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uYgice8F9o .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgice8F9o .mbr-label {
  color: #3a001d;
}
.cid-uYgice8F9o .mbr-section-title {
  color: #3a001d;
}
.cid-uYgice8F9o .mbr-text {
  color: #3a001d;
}
.cid-uYgice8F9o .mbr-section-title,
.cid-uYgice8F9o .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgice8F9o .mbr-text,
.cid-uYgice8F9o .text-wrapper {
  color: #ffffff;
}
.cid-uYgicf1sbx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYgicf1sbx .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #2d7887;
  max-width: 80%;
}
@media (max-width: 767px) {
  .cid-uYgicf1sbx .container {
    padding: 140px 15px;
  }
}
.cid-uYgicf1sbx .wrap {
  display: none;
}
.cid-uYgicf1sbx section {
  position: relative;
}
.cid-uYgicf1sbx .mbr-section-title {
  color: #ffffff;
}
.cid-uYgicf1sbx .mbr-text,
.cid-uYgicf1sbx .mbr-section-btn {
  color: #ffffff;
  z-index: 70;
}
.cid-uYgicf1sbx .btn {
  padding: 17px 54px !important;
}
.cid-uYgicf1sbx img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.cid-uYgicf1sbx .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uYgicf1sbx .image-1 {
  position: absolute;
  left: -75px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-uYgicf1sbx .image-2 {
  position: absolute;
  left: -33px;
  top: 195px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-uYgicf1sbx .image-3 {
  position: absolute;
  left: -11px;
  bottom: -141px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-uYgicf1sbx .image-4 {
  position: absolute;
  left: auto;
  right: -91px;
  bottom: -312px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-uYgicf1sbx .image-5 {
  position: absolute;
  left: 7px;
  top: 35px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-uYgicf1sbx .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-uYgicf1sbx .mbr-arrow {
  bottom: 105px !important;
}
@media (max-width: 1199px) {
  .cid-uYgicf1sbx .image-1 {
    left: 5px;
    bottom: -293px;
  }
  .cid-uYgicf1sbx .image-2 {
    left: 277px;
    top: 95px;
  }
  .cid-uYgicf1sbx .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-uYgicf1sbx .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-uYgicf1sbx .image-5 {
    left: 7px;
    top: 35px;
  }
  .cid-uYgicf1sbx .image-6 {
    left: 615px;
    top: -10px;
  }
}
@media (max-width: 992px) {
  .cid-uYgicf1sbx .image-1 {
    bottom: -213px;
  }
  .cid-uYgicf1sbx .image-2 {
    top: 115px;
  }
  .cid-uYgicf1sbx .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-uYgicf1sbx .image-6 {
    left: -295px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uYgicf1sbx .image-1 {
    bottom: -263px;
  }
  .cid-uYgicf1sbx .image-3 {
    left: 9px;
    bottom: 39px;
  }
  .cid-uYgicf1sbx .image-4 {
    bottom: -112px;
    right: -31px;
  }
  .cid-uYgicf1sbx .image-6 {
    left: -125px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uYgicf1sbx .align-left {
    text-align: center;
  }
}
.cid-uYgicf1sbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgicf1sbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgicgeitj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgicgeitj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgicgeitj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgicgeitj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYgicgeitj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgicgeitj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYgicgeitj .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYgicgeitj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYgicgeitj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYgicgeitj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYgicgeitj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYgicgeitj .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uYgicgeitj .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uYgicgeitj .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYgicgeitj .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgicgeitj .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #2d7887;
}
@media (max-width: 992px) {
  .cid-uYgicgeitj .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uYgicgeitj .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgicgeitj .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYgicgeitj .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgicgeitj .mbr-label,
.cid-uYgicgeitj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgicgeitj .mbr-section-title,
.cid-uYgicgeitj .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYgicgeitj .mbr-text {
  color: #515151;
}
.cid-uYgicgeitj .mbr-text,
.cid-uYgicgeitj .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgichbpaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgichbpaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgichbpaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgichbpaF .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #222222;
}
@media (max-width: 992px) {
  .cid-uYgichbpaF .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uYgichbpaF .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYgichbpaF .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uYgichbpaF .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-uYgichbpaF .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uYgichbpaF .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYgichbpaF .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYgichbpaF .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgichbpaF .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uYgichbpaF .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uYgichbpaF .mbr-section-title,
.cid-uYgichbpaF .mbr-section-btn {
  color: #000000;
}
.cid-uYgGMfyvT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgGMfyvT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgGMfyvT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgGMfyvT1 .container {
  max-width: 1600px;
}
.cid-uYgGMfyvT1 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #2d7887;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uYgGMfyvT1 .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYgGMfyvT1 .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uYgGMfyvT1 .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uYgGMfyvT1 .col-title {
    margin-bottom: 50px;
  }
}
.cid-uYgGMfyvT1 .mbr-section-title {
  color: #FFDD65;
}
.cid-uYgGMfyvT1 .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYgGMfyvT1 .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uYgGMfyvT1 .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uYgGMfyvT1 .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uYgGMfyvT1 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uYgGMfyvT1 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uYgGMfyvT1 .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uYgGMfyvT1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uYgGMfyvT1 .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uYgGMfyvT1 .panel-title:hover .panel-title-edit {
  color: #ae5eff;
}
.cid-uYgGMfyvT1 .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYgGMfyvT1 .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uYgGMfyvT1 .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uYgGMfyvT1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYgGMfyvT1 .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uYgGMfyvT1 .col-text {
    margin-top: 40px;
  }
}
.cid-uYgGMfyvT1 .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-uYgGMfyvT1 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uYgGMfyvT1 .mbr-text {
    margin-top: 16px;
  }
}
.cid-uYgGMfyvT1 .custom-section-btn {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uYgGMfyvT1 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uYgGMfyvT1 .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uYgGMfyvT1 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uYgGMfyvT1 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uYgGMfyvT1 .btn-container .btn {
    width: 100%;
  }
}
.cid-uYgici9wR4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYgici9wR4 .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYgici9wR4 .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYgici9wR4 .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYgici9wR4 .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYgici9wR4 .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYgici9wR4 .google-map {
    height: 356px;
  }
}
.cid-uYgici9wR4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYgici9wR4 .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-uYgici9wR4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYgici9wR4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYgici9wR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgici9wR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgicjcpg6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uYgicjcpg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgicjcpg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgicjcpg6 .content-wrap {
  padding: 60px;
  background-color: #2d7887;
}
@media (max-width: 992px) {
  .cid-uYgicjcpg6 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYgicjcpg6 .content-wrap .row {
  justify-content: center;
}
.cid-uYgicjcpg6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgicjcpg6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgicjcpg6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYgicjcpg6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uYgicjcpg6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uYgicjcpg6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYgicjcpg6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgicjcpg6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgicjcpg6 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgicjcpg6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYgicjcpg6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYgicjcpg6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgicjcpg6 .nav-wrapper .list .item-wrap:hover,
.cid-uYgicjcpg6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYgicjcpg6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgicjcpg6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgicjcpg6 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgicjcpg6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYgicjcpg6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYgicjcpg6 .contacts-wrapper .list .item-wrap:hover,
.cid-uYgicjcpg6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYgicjcpg6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgicjcpg6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgicjcpg6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgicjcpg6 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgicjcpg6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYgicjcpg6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYgicjcpg6 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYgicjcpg6 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uYgicjcpg6 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uYgicjcpg6 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uYgicjcpg6 .mbr-section-title {
  color: #ed463f;
}
.cid-uYgicjcpg6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYgicjcpg6 .list {
  color: #404349;
}
.cid-uYgicjcpg6 .list,
.cid-uYgicjcpg6 .item-wrap {
  color: #ffffff;
}
.cid-uYgseqZqco {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYgseqZqco nav.navbar {
  position: fixed;
}
.cid-uYgseqZqco .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uYgseqZqco .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYgseqZqco .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uYgseqZqco .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgseqZqco .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYgseqZqco .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uYgseqZqco .dropdown-item:hover,
.cid-uYgseqZqco .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uYgseqZqco .dropdown-item:hover span {
  color: white;
}
.cid-uYgseqZqco .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYgseqZqco .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYgseqZqco .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYgseqZqco .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYgseqZqco .nav-link {
  position: relative;
}
.cid-uYgseqZqco .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYgseqZqco .container {
    flex-wrap: nowrap;
  }
}
.cid-uYgseqZqco .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYgseqZqco .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYgseqZqco .dropdown-menu,
.cid-uYgseqZqco .navbar.opened {
  background: #ffffff !important;
}
.cid-uYgseqZqco .nav-item:focus,
.cid-uYgseqZqco .nav-link:focus {
  outline: none;
}
.cid-uYgseqZqco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYgseqZqco .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYgseqZqco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYgseqZqco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgseqZqco .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgseqZqco .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgseqZqco .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYgseqZqco .navbar.opened {
  transition: all 0.3s;
}
.cid-uYgseqZqco .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYgseqZqco .navbar .navbar-logo img {
  width: auto;
}
.cid-uYgseqZqco .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYgseqZqco .navbar.collapsed {
  justify-content: center;
}
.cid-uYgseqZqco .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYgseqZqco .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYgseqZqco .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYgseqZqco .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYgseqZqco .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYgseqZqco .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYgseqZqco .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYgseqZqco .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYgseqZqco .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYgseqZqco .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYgseqZqco .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYgseqZqco .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYgseqZqco .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYgseqZqco .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYgseqZqco .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYgseqZqco .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYgseqZqco .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYgseqZqco .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYgseqZqco .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYgseqZqco .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYgseqZqco .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYgseqZqco .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYgseqZqco .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYgseqZqco .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYgseqZqco .navbar-brand .navbar-caption:hover,
.cid-uYgseqZqco .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYgseqZqco .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYgseqZqco .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYgseqZqco .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYgseqZqco .dropdown-item.active,
.cid-uYgseqZqco .dropdown-item:active {
  background-color: transparent;
}
.cid-uYgseqZqco .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYgseqZqco .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYgseqZqco .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYgseqZqco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYgseqZqco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYgseqZqco .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYgseqZqco .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgseqZqco ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYgseqZqco ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYgseqZqco .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYgseqZqco .navbar-buttons {
    text-align: left;
  }
}
.cid-uYgseqZqco .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYgseqZqco .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYgseqZqco button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYgseqZqco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYgseqZqco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYgseqZqco button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYgseqZqco button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYgseqZqco button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYgseqZqco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgseqZqco nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgseqZqco nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgseqZqco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgseqZqco .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYgseqZqco a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYgseqZqco .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYgseqZqco .navbar {
    height: 70px;
  }
  .cid-uYgseqZqco .navbar.opened {
    height: auto;
  }
  .cid-uYgseqZqco .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYgseqZqco .navbar-nav {
  margin: 0;
}
.cid-uYgseqZqco .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYgseqZqco .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYgseqZqco .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYgseqZqco .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYgseqZqco .nav-item .nav-link:hover,
.cid-uYgseqZqco .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uYgseqZqco .nav-item .nav-link:hover::after,
.cid-uYgseqZqco .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYgseqZqco .nav-item .nav-link:hover::before,
.cid-uYgseqZqco .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYgseqZqco .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYgseqZqco .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYgseqZqco .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYgseqZqco .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYgseqZqco .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYgseqZqco .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYgseqZqco .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYgseqZqco .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYgseqZqco .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYgseqZqco .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYgseqZqco .content-wrap {
  min-height: 110px;
}
.cid-uYgsesNEh0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d7887;
}
.cid-uYgsesNEh0 h2,
.cid-uYgsesNEh0 h4,
.cid-uYgsesNEh0 p {
  margin: 0;
}
.cid-uYgsesNEh0 .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uYgsesNEh0 .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uYgsesNEh0 .image-wrap {
    margin-top: 30px;
  }
}
.cid-uYgsesNEh0 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uYgsesNEh0 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-uYgsesNEh0 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uYgsesNEh0 .mbr-text {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-uYgsesNEh0 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYgsesNEh0 .socials p {
  margin: 0 20px 0 0;
}
.cid-uYgsesNEh0 .socials-item .link {
  color: #000000;
}
.cid-uYgseu0AJo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgseu0AJo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYgseu0AJo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYgseu0AJo .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2d7887;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uYgseuMMco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgseuMMco .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYgseuMMco .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYgseuMMco .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f9f7f5;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uYgseuMMco .label-text {
    text-align: center !important;
  }
}
.cid-uYgseuMMco .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYgseuMMco .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYgseuMMco .mbr-section-title,
.cid-uYgseuMMco .mbr-section-btn {
  text-align: center;
}
.cid-uYgsevv3eY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgsevv3eY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgsevv3eY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgsevv3eY .items-wrapper {
  margin: 0 -32px;
}
.cid-uYgsevv3eY .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYgsevv3eY .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uYgsevv3eY .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYgsevv3eY .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYgsevv3eY .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYgsevv3eY .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uYgsevv3eY .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff6d99;
  border-color: #ff7ca4;
  box-shadow: 0 18px 32px -8px #ff6d99;
}
.cid-uYgsevv3eY .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-uYgsevv3eY .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
  box-shadow: 0 18px 32px -8px #b1a1e3;
}
.cid-uYgsevv3eY .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uYgsevv3eY .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uYgsevv3eY .card-title {
  color: #111111;
}
.cid-uYgsevv3eY .card-text {
  color: #666666;
  text-align: center;
}
.cid-uYgsevv3eY .card-title,
.cid-uYgsevv3eY .iconfont-wrapper {
  text-align: center;
}
.cid-uYgsexkXwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgsexkXwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgsexkXwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgsexkXwd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYgsexkXwd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgsexkXwd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYgsexkXwd .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYgsexkXwd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYgsexkXwd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYgsexkXwd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYgsexkXwd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYgsexkXwd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgsexkXwd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgsexkXwd .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYgsexkXwd .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uYgsexkXwd .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uYgsexkXwd .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYgsexkXwd .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uYgsexkXwd .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uYgsexkXwd .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYgsexkXwd .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgsexkXwd .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYgsexkXwd .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uYgsexkXwd .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uYgsexkXwd .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYgsexkXwd .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uYgsexkXwd .mbr-label,
.cid-uYgsexkXwd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgsexkXwd .mbr-section-title,
.cid-uYgsexkXwd .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgsexkXwd .mbr-text,
.cid-uYgsexkXwd .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYgsexkXwd .item-text {
  color: #000000;
}
.cid-uYgsexkXwd .item-text,
.cid-uYgsexkXwd .mbr-section-btn {
  text-align: center;
}
.cid-uYgsexXJYF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYgsexXJYF .row {
  justify-content: center;
}
.cid-uYgsexXJYF img,
.cid-uYgsexXJYF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYgsexXJYF .item:focus,
.cid-uYgsexXJYF span:focus {
  outline: none;
}
.cid-uYgsexXJYF .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYgsexXJYF .col-items {
    flex-wrap: wrap;
  }
}
.cid-uYgsexXJYF .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uYgsexXJYF .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYgsexXJYF .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uYgsexXJYF .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uYgsexXJYF .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uYgsexXJYF .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uYgsexXJYF .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uYgsexXJYF .item-wrapper .btn-primary:hover span {
  color: #ffe161 !important;
}
.cid-uYgsexXJYF .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYgsexXJYF .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uYgsexXJYF .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uYgsexXJYF .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uYgsexXJYF .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uYgsexXJYF .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uYgsexXJYF .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uYgsexXJYF .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uYgsexXJYF .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uYgsexXJYF .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYgsexXJYF .label-text {
    text-align: center !important;
  }
}
.cid-uYgsexXJYF .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYgsexXJYF .mbr-text {
  color: #ffffff;
}
.cid-uYgsexXJYF .item-title {
  color: #000000;
}
.cid-uYgsexXJYF .item-subtitle {
  color: #ffffff;
}
.cid-uYgsexXJYF .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uYgsexXJYF .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uYgsexXJYF .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uYgsexXJYF .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYgsexXJYF .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uYgsexXJYF .mbr-section-subtitle {
  text-align: left;
}
.cid-uYgseyHAUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgseyHAUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgseyHAUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgseyHAUq .row {
  margin: 0 -32px;
}
.cid-uYgseyHAUq .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYgseyHAUq .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYgseyHAUq .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYgseyHAUq .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYgseyHAUq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgseyHAUq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgseyHAUq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgseyHAUq .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYgseyHAUq .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #2d7887;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYgseyHAUq .image-wrapper {
    padding: 6px;
  }
}
.cid-uYgseyHAUq .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYgseyHAUq .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYgseyHAUq .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYgseyHAUq .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYgseyHAUq .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYgseyHAUq .mbr-label {
  color: #49496d;
}
.cid-uYgseyHAUq .mbr-section-title {
  color: #181824;
}
.cid-uYgseyHAUq .mbr-text,
.cid-uYgseyHAUq .text-wrapper {
  color: #000000;
}
.cid-uYgsezoKbm {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #2d7887;
}
.cid-uYgsezoKbm .mbr-text,
.cid-uYgsezoKbm .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgsezoKbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgsezoKbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgsezoKbm H1 {
  color: #ffffff;
}
.cid-uYgsezXaAb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYgsezXaAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgsezXaAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgsezXaAb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYgsezXaAb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYgsezXaAb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uYgsezXaAb .panel-body,
.cid-uYgsezXaAb .card-header {
  padding: 1rem 0;
}
.cid-uYgsezXaAb .panel-title-edit {
  color: #222222;
  text-align: center;
}
.cid-uYgsezXaAb H3 {
  color: #222222;
  text-align: center;
}
.cid-uYgseAKFue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgseAKFue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgseAKFue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgseAKFue .row {
  margin: 0 -45px;
}
.cid-uYgseAKFue .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uYgseAKFue .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-uYgseAKFue .images-wrapper {
    flex-direction: column;
  }
}
.cid-uYgseAKFue .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-uYgseAKFue .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uYgseAKFue .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uYgseAKFue .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #ffe161;
}
@media (max-width: 992px) {
  .cid-uYgseAKFue .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-uYgseAKFue .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uYgseAKFue .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uYgseAKFue .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #9a1436;
}
.cid-uYgseAKFue .images-wrapper .logo-wrapper img:hover,
.cid-uYgseAKFue .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-uYgseAKFue .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uYgseAKFue .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYgseAKFue .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgseAKFue .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uYgseAKFue .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYgseAKFue .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uYgseAKFue .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgseAKFue .mbr-label {
  color: #3a001d;
}
.cid-uYgseAKFue .mbr-section-title {
  color: #3a001d;
}
.cid-uYgseAKFue .mbr-text {
  color: #3a001d;
}
.cid-uYgseAKFue .mbr-section-title,
.cid-uYgseAKFue .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgseAKFue .mbr-text,
.cid-uYgseAKFue .text-wrapper {
  color: #ffffff;
}
.cid-uYgseBqHYY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYgseBqHYY .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #2d7887;
  max-width: 80%;
}
@media (max-width: 767px) {
  .cid-uYgseBqHYY .container {
    padding: 140px 15px;
  }
}
.cid-uYgseBqHYY .wrap {
  display: none;
}
.cid-uYgseBqHYY section {
  position: relative;
}
.cid-uYgseBqHYY .mbr-section-title {
  color: #ffffff;
}
.cid-uYgseBqHYY .mbr-text,
.cid-uYgseBqHYY .mbr-section-btn {
  color: #ffffff;
  z-index: 70;
}
.cid-uYgseBqHYY .btn {
  padding: 17px 54px !important;
}
.cid-uYgseBqHYY img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.cid-uYgseBqHYY .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uYgseBqHYY .image-1 {
  position: absolute;
  left: -75px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-uYgseBqHYY .image-2 {
  position: absolute;
  left: -33px;
  top: 195px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-uYgseBqHYY .image-3 {
  position: absolute;
  left: -11px;
  bottom: -141px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-uYgseBqHYY .image-4 {
  position: absolute;
  left: auto;
  right: -91px;
  bottom: -312px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-uYgseBqHYY .image-5 {
  position: absolute;
  left: 7px;
  top: 35px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-uYgseBqHYY .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-uYgseBqHYY .mbr-arrow {
  bottom: 105px !important;
}
@media (max-width: 1199px) {
  .cid-uYgseBqHYY .image-1 {
    left: 5px;
    bottom: -293px;
  }
  .cid-uYgseBqHYY .image-2 {
    left: 277px;
    top: 95px;
  }
  .cid-uYgseBqHYY .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-uYgseBqHYY .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-uYgseBqHYY .image-5 {
    left: 7px;
    top: 35px;
  }
  .cid-uYgseBqHYY .image-6 {
    left: 615px;
    top: -10px;
  }
}
@media (max-width: 992px) {
  .cid-uYgseBqHYY .image-1 {
    bottom: -213px;
  }
  .cid-uYgseBqHYY .image-2 {
    top: 115px;
  }
  .cid-uYgseBqHYY .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-uYgseBqHYY .image-6 {
    left: -295px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uYgseBqHYY .image-1 {
    bottom: -263px;
  }
  .cid-uYgseBqHYY .image-3 {
    left: 9px;
    bottom: 39px;
  }
  .cid-uYgseBqHYY .image-4 {
    bottom: -112px;
    right: -31px;
  }
  .cid-uYgseBqHYY .image-6 {
    left: -125px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uYgseBqHYY .align-left {
    text-align: center;
  }
}
.cid-uYgseBqHYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgseBqHYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgseC1L9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d7887;
}
.cid-uYgseC1L9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgseC1L9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgseC1L9q .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYgseC1L9q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgseC1L9q .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYgseC1L9q .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYgseC1L9q .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYgseC1L9q .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYgseC1L9q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYgseC1L9q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYgseC1L9q .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uYgseC1L9q .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uYgseC1L9q .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYgseC1L9q .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgseC1L9q .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #2d7887;
}
@media (max-width: 992px) {
  .cid-uYgseC1L9q .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uYgseC1L9q .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgseC1L9q .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYgseC1L9q .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgseC1L9q .mbr-label,
.cid-uYgseC1L9q .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgseC1L9q .mbr-section-title,
.cid-uYgseC1L9q .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYgseC1L9q .mbr-text {
  color: #515151;
}
.cid-uYgseC1L9q .mbr-text,
.cid-uYgseC1L9q .mbr-section-btn {
  color: #ffffff;
}
.cid-uYgseCDRxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgseCDRxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgseCDRxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgseCDRxf .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #222222;
}
@media (max-width: 992px) {
  .cid-uYgseCDRxf .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uYgseCDRxf .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYgseCDRxf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uYgseCDRxf .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-uYgseCDRxf .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uYgseCDRxf .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYgseCDRxf .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYgseCDRxf .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgseCDRxf .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uYgseCDRxf .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uYgseCDRxf .mbr-section-title,
.cid-uYgseCDRxf .mbr-section-btn {
  color: #000000;
}
.cid-uYgHnqDNqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgHnqDNqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgHnqDNqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgHnqDNqe .container {
  max-width: 1600px;
}
.cid-uYgHnqDNqe .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #2d7887;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uYgHnqDNqe .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYgHnqDNqe .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uYgHnqDNqe .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uYgHnqDNqe .col-title {
    margin-bottom: 50px;
  }
}
.cid-uYgHnqDNqe .mbr-section-title {
  color: #FFDD65;
}
.cid-uYgHnqDNqe .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYgHnqDNqe .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uYgHnqDNqe .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uYgHnqDNqe .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uYgHnqDNqe .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uYgHnqDNqe .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uYgHnqDNqe .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uYgHnqDNqe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uYgHnqDNqe .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uYgHnqDNqe .panel-title:hover .panel-title-edit {
  color: #222222;
}
.cid-uYgHnqDNqe .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYgHnqDNqe .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uYgHnqDNqe .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uYgHnqDNqe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYgHnqDNqe .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uYgHnqDNqe .col-text {
    margin-top: 40px;
  }
}
.cid-uYgHnqDNqe .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-uYgHnqDNqe .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uYgHnqDNqe .mbr-text {
    margin-top: 16px;
  }
}
.cid-uYgHnqDNqe .custom-section-btn {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uYgHnqDNqe .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uYgHnqDNqe .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uYgHnqDNqe .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uYgHnqDNqe .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uYgHnqDNqe .btn-container .btn {
    width: 100%;
  }
}
.cid-uYgseDfLJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYgseDfLJK .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYgseDfLJK .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYgseDfLJK .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYgseDfLJK .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYgseDfLJK .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYgseDfLJK .google-map {
    height: 356px;
  }
}
.cid-uYgseDfLJK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYgseDfLJK .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-uYgseDfLJK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYgseDfLJK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYgseDfLJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgseDfLJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgseDV4ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uYgseDV4ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgseDV4ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgseDV4ES .content-wrap {
  padding: 60px;
  background-color: #2d7887;
}
@media (max-width: 992px) {
  .cid-uYgseDV4ES .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYgseDV4ES .content-wrap .row {
  justify-content: center;
}
.cid-uYgseDV4ES .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgseDV4ES .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgseDV4ES .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYgseDV4ES .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uYgseDV4ES .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uYgseDV4ES .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYgseDV4ES .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgseDV4ES .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgseDV4ES .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgseDV4ES .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYgseDV4ES .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYgseDV4ES .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgseDV4ES .nav-wrapper .list .item-wrap:hover,
.cid-uYgseDV4ES .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYgseDV4ES .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgseDV4ES .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgseDV4ES .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgseDV4ES .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYgseDV4ES .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYgseDV4ES .contacts-wrapper .list .item-wrap:hover,
.cid-uYgseDV4ES .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uYgseDV4ES .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgseDV4ES .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYgseDV4ES .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYgseDV4ES .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYgseDV4ES .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYgseDV4ES .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYgseDV4ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYgseDV4ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uYgseDV4ES .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uYgseDV4ES .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uYgseDV4ES .mbr-section-title {
  color: #ed463f;
}
.cid-uYgseDV4ES .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYgseDV4ES .list {
  color: #404349;
}
.cid-uYgseDV4ES .list,
.cid-uYgseDV4ES .item-wrap {
  color: #ffffff;
}
