body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 7rem;
  line-height: 0.8;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Niconne', handwriting;
  font-size: 4rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Niconne', handwriting;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Niconne', handwriting;
  font-size: 3rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Niconne', handwriting;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.1rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 2.2rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 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: #034a8e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #034a8e !important;
  border-color: #034a8e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #011e39 !important;
  border-color: #011e39 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #011e39 !important;
  border-color: #011e39 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #034a8e !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #034a8e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #011e39 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #034a8e !important;
  border-color: #034a8e !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.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-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #034a8e !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #034a8e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #034a8e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #034a8e;
  border-color: #034a8e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #034a8e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #168bfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Niconne', handwriting;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #034a8e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Niconne', handwriting;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #034a8e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #034a8e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #034a8e;
}
.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: #034a8e;
  border-bottom-color: #034a8e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #034a8e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23034a8e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tz8Air2p6m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tz8Air2p6m nav.navbar {
  position: fixed;
}
.cid-tz8Air2p6m .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz8Air2p6m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz8Air2p6m .dropdown-item:hover,
.cid-tz8Air2p6m .dropdown-item:focus {
  background: #034a8e !important;
  color: white !important;
}
.cid-tz8Air2p6m .dropdown-item:hover span {
  color: white;
}
.cid-tz8Air2p6m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz8Air2p6m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz8Air2p6m .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz8Air2p6m .nav-link {
  position: relative;
}
.cid-tz8Air2p6m .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tz8Air2p6m .container {
    flex-wrap: nowrap;
  }
}
.cid-tz8Air2p6m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown-menu,
.cid-tz8Air2p6m .navbar.opened {
  background: #ffffff !important;
}
.cid-tz8Air2p6m .nav-item:focus,
.cid-tz8Air2p6m .nav-link:focus {
  outline: none;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz8Air2p6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz8Air2p6m .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tz8Air2p6m .navbar.opened {
  transition: all 0.3s;
}
.cid-tz8Air2p6m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz8Air2p6m .navbar .navbar-logo img {
  width: auto;
}
.cid-tz8Air2p6m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar.collapsed {
  justify-content: center;
}
.cid-tz8Air2p6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz8Air2p6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz8Air2p6m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz8Air2p6m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8Air2p6m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8Air2p6m .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-tz8Air2p6m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz8Air2p6m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz8Air2p6m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz8Air2p6m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz8Air2p6m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz8Air2p6m .navbar.navbar-short {
  min-height: 80px;
}
.cid-tz8Air2p6m .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tz8Air2p6m .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz8Air2p6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz8Air2p6m .dropdown-item.active,
.cid-tz8Air2p6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tz8Air2p6m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz8Air2p6m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz8Air2p6m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz8Air2p6m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz8Air2p6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz8Air2p6m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .navbar {
    height: 70px;
  }
  .cid-tz8Air2p6m .navbar.opened {
    height: auto;
  }
  .cid-tz8Air2p6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz8Bbgigor {
  background-image: url("../../../assets/images/3-1024x768.jpg");
}
.cid-tz8Bbgigor .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8Bbgigor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8Bbgigor a {
  font-weight: bold;
}
.cid-tz8Bbgigor .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tz8Bbgigor .mbr-text,
.cid-tz8Bbgigor .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA193V9qiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA193V9qiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA193V9qiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA193V9qiW .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uA193V9qiW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA193V9qiW .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uA193V9qiW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA193V9qiW .container {
    padding: 0 14px;
  }
}
.cid-uA193V9qiW .row {
  justify-content: center;
}
.cid-uA193V9qiW .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ffe885;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uA193V9qiW .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA193V9qiW .card-wrapper {
    margin: 0;
  }
}
.cid-uA193V9qiW .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uA193V9qiW .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uA193V9qiW .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uA193V9qiW .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uA193V9qiW .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uA193V9qiW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uA193V9qiW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uA193V9qiW .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA193V9qiW .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA193V9qiW .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uA193V9qiW .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uA193V9qiW .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uA193V9qiW .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uA193V9qiW .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e43f3f;
  margin-left: -25px;
}
.cid-uA193V9qiW .mbr-section-title {
  color: #f1f1f1;
}
.cid-uA193V9qiW .mbr-text {
  color: #f1f1f1;
}
.cid-uA193V9qiW .mbr-list-title {
  color: #f1f1f1;
}
.cid-uA193V9qiW .list {
  color: #f1f1f1;
}
.cid-uA193V9qiW .mbr-section-title,
.cid-uA193V9qiW .mbr-section-btn {
  text-align: center;
}
.cid-uA193V9qiW .icon-wrapper {
  text-align: right;
}
.cid-uA193V9qiW .mbr-section-title,
.cid-uA193V9qiW .icon-wrapper,
.cid-uA193V9qiW .mbr-section-btn {
  color: #000000;
}
.cid-tz8BZvclXW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-tz8BZvclXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BZvclXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BZvclXW a {
  font-weight: bold;
}
.cid-tz8BZvclXW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tz8BZvclXW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tz8BZvclXW .mbr-text,
.cid-tz8BZvclXW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tz8B9KgM7S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz8B9KgM7S img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tz8B9KgM7S img {
    transform: translateY(0px);
  }
}
.cid-tz8B9KgM7S img,
.cid-tz8B9KgM7S .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tz8B9KgM7S img,
  .cid-tz8B9KgM7S .item-img {
    border-radius: 1.5rem;
  }
}
.cid-tz8B9KgM7S .item-img {
  position: relative;
}
.cid-tz8B9KgM7S .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-tz8B9KgM7S .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-tz8B9KgM7S .item:focus,
.cid-tz8B9KgM7S span:focus {
  outline: none;
}
.cid-tz8B9KgM7S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz8B9KgM7S .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-tz8B9KgM7S .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #e6c63b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz8B9KgM7S .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-tz8B9KgM7S .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-tz8B9KgM7S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz8B9KgM7S .mbr-section-title {
  color: #232323;
}
.cid-tz8B9KgM7S .mbr-text,
.cid-tz8B9KgM7S .mbr-section-btn {
  color: #ffffff;
}
.cid-tz8B9KgM7S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tz8B9KgM7S .item-subtitle {
  color: #ffffff;
}
.cid-uA1cmMBXK2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1cmMBXK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1cmMBXK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1cmMBXK2 a {
  font-weight: bold;
}
.cid-uA1cmMBXK2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1cmMBXK2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1cmMBXK2 .mbr-text,
.cid-uA1cmMBXK2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tz8BHStrCb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tz8BHStrCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BHStrCb .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-tz8BHStrCb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tz8BHStrCb .row {
  background: #ffe161;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tz8BHStrCb .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-tz8BHStrCb img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tz8BHStrCb img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz8BHStrCb .image-wrapper {
    padding: 1rem;
  }
}
.cid-tz8BHStrCb .mbr-section-title {
  text-align: center;
}
.cid-uA1cnMoLKY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1cnMoLKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1cnMoLKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1cnMoLKY a {
  font-weight: bold;
}
.cid-uA1cnMoLKY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1cnMoLKY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1cnMoLKY .mbr-text,
.cid-uA1cnMoLKY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1cqDaWoy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/4-2000x1500.jpg");
}
.cid-uA1cqDaWoy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uA1cqDaWoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1cqDaWoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1cqDaWoy .content-wrap {
  justify-content: center;
}
.cid-uA1cqDaWoy .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uA1cqDaWoy .card-wrapper {
    display: block;
  }
}
.cid-uA1cqDaWoy .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uA1cqDaWoy .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uA1cqDaWoy .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uA1cqDaWoy .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA1cqDaWoy .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uA1cqDaWoy .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uA1cqDaWoy .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uA1cqDaWoy .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uA1cqDaWoy .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA1cqDaWoy .mbr-section-title {
  color: #150764;
}
.cid-uA1cqDaWoy .panel-title-edit {
  color: #150764;
}
.cid-uA1cqDaWoy .panel-text {
  color: #150764;
}
.cid-uA1eHqqXaf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1eHqqXaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1eHqqXaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1eHqqXaf a {
  font-weight: bold;
}
.cid-uA1eHqqXaf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1eHqqXaf .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1eHqqXaf .mbr-text,
.cid-uA1eHqqXaf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1cGX5j2h {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1cGX5j2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1cGX5j2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1cGX5j2h .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1cGX5j2h .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1cGX5j2h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1cGX5j2h .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1cGX5j2h .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item:hover,
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1cGX5j2h .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1cGX5j2h .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1cGX5j2h .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1cGX5j2h .mbr-text,
.cid-uA1cGX5j2h .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1cGX5j2h .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1rHiUMMr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1rHiUMMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1rHiUMMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1rHiUMMr .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1rHiUMMr .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1rHiUMMr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1rHiUMMr .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1rHiUMMr .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item:hover,
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1rHiUMMr .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1rHiUMMr .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1rHiUMMr .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1rHiUMMr .mbr-text,
.cid-uA1rHiUMMr .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1rHiUMMr .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1h1NKznW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1h1NKznW .mbr-text {
  color: #ffffff;
}
.cid-uA1h1NKznW .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA1h1NKznW h5,
.cid-uA1h1NKznW h6 {
  background: #034a8e;
  display: inline;
}
.cid-uA1h1NKznW h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA1h1NKznW h6 {
  line-height: 1.3 !important;
}
.cid-uA1h1NKznW h6 span {
  padding-right: 2rem;
}
.cid-uA1h1NKznW .mbr-section-title,
.cid-uA1h1NKznW .align {
  color: #ffffff;
}
.cid-uA1h1NKznW .mbr-section-subtitle,
.cid-uA1h1NKznW .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA1cMKeSzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1cMKeSzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1cMKeSzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1cMKeSzN .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1cMKeSzN .item {
    margin-bottom: 16px;
  }
}
.cid-uA1cMKeSzN .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uA1cMKeSzN .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uA1cMKeSzN .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uA1cMKeSzN .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uA1cMKeSzN .item .item-wrapper {
    display: block;
  }
}
.cid-uA1cMKeSzN .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffe161;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uA1cMKeSzN .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1cMKeSzN .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uA1cMKeSzN .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uA1cMKeSzN .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uA1cMKeSzN .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA1cMKeSzN .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uA1cMKeSzN .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uA1cMKeSzN .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA1cMKeSzN .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uA1cMKeSzN .item-title {
  color: #000000;
  text-align: center;
}
.cid-uA1cMKeSzN .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uA1hyfdO7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1hyfdO7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1hyfdO7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1hyfdO7f .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffe161;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA1hyfdO7f .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1hyfdO7f .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA1hyfdO7f .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1hyfdO7f .image-wrapper img {
    height: 350px;
  }
}
.cid-uA1hyfdO7f .mbr-section-title {
  color: #404349;
}
.cid-uA1hyfdO7f .mbr-desc {
  color: #b19a7c;
}
.cid-uA1hyfdO7f .mbr-text {
  color: #404349;
}
.cid-uA1hyfdO7f .mbr-desc,
.cid-uA1hyfdO7f .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uA1hyfdO7f .mbr-section-title,
.cid-uA1hyfdO7f .title-wrap DIV {
  text-align: center;
}
.cid-uA1hyfdO7f .mbr-section-title,
.cid-uA1hyfdO7f .title-wrap {
  color: #ffffff;
}
.cid-tz8BJfMVkf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tz8BJfMVkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BJfMVkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BJfMVkf .google-map {
  height: 35rem;
  position: relative;
}
.cid-tz8BJfMVkf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tz8BJfMVkf .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-tz8BJfMVkf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tz8BJfMVkf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz8BJfMVkf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tz8BJfMVkf .mbr-section-title {
  color: #ffffff;
}
.cid-uA1i77rAdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1i77rAdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1i77rAdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1i77rAdD .content-wrap {
  padding: 60px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1i77rAdD .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA1i77rAdD .content-wrap .row {
  justify-content: center;
}
.cid-uA1i77rAdD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1i77rAdD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1i77rAdD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA1i77rAdD .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA1i77rAdD .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA1i77rAdD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1i77rAdD .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1i77rAdD .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1i77rAdD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1i77rAdD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1i77rAdD .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1i77rAdD .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1i77rAdD .nav-wrapper .list .item-wrap:hover,
.cid-uA1i77rAdD .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1i77rAdD .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1i77rAdD .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1i77rAdD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1i77rAdD .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1i77rAdD .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1i77rAdD .contacts-wrapper .list .item-wrap:hover,
.cid-uA1i77rAdD .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1i77rAdD .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1i77rAdD .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1i77rAdD .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1i77rAdD .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1i77rAdD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1i77rAdD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1i77rAdD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1i77rAdD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA1i77rAdD .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-uA1i77rAdD .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA1i77rAdD .mbr-section-title {
  color: #ed463f;
}
.cid-uA1i77rAdD .mbr-section-subtitle {
  color: #404349;
}
.cid-uA1i77rAdD .list {
  color: #404349;
}
.cid-uA1i77rAdD .mbr-section-subtitle,
.cid-uA1i77rAdD .social-wrapper {
  color: #000000;
}
.cid-uA1pwnyjj1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uA1pwnyjj1 nav.navbar {
  position: fixed;
}
.cid-uA1pwnyjj1 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uA1pwnyjj1 .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-uA1pwnyjj1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA1pwnyjj1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA1pwnyjj1 .dropdown-item:hover,
.cid-uA1pwnyjj1 .dropdown-item:focus {
  background: #034a8e !important;
  color: white !important;
}
.cid-uA1pwnyjj1 .dropdown-item:hover span {
  color: white;
}
.cid-uA1pwnyjj1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA1pwnyjj1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA1pwnyjj1 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA1pwnyjj1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA1pwnyjj1 .nav-link {
  position: relative;
}
.cid-uA1pwnyjj1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA1pwnyjj1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uA1pwnyjj1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA1pwnyjj1 .dropdown-menu,
.cid-uA1pwnyjj1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uA1pwnyjj1 .nav-item:focus,
.cid-uA1pwnyjj1 .nav-link:focus {
  outline: none;
}
.cid-uA1pwnyjj1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA1pwnyjj1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA1pwnyjj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA1pwnyjj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA1pwnyjj1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA1pwnyjj1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA1pwnyjj1 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uA1pwnyjj1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uA1pwnyjj1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA1pwnyjj1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uA1pwnyjj1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA1pwnyjj1 .navbar.collapsed {
  justify-content: center;
}
.cid-uA1pwnyjj1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA1pwnyjj1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA1pwnyjj1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA1pwnyjj1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA1pwnyjj1 .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-uA1pwnyjj1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA1pwnyjj1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA1pwnyjj1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA1pwnyjj1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA1pwnyjj1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA1pwnyjj1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA1pwnyjj1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA1pwnyjj1 .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-uA1pwnyjj1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA1pwnyjj1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA1pwnyjj1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA1pwnyjj1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA1pwnyjj1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA1pwnyjj1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA1pwnyjj1 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uA1pwnyjj1 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uA1pwnyjj1 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA1pwnyjj1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA1pwnyjj1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA1pwnyjj1 .dropdown-item.active,
.cid-uA1pwnyjj1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA1pwnyjj1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA1pwnyjj1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA1pwnyjj1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA1pwnyjj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA1pwnyjj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA1pwnyjj1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA1pwnyjj1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA1pwnyjj1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA1pwnyjj1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA1pwnyjj1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uA1pwnyjj1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA1pwnyjj1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1pwnyjj1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1pwnyjj1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA1pwnyjj1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1pwnyjj1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA1pwnyjj1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA1pwnyjj1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1pwnyjj1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA1pwnyjj1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA1pwnyjj1 .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-uA1pwnyjj1 .navbar {
    height: 70px;
  }
  .cid-uA1pwnyjj1 .navbar.opened {
    height: auto;
  }
  .cid-uA1pwnyjj1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA1pwoGzcN {
  background-image: url("../../../assets/images/5-1067x800.jpg");
}
.cid-uA1pwoGzcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1pwoGzcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1pwoGzcN a {
  font-weight: bold;
}
.cid-uA1pwoGzcN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1pwoGzcN .mbr-text,
.cid-uA1pwoGzcN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA1pwqnJ9j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1pwqnJ9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1pwqnJ9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1pwqnJ9j a {
  font-weight: bold;
}
.cid-uA1pwqnJ9j .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1pwqnJ9j .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1pwqnJ9j .mbr-text,
.cid-uA1pwqnJ9j .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1pwAetqI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uA1pwAetqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1pwAetqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1pwAetqI .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA1pwAetqI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA1pwAetqI .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-uA1pwAetqI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA1pwAetqI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA1pwAetqI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA1pwAetqI .mbr-section-title {
  color: #ffffff;
}
.cid-uA1pwAT37r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1pwAT37r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1pwAT37r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1pwAT37r .content-wrap {
  padding: 60px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1pwAT37r .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA1pwAT37r .content-wrap .row {
  justify-content: center;
}
.cid-uA1pwAT37r .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1pwAT37r .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1pwAT37r .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA1pwAT37r .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA1pwAT37r .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA1pwAT37r .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1pwAT37r .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1pwAT37r .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1pwAT37r .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1pwAT37r .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1pwAT37r .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1pwAT37r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1pwAT37r .nav-wrapper .list .item-wrap:hover,
.cid-uA1pwAT37r .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1pwAT37r .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1pwAT37r .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1pwAT37r .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1pwAT37r .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1pwAT37r .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1pwAT37r .contacts-wrapper .list .item-wrap:hover,
.cid-uA1pwAT37r .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1pwAT37r .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1pwAT37r .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1pwAT37r .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1pwAT37r .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1pwAT37r .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1pwAT37r .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1pwAT37r .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1pwAT37r .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA1pwAT37r .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-uA1pwAT37r .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA1pwAT37r .mbr-section-title {
  color: #ed463f;
}
.cid-uA1pwAT37r .mbr-section-subtitle {
  color: #404349;
}
.cid-uA1pwAT37r .list {
  color: #404349;
}
.cid-uA1pwAT37r .mbr-section-subtitle,
.cid-uA1pwAT37r .social-wrapper {
  color: #000000;
}
.cid-uA1qRW8MCz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uA1qRW8MCz nav.navbar {
  position: fixed;
}
.cid-uA1qRW8MCz .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uA1qRW8MCz .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-uA1qRW8MCz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA1qRW8MCz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA1qRW8MCz .dropdown-item:hover,
.cid-uA1qRW8MCz .dropdown-item:focus {
  background: #034a8e !important;
  color: white !important;
}
.cid-uA1qRW8MCz .dropdown-item:hover span {
  color: white;
}
.cid-uA1qRW8MCz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA1qRW8MCz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA1qRW8MCz .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA1qRW8MCz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA1qRW8MCz .nav-link {
  position: relative;
}
.cid-uA1qRW8MCz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA1qRW8MCz .container {
    flex-wrap: nowrap;
  }
}
.cid-uA1qRW8MCz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA1qRW8MCz .dropdown-menu,
.cid-uA1qRW8MCz .navbar.opened {
  background: #ffffff !important;
}
.cid-uA1qRW8MCz .nav-item:focus,
.cid-uA1qRW8MCz .nav-link:focus {
  outline: none;
}
.cid-uA1qRW8MCz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA1qRW8MCz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA1qRW8MCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA1qRW8MCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA1qRW8MCz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA1qRW8MCz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA1qRW8MCz .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uA1qRW8MCz .navbar.opened {
  transition: all 0.3s;
}
.cid-uA1qRW8MCz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA1qRW8MCz .navbar .navbar-logo img {
  width: auto;
}
.cid-uA1qRW8MCz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA1qRW8MCz .navbar.collapsed {
  justify-content: center;
}
.cid-uA1qRW8MCz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA1qRW8MCz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA1qRW8MCz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA1qRW8MCz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA1qRW8MCz .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-uA1qRW8MCz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA1qRW8MCz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA1qRW8MCz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA1qRW8MCz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA1qRW8MCz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA1qRW8MCz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA1qRW8MCz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA1qRW8MCz .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-uA1qRW8MCz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA1qRW8MCz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA1qRW8MCz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA1qRW8MCz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA1qRW8MCz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA1qRW8MCz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA1qRW8MCz .navbar.navbar-short {
  min-height: 80px;
}
.cid-uA1qRW8MCz .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uA1qRW8MCz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA1qRW8MCz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA1qRW8MCz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA1qRW8MCz .dropdown-item.active,
.cid-uA1qRW8MCz .dropdown-item:active {
  background-color: transparent;
}
.cid-uA1qRW8MCz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA1qRW8MCz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA1qRW8MCz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA1qRW8MCz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA1qRW8MCz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA1qRW8MCz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA1qRW8MCz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA1qRW8MCz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA1qRW8MCz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA1qRW8MCz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uA1qRW8MCz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA1qRW8MCz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1qRW8MCz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1qRW8MCz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA1qRW8MCz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1qRW8MCz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA1qRW8MCz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA1qRW8MCz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1qRW8MCz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA1qRW8MCz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA1qRW8MCz .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-uA1qRW8MCz .navbar {
    height: 70px;
  }
  .cid-uA1qRW8MCz .navbar.opened {
    height: auto;
  }
  .cid-uA1qRW8MCz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA1qRWWUpR {
  background-image: url("../../../assets/images/7-1440x1080.jpg");
}
.cid-uA1qRWWUpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1qRWWUpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1qRWWUpR a {
  font-weight: bold;
}
.cid-uA1qRWWUpR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1qRWWUpR .mbr-text,
.cid-uA1qRWWUpR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA1qRXDeKI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1qRXDeKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1qRXDeKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1qRXDeKI a {
  font-weight: bold;
}
.cid-uA1qRXDeKI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1qRXDeKI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1qRXDeKI .mbr-text,
.cid-uA1qRXDeKI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1qRY5x9s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uA1qRY5x9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1qRY5x9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1qRY5x9s .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA1qRY5x9s .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA1qRY5x9s .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-uA1qRY5x9s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA1qRY5x9s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA1qRY5x9s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA1qRY5x9s .mbr-section-title {
  color: #ffffff;
}
.cid-uA1qRYwJq7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1qRYwJq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1qRYwJq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1qRYwJq7 .content-wrap {
  padding: 60px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1qRYwJq7 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA1qRYwJq7 .content-wrap .row {
  justify-content: center;
}
.cid-uA1qRYwJq7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1qRYwJq7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1qRYwJq7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA1qRYwJq7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA1qRYwJq7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA1qRYwJq7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1qRYwJq7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1qRYwJq7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1qRYwJq7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1qRYwJq7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1qRYwJq7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1qRYwJq7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1qRYwJq7 .nav-wrapper .list .item-wrap:hover,
.cid-uA1qRYwJq7 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1qRYwJq7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1qRYwJq7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1qRYwJq7 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1qRYwJq7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1qRYwJq7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1qRYwJq7 .contacts-wrapper .list .item-wrap:hover,
.cid-uA1qRYwJq7 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1qRYwJq7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1qRYwJq7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1qRYwJq7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1qRYwJq7 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1qRYwJq7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1qRYwJq7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1qRYwJq7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1qRYwJq7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA1qRYwJq7 .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-uA1qRYwJq7 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA1qRYwJq7 .mbr-section-title {
  color: #ed463f;
}
.cid-uA1qRYwJq7 .mbr-section-subtitle {
  color: #404349;
}
.cid-uA1qRYwJq7 .list {
  color: #404349;
}
.cid-uA1qRYwJq7 .mbr-section-subtitle,
.cid-uA1qRYwJq7 .social-wrapper {
  color: #000000;
}
.cid-uA1s7c4hlj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uA1s7c4hlj nav.navbar {
  position: fixed;
}
.cid-uA1s7c4hlj .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uA1s7c4hlj .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-uA1s7c4hlj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA1s7c4hlj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA1s7c4hlj .dropdown-item:hover,
.cid-uA1s7c4hlj .dropdown-item:focus {
  background: #034a8e !important;
  color: white !important;
}
.cid-uA1s7c4hlj .dropdown-item:hover span {
  color: white;
}
.cid-uA1s7c4hlj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA1s7c4hlj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA1s7c4hlj .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA1s7c4hlj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA1s7c4hlj .nav-link {
  position: relative;
}
.cid-uA1s7c4hlj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA1s7c4hlj .container {
    flex-wrap: nowrap;
  }
}
.cid-uA1s7c4hlj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA1s7c4hlj .dropdown-menu,
.cid-uA1s7c4hlj .navbar.opened {
  background: #ffffff !important;
}
.cid-uA1s7c4hlj .nav-item:focus,
.cid-uA1s7c4hlj .nav-link:focus {
  outline: none;
}
.cid-uA1s7c4hlj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA1s7c4hlj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA1s7c4hlj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA1s7c4hlj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA1s7c4hlj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA1s7c4hlj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA1s7c4hlj .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uA1s7c4hlj .navbar.opened {
  transition: all 0.3s;
}
.cid-uA1s7c4hlj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA1s7c4hlj .navbar .navbar-logo img {
  width: auto;
}
.cid-uA1s7c4hlj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA1s7c4hlj .navbar.collapsed {
  justify-content: center;
}
.cid-uA1s7c4hlj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA1s7c4hlj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA1s7c4hlj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA1s7c4hlj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA1s7c4hlj .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-uA1s7c4hlj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA1s7c4hlj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA1s7c4hlj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA1s7c4hlj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA1s7c4hlj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA1s7c4hlj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA1s7c4hlj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA1s7c4hlj .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-uA1s7c4hlj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA1s7c4hlj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA1s7c4hlj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA1s7c4hlj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA1s7c4hlj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA1s7c4hlj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA1s7c4hlj .navbar.navbar-short {
  min-height: 80px;
}
.cid-uA1s7c4hlj .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uA1s7c4hlj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA1s7c4hlj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA1s7c4hlj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA1s7c4hlj .dropdown-item.active,
.cid-uA1s7c4hlj .dropdown-item:active {
  background-color: transparent;
}
.cid-uA1s7c4hlj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA1s7c4hlj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA1s7c4hlj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA1s7c4hlj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA1s7c4hlj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA1s7c4hlj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA1s7c4hlj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA1s7c4hlj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA1s7c4hlj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA1s7c4hlj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uA1s7c4hlj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA1s7c4hlj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1s7c4hlj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1s7c4hlj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA1s7c4hlj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1s7c4hlj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA1s7c4hlj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA1s7c4hlj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1s7c4hlj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA1s7c4hlj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA1s7c4hlj .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-uA1s7c4hlj .navbar {
    height: 70px;
  }
  .cid-uA1s7c4hlj .navbar.opened {
    height: auto;
  }
  .cid-uA1s7c4hlj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA1s7cSbjl {
  background-image: url("../../../assets/images/6-1707x2560.jpg");
}
.cid-uA1s7cSbjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7cSbjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7cSbjl a {
  font-weight: bold;
}
.cid-uA1s7cSbjl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1s7cSbjl .mbr-text,
.cid-uA1s7cSbjl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA1s7dkt2e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA1s7dkt2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7dkt2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7dkt2e .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uA1s7dkt2e .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA1s7dkt2e .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7dkt2e .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA1s7dkt2e .container {
    padding: 0 14px;
  }
}
.cid-uA1s7dkt2e .row {
  justify-content: center;
}
.cid-uA1s7dkt2e .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ffe885;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uA1s7dkt2e .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7dkt2e .card-wrapper {
    margin: 0;
  }
}
.cid-uA1s7dkt2e .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uA1s7dkt2e .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uA1s7dkt2e .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uA1s7dkt2e .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA1s7dkt2e .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uA1s7dkt2e .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e43f3f;
  margin-left: -25px;
}
.cid-uA1s7dkt2e .mbr-section-title {
  color: #f1f1f1;
}
.cid-uA1s7dkt2e .mbr-text {
  color: #f1f1f1;
}
.cid-uA1s7dkt2e .mbr-list-title {
  color: #f1f1f1;
}
.cid-uA1s7dkt2e .list {
  color: #f1f1f1;
}
.cid-uA1s7dkt2e .mbr-section-title,
.cid-uA1s7dkt2e .mbr-section-btn {
  text-align: center;
}
.cid-uA1s7dkt2e .icon-wrapper {
  text-align: right;
}
.cid-uA1s7dkt2e .mbr-section-title,
.cid-uA1s7dkt2e .icon-wrapper,
.cid-uA1s7dkt2e .mbr-section-btn {
  color: #000000;
}
.cid-uA1s7dPeEC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1s7dPeEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7dPeEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7dPeEC a {
  font-weight: bold;
}
.cid-uA1s7dPeEC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7dPeEC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7dPeEC .mbr-text,
.cid-uA1s7dPeEC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7epkRI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1s7epkRI img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uA1s7epkRI img {
    transform: translateY(0px);
  }
}
.cid-uA1s7epkRI img,
.cid-uA1s7epkRI .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1s7epkRI img,
  .cid-uA1s7epkRI .item-img {
    border-radius: 1.5rem;
  }
}
.cid-uA1s7epkRI .item-img {
  position: relative;
}
.cid-uA1s7epkRI .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-uA1s7epkRI .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-uA1s7epkRI .item:focus,
.cid-uA1s7epkRI span:focus {
  outline: none;
}
.cid-uA1s7epkRI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uA1s7epkRI .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-uA1s7epkRI .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #e6c63b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uA1s7epkRI .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-uA1s7epkRI .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-uA1s7epkRI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uA1s7epkRI .mbr-section-title {
  color: #232323;
}
.cid-uA1s7epkRI .mbr-text,
.cid-uA1s7epkRI .mbr-section-btn {
  color: #ffffff;
}
.cid-uA1s7epkRI .item-title {
  color: #000000;
  text-align: center;
}
.cid-uA1s7epkRI .item-subtitle {
  color: #ffffff;
}
.cid-uA1s7f7cJn {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1s7f7cJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7f7cJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7f7cJn a {
  font-weight: bold;
}
.cid-uA1s7f7cJn .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7f7cJn .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7f7cJn .mbr-text,
.cid-uA1s7f7cJn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7fDq09 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uA1s7fDq09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7fDq09 .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-uA1s7fDq09 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA1s7fDq09 .row {
  background: #ffe161;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uA1s7fDq09 .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uA1s7fDq09 img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uA1s7fDq09 img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uA1s7fDq09 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uA1s7fDq09 .mbr-section-title {
  text-align: center;
}
.cid-uA1s7gfzIa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1s7gfzIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7gfzIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7gfzIa a {
  font-weight: bold;
}
.cid-uA1s7gfzIa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7gfzIa .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7gfzIa .mbr-text,
.cid-uA1s7gfzIa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7gUEvn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/8-2000x1500.jpg");
}
.cid-uA1s7gUEvn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uA1s7gUEvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7gUEvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7gUEvn .content-wrap {
  justify-content: center;
}
.cid-uA1s7gUEvn .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uA1s7gUEvn .card-wrapper {
    display: block;
  }
}
.cid-uA1s7gUEvn .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uA1s7gUEvn .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uA1s7gUEvn .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7gUEvn .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA1s7gUEvn .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uA1s7gUEvn .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uA1s7gUEvn .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uA1s7gUEvn .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uA1s7gUEvn .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA1s7gUEvn .mbr-section-title {
  color: #150764;
}
.cid-uA1s7gUEvn .panel-title-edit {
  color: #150764;
}
.cid-uA1s7gUEvn .panel-text {
  color: #150764;
}
.cid-uA1s7hR8XU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1s7hR8XU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7hR8XU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7hR8XU a {
  font-weight: bold;
}
.cid-uA1s7hR8XU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7hR8XU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7hR8XU .mbr-text,
.cid-uA1s7hR8XU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1s7io8Jm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1s7io8Jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7io8Jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7io8Jm .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1s7io8Jm .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1s7io8Jm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1s7io8Jm .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1s7io8Jm .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item:hover,
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1s7io8Jm .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1s7io8Jm .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1s7io8Jm .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1s7io8Jm .mbr-text,
.cid-uA1s7io8Jm .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1s7io8Jm .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1s7jmGfT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1s7jmGfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7jmGfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7jmGfT .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1s7jmGfT .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1s7jmGfT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1s7jmGfT .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1s7jmGfT .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item:hover,
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1s7jmGfT .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1s7jmGfT .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1s7jmGfT .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1s7jmGfT .mbr-text,
.cid-uA1s7jmGfT .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1s7jmGfT .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1s7k1Bjr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1s7k1Bjr .mbr-text {
  color: #ffffff;
}
.cid-uA1s7k1Bjr .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA1s7k1Bjr h5,
.cid-uA1s7k1Bjr h6 {
  background: #034a8e;
  display: inline;
}
.cid-uA1s7k1Bjr h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA1s7k1Bjr h6 {
  line-height: 1.3 !important;
}
.cid-uA1s7k1Bjr h6 span {
  padding-right: 2rem;
}
.cid-uA1s7k1Bjr .mbr-section-title,
.cid-uA1s7k1Bjr .align {
  color: #ffffff;
}
.cid-uA1s7k1Bjr .mbr-section-subtitle,
.cid-uA1s7k1Bjr .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA1s7kEIoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1s7kEIoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7kEIoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7kEIoU .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1s7kEIoU .item {
    margin-bottom: 16px;
  }
}
.cid-uA1s7kEIoU .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uA1s7kEIoU .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uA1s7kEIoU .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uA1s7kEIoU .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uA1s7kEIoU .item .item-wrapper {
    display: block;
  }
}
.cid-uA1s7kEIoU .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffe161;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uA1s7kEIoU .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1s7kEIoU .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uA1s7kEIoU .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uA1s7kEIoU .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uA1s7kEIoU .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA1s7kEIoU .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uA1s7kEIoU .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uA1s7kEIoU .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA1s7kEIoU .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uA1s7kEIoU .item-title {
  color: #000000;
  text-align: center;
}
.cid-uA1s7kEIoU .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uA1s7ll1Dq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1s7ll1Dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7ll1Dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7ll1Dq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffe161;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA1s7ll1Dq .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1s7ll1Dq .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA1s7ll1Dq .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1s7ll1Dq .image-wrapper img {
    height: 350px;
  }
}
.cid-uA1s7ll1Dq .mbr-section-title {
  color: #404349;
}
.cid-uA1s7ll1Dq .mbr-desc {
  color: #b19a7c;
}
.cid-uA1s7ll1Dq .mbr-text {
  color: #404349;
}
.cid-uA1s7ll1Dq .mbr-desc,
.cid-uA1s7ll1Dq .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uA1s7ll1Dq .mbr-section-title,
.cid-uA1s7ll1Dq .title-wrap DIV {
  text-align: center;
}
.cid-uA1s7ll1Dq .mbr-section-title,
.cid-uA1s7ll1Dq .title-wrap {
  color: #ffffff;
}
.cid-uA1vui9hDg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1vui9hDg .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uA1vui9hDg .panel-group {
  border: none;
}
.cid-uA1vui9hDg .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uA1vui9hDg .card-header {
    padding: 0rem;
  }
}
.cid-uA1vui9hDg .card {
  border: solid 1px #034a8e;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uA1vui9hDg .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uA1vui9hDg .card {
    padding: 1rem;
  }
}
.cid-uA1vui9hDg .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uA1vui9hDg .img-col {
  padding: 0;
}
.cid-uA1vui9hDg .img-item {
  height: 100%;
}
.cid-uA1vui9hDg img {
  height: 100%;
  object-fit: cover;
}
.cid-uA1vui9hDg .collapsed span {
  transform: rotate(0deg);
}
.cid-uA1vui9hDg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA1vui9hDg p {
  margin-bottom: 0.3rem;
}
.cid-uA1vui9hDg .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uA1vui9hDg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uA1vui9hDg .panel-text {
  color: #000000;
}
.cid-uA1vui9hDg .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA1vui9hDg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uA1vui9hDg .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uA1vui9hDg .panel-title-edit,
.cid-uA1vui9hDg .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uA1vui9hDg .mbr-section-title,
.cid-uA1vui9hDg .mbr-section-subtitle {
  background: #034a8e;
  display: inline;
}
.cid-uA1vui9hDg .mbr-section-subtitle,
.cid-uA1vui9hDg .align {
  color: #ffffff;
}
.cid-uA1vui9hDg .mbr-section-title,
.cid-uA1vui9hDg .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA1vui9hDg .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #034a8e;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA1vui9hDg .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA1s7m2tJ7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uA1s7m2tJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7m2tJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7m2tJ7 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA1s7m2tJ7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA1s7m2tJ7 .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-uA1s7m2tJ7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA1s7m2tJ7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA1s7m2tJ7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA1s7m2tJ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uA1s7mLfVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1s7mLfVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1s7mLfVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1s7mLfVF .content-wrap {
  padding: 60px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1s7mLfVF .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA1s7mLfVF .content-wrap .row {
  justify-content: center;
}
.cid-uA1s7mLfVF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1s7mLfVF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1s7mLfVF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA1s7mLfVF .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA1s7mLfVF .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA1s7mLfVF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1s7mLfVF .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1s7mLfVF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1s7mLfVF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1s7mLfVF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1s7mLfVF .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1s7mLfVF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1s7mLfVF .nav-wrapper .list .item-wrap:hover,
.cid-uA1s7mLfVF .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1s7mLfVF .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1s7mLfVF .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1s7mLfVF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1s7mLfVF .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1s7mLfVF .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1s7mLfVF .contacts-wrapper .list .item-wrap:hover,
.cid-uA1s7mLfVF .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1s7mLfVF .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1s7mLfVF .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1s7mLfVF .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1s7mLfVF .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1s7mLfVF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1s7mLfVF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1s7mLfVF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1s7mLfVF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA1s7mLfVF .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-uA1s7mLfVF .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA1s7mLfVF .mbr-section-title {
  color: #ed463f;
}
.cid-uA1s7mLfVF .mbr-section-subtitle {
  color: #404349;
}
.cid-uA1s7mLfVF .list {
  color: #404349;
}
.cid-uA1s7mLfVF .mbr-section-subtitle,
.cid-uA1s7mLfVF .social-wrapper {
  color: #000000;
}
.cid-uA1wAofoUy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uA1wAofoUy nav.navbar {
  position: fixed;
}
.cid-uA1wAofoUy .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uA1wAofoUy .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-uA1wAofoUy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA1wAofoUy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA1wAofoUy .dropdown-item:hover,
.cid-uA1wAofoUy .dropdown-item:focus {
  background: #034a8e !important;
  color: white !important;
}
.cid-uA1wAofoUy .dropdown-item:hover span {
  color: white;
}
.cid-uA1wAofoUy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA1wAofoUy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA1wAofoUy .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA1wAofoUy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA1wAofoUy .nav-link {
  position: relative;
}
.cid-uA1wAofoUy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA1wAofoUy .container {
    flex-wrap: nowrap;
  }
}
.cid-uA1wAofoUy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA1wAofoUy .dropdown-menu,
.cid-uA1wAofoUy .navbar.opened {
  background: #ffffff !important;
}
.cid-uA1wAofoUy .nav-item:focus,
.cid-uA1wAofoUy .nav-link:focus {
  outline: none;
}
.cid-uA1wAofoUy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA1wAofoUy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA1wAofoUy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA1wAofoUy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA1wAofoUy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA1wAofoUy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA1wAofoUy .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uA1wAofoUy .navbar.opened {
  transition: all 0.3s;
}
.cid-uA1wAofoUy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA1wAofoUy .navbar .navbar-logo img {
  width: auto;
}
.cid-uA1wAofoUy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA1wAofoUy .navbar.collapsed {
  justify-content: center;
}
.cid-uA1wAofoUy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA1wAofoUy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA1wAofoUy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA1wAofoUy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA1wAofoUy .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-uA1wAofoUy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA1wAofoUy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA1wAofoUy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA1wAofoUy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA1wAofoUy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA1wAofoUy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA1wAofoUy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA1wAofoUy .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-uA1wAofoUy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA1wAofoUy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA1wAofoUy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA1wAofoUy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA1wAofoUy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA1wAofoUy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA1wAofoUy .navbar.navbar-short {
  min-height: 80px;
}
.cid-uA1wAofoUy .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uA1wAofoUy .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA1wAofoUy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA1wAofoUy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA1wAofoUy .dropdown-item.active,
.cid-uA1wAofoUy .dropdown-item:active {
  background-color: transparent;
}
.cid-uA1wAofoUy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA1wAofoUy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA1wAofoUy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA1wAofoUy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA1wAofoUy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA1wAofoUy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA1wAofoUy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA1wAofoUy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA1wAofoUy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA1wAofoUy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uA1wAofoUy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA1wAofoUy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1wAofoUy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1wAofoUy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA1wAofoUy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1wAofoUy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA1wAofoUy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA1wAofoUy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1wAofoUy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA1wAofoUy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA1wAofoUy .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-uA1wAofoUy .navbar {
    height: 70px;
  }
  .cid-uA1wAofoUy .navbar.opened {
    height: auto;
  }
  .cid-uA1wAofoUy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA1wApxKZS {
  background-image: url("../../../assets/images/9-640x427.jpg");
}
.cid-uA1wApxKZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wApxKZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wApxKZS a {
  font-weight: bold;
}
.cid-uA1wApxKZS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1wApxKZS .mbr-text,
.cid-uA1wApxKZS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA1wAqrjfc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA1wAqrjfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAqrjfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAqrjfc .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uA1wAqrjfc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA1wAqrjfc .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAqrjfc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA1wAqrjfc .container {
    padding: 0 14px;
  }
}
.cid-uA1wAqrjfc .row {
  justify-content: center;
}
.cid-uA1wAqrjfc .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ffe885;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uA1wAqrjfc .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAqrjfc .card-wrapper {
    margin: 0;
  }
}
.cid-uA1wAqrjfc .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uA1wAqrjfc .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uA1wAqrjfc .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uA1wAqrjfc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA1wAqrjfc .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uA1wAqrjfc .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e43f3f;
  margin-left: -25px;
}
.cid-uA1wAqrjfc .mbr-section-title {
  color: #f1f1f1;
}
.cid-uA1wAqrjfc .mbr-text {
  color: #f1f1f1;
}
.cid-uA1wAqrjfc .mbr-list-title {
  color: #f1f1f1;
}
.cid-uA1wAqrjfc .list {
  color: #f1f1f1;
}
.cid-uA1wAqrjfc .mbr-section-title,
.cid-uA1wAqrjfc .mbr-section-btn {
  text-align: center;
}
.cid-uA1wAqrjfc .icon-wrapper {
  text-align: right;
}
.cid-uA1wAqrjfc .mbr-section-title,
.cid-uA1wAqrjfc .icon-wrapper,
.cid-uA1wAqrjfc .mbr-section-btn {
  color: #000000;
}
.cid-uA1wAr1X8e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1wAr1X8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAr1X8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAr1X8e a {
  font-weight: bold;
}
.cid-uA1wAr1X8e .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAr1X8e .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAr1X8e .mbr-text,
.cid-uA1wAr1X8e .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wArujrv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1wArujrv img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uA1wArujrv img {
    transform: translateY(0px);
  }
}
.cid-uA1wArujrv img,
.cid-uA1wArujrv .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1wArujrv img,
  .cid-uA1wArujrv .item-img {
    border-radius: 1.5rem;
  }
}
.cid-uA1wArujrv .item-img {
  position: relative;
}
.cid-uA1wArujrv .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-uA1wArujrv .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-uA1wArujrv .item:focus,
.cid-uA1wArujrv span:focus {
  outline: none;
}
.cid-uA1wArujrv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uA1wArujrv .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-uA1wArujrv .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #e6c63b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uA1wArujrv .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-uA1wArujrv .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-uA1wArujrv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uA1wArujrv .mbr-section-title {
  color: #232323;
}
.cid-uA1wArujrv .mbr-text,
.cid-uA1wArujrv .mbr-section-btn {
  color: #ffffff;
}
.cid-uA1wArujrv .item-title {
  color: #000000;
  text-align: center;
}
.cid-uA1wArujrv .item-subtitle {
  color: #ffffff;
}
.cid-uA1wAsczz9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1wAsczz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAsczz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAsczz9 a {
  font-weight: bold;
}
.cid-uA1wAsczz9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAsczz9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAsczz9 .mbr-text,
.cid-uA1wAsczz9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAsH16c {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uA1wAsH16c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAsH16c .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-uA1wAsH16c .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA1wAsH16c .row {
  background: #ffe161;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uA1wAsH16c .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uA1wAsH16c img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uA1wAsH16c img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uA1wAsH16c .image-wrapper {
    padding: 1rem;
  }
}
.cid-uA1wAsH16c .mbr-section-title {
  text-align: center;
}
.cid-uA1wAtjIYJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1wAtjIYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAtjIYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAtjIYJ a {
  font-weight: bold;
}
.cid-uA1wAtjIYJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAtjIYJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAtjIYJ .mbr-text,
.cid-uA1wAtjIYJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAtRquh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/11-2000x1500.jpg");
}
.cid-uA1wAtRquh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uA1wAtRquh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAtRquh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAtRquh .content-wrap {
  justify-content: center;
}
.cid-uA1wAtRquh .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uA1wAtRquh .card-wrapper {
    display: block;
  }
}
.cid-uA1wAtRquh .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uA1wAtRquh .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uA1wAtRquh .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAtRquh .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA1wAtRquh .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uA1wAtRquh .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uA1wAtRquh .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uA1wAtRquh .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uA1wAtRquh .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA1wAtRquh .mbr-section-title {
  color: #150764;
}
.cid-uA1wAtRquh .panel-title-edit {
  color: #150764;
}
.cid-uA1wAtRquh .panel-text {
  color: #150764;
}
.cid-uA1wAuKwxN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1wAuKwxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAuKwxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAuKwxN a {
  font-weight: bold;
}
.cid-uA1wAuKwxN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAuKwxN .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uA1wAuKwxN .mbr-text,
.cid-uA1wAuKwxN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1wAvnKRo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1wAvnKRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAvnKRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAvnKRo .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1wAvnKRo .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1wAvnKRo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1wAvnKRo .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1wAvnKRo .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item:hover,
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1wAvnKRo .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1wAvnKRo .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1wAvnKRo .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1wAvnKRo .mbr-text,
.cid-uA1wAvnKRo .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1wAvnKRo .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1wAw0N0H {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1wAw0N0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAw0N0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAw0N0H .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1wAw0N0H .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1wAw0N0H .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1wAw0N0H .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1wAw0N0H .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item:hover,
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1wAw0N0H .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1wAw0N0H .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1wAw0N0H .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1wAw0N0H .mbr-text,
.cid-uA1wAw0N0H .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1wAw0N0H .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1wAy2Al4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1wAy2Al4 .mbr-text {
  color: #ffffff;
}
.cid-uA1wAy2Al4 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA1wAy2Al4 h5,
.cid-uA1wAy2Al4 h6 {
  background: #034a8e;
  display: inline;
}
.cid-uA1wAy2Al4 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA1wAy2Al4 h6 {
  line-height: 1.3 !important;
}
.cid-uA1wAy2Al4 h6 span {
  padding-right: 2rem;
}
.cid-uA1wAy2Al4 .mbr-section-title,
.cid-uA1wAy2Al4 .align {
  color: #ffffff;
}
.cid-uA1wAy2Al4 .mbr-section-subtitle,
.cid-uA1wAy2Al4 .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA1wAySkxe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1wAySkxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAySkxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAySkxe .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1wAySkxe .item {
    margin-bottom: 16px;
  }
}
.cid-uA1wAySkxe .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uA1wAySkxe .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uA1wAySkxe .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uA1wAySkxe .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uA1wAySkxe .item .item-wrapper {
    display: block;
  }
}
.cid-uA1wAySkxe .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffe161;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uA1wAySkxe .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1wAySkxe .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uA1wAySkxe .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uA1wAySkxe .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uA1wAySkxe .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA1wAySkxe .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uA1wAySkxe .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uA1wAySkxe .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA1wAySkxe .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uA1wAySkxe .item-title {
  color: #000000;
  text-align: center;
}
.cid-uA1wAySkxe .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uA1wAzHQBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1wAzHQBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAzHQBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAzHQBV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffe161;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA1wAzHQBV .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1wAzHQBV .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA1wAzHQBV .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1wAzHQBV .image-wrapper img {
    height: 350px;
  }
}
.cid-uA1wAzHQBV .mbr-section-title {
  color: #404349;
}
.cid-uA1wAzHQBV .mbr-desc {
  color: #b19a7c;
}
.cid-uA1wAzHQBV .mbr-text {
  color: #404349;
}
.cid-uA1wAzHQBV .mbr-desc,
.cid-uA1wAzHQBV .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uA1wAzHQBV .mbr-section-title,
.cid-uA1wAzHQBV .title-wrap DIV {
  text-align: center;
}
.cid-uA1wAzHQBV .mbr-section-title,
.cid-uA1wAzHQBV .title-wrap {
  color: #ffffff;
}
.cid-uA1wAAkFiC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1wAAkFiC .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uA1wAAkFiC .panel-group {
  border: none;
}
.cid-uA1wAAkFiC .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uA1wAAkFiC .card-header {
    padding: 0rem;
  }
}
.cid-uA1wAAkFiC .card {
  border: solid 1px #034a8e;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uA1wAAkFiC .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uA1wAAkFiC .card {
    padding: 1rem;
  }
}
.cid-uA1wAAkFiC .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uA1wAAkFiC .img-col {
  padding: 0;
}
.cid-uA1wAAkFiC .img-item {
  height: 100%;
}
.cid-uA1wAAkFiC img {
  height: 100%;
  object-fit: cover;
}
.cid-uA1wAAkFiC .collapsed span {
  transform: rotate(0deg);
}
.cid-uA1wAAkFiC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA1wAAkFiC p {
  margin-bottom: 0.3rem;
}
.cid-uA1wAAkFiC .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uA1wAAkFiC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uA1wAAkFiC .panel-text {
  color: #000000;
}
.cid-uA1wAAkFiC .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA1wAAkFiC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uA1wAAkFiC .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uA1wAAkFiC .panel-title-edit,
.cid-uA1wAAkFiC .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uA1wAAkFiC .mbr-section-title,
.cid-uA1wAAkFiC .mbr-section-subtitle {
  background: #034a8e;
  display: inline;
}
.cid-uA1wAAkFiC .mbr-section-subtitle,
.cid-uA1wAAkFiC .align {
  color: #ffffff;
}
.cid-uA1wAAkFiC .mbr-section-title,
.cid-uA1wAAkFiC .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA1wAAkFiC .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #034a8e;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA1wAAkFiC .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA1wABg1sE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uA1wABg1sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wABg1sE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wABg1sE .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA1wABg1sE .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA1wABg1sE .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-uA1wABg1sE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA1wABg1sE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA1wABg1sE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA1wABg1sE .mbr-section-title {
  color: #ffffff;
}
.cid-uA1wAC8BFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1wAC8BFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1wAC8BFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1wAC8BFe .content-wrap {
  padding: 60px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1wAC8BFe .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA1wAC8BFe .content-wrap .row {
  justify-content: center;
}
.cid-uA1wAC8BFe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1wAC8BFe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1wAC8BFe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA1wAC8BFe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA1wAC8BFe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA1wAC8BFe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1wAC8BFe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1wAC8BFe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1wAC8BFe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1wAC8BFe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1wAC8BFe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1wAC8BFe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1wAC8BFe .nav-wrapper .list .item-wrap:hover,
.cid-uA1wAC8BFe .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1wAC8BFe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1wAC8BFe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1wAC8BFe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1wAC8BFe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1wAC8BFe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1wAC8BFe .contacts-wrapper .list .item-wrap:hover,
.cid-uA1wAC8BFe .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1wAC8BFe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1wAC8BFe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1wAC8BFe .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1wAC8BFe .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1wAC8BFe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1wAC8BFe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1wAC8BFe .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1wAC8BFe .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA1wAC8BFe .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-uA1wAC8BFe .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA1wAC8BFe .mbr-section-title {
  color: #ed463f;
}
.cid-uA1wAC8BFe .mbr-section-subtitle {
  color: #404349;
}
.cid-uA1wAC8BFe .list {
  color: #404349;
}
.cid-uA1wAC8BFe .mbr-section-subtitle,
.cid-uA1wAC8BFe .social-wrapper {
  color: #000000;
}
.cid-uA1AFF6xJn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uA1AFF6xJn nav.navbar {
  position: fixed;
}
.cid-uA1AFF6xJn .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uA1AFF6xJn .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-uA1AFF6xJn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA1AFF6xJn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA1AFF6xJn .dropdown-item:hover,
.cid-uA1AFF6xJn .dropdown-item:focus {
  background: #034a8e !important;
  color: white !important;
}
.cid-uA1AFF6xJn .dropdown-item:hover span {
  color: white;
}
.cid-uA1AFF6xJn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA1AFF6xJn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA1AFF6xJn .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA1AFF6xJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA1AFF6xJn .nav-link {
  position: relative;
}
.cid-uA1AFF6xJn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA1AFF6xJn .container {
    flex-wrap: nowrap;
  }
}
.cid-uA1AFF6xJn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA1AFF6xJn .dropdown-menu,
.cid-uA1AFF6xJn .navbar.opened {
  background: #ffffff !important;
}
.cid-uA1AFF6xJn .nav-item:focus,
.cid-uA1AFF6xJn .nav-link:focus {
  outline: none;
}
.cid-uA1AFF6xJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA1AFF6xJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA1AFF6xJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA1AFF6xJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA1AFF6xJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA1AFF6xJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA1AFF6xJn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uA1AFF6xJn .navbar.opened {
  transition: all 0.3s;
}
.cid-uA1AFF6xJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA1AFF6xJn .navbar .navbar-logo img {
  width: auto;
}
.cid-uA1AFF6xJn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA1AFF6xJn .navbar.collapsed {
  justify-content: center;
}
.cid-uA1AFF6xJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA1AFF6xJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA1AFF6xJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA1AFF6xJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA1AFF6xJn .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-uA1AFF6xJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA1AFF6xJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA1AFF6xJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA1AFF6xJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA1AFF6xJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA1AFF6xJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA1AFF6xJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA1AFF6xJn .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-uA1AFF6xJn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA1AFF6xJn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA1AFF6xJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA1AFF6xJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA1AFF6xJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA1AFF6xJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA1AFF6xJn .navbar.navbar-short {
  min-height: 80px;
}
.cid-uA1AFF6xJn .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uA1AFF6xJn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA1AFF6xJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA1AFF6xJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA1AFF6xJn .dropdown-item.active,
.cid-uA1AFF6xJn .dropdown-item:active {
  background-color: transparent;
}
.cid-uA1AFF6xJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA1AFF6xJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA1AFF6xJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA1AFF6xJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA1AFF6xJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA1AFF6xJn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA1AFF6xJn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA1AFF6xJn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA1AFF6xJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA1AFF6xJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uA1AFF6xJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA1AFF6xJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1AFF6xJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1AFF6xJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA1AFF6xJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1AFF6xJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA1AFF6xJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA1AFF6xJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1AFF6xJn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA1AFF6xJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA1AFF6xJn .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-uA1AFF6xJn .navbar {
    height: 70px;
  }
  .cid-uA1AFF6xJn .navbar.opened {
    height: auto;
  }
  .cid-uA1AFF6xJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA1AFG6Hur {
  background-image: url("../../../assets/images/13-1600x788.jpg");
}
.cid-uA1AFG6Hur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFG6Hur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFG6Hur a {
  font-weight: bold;
}
.cid-uA1AFG6Hur .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1AFG6Hur .mbr-text,
.cid-uA1AFG6Hur .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA1AFGX2Bt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA1AFGX2Bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFGX2Bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFGX2Bt .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uA1AFGX2Bt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA1AFGX2Bt .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFGX2Bt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA1AFGX2Bt .container {
    padding: 0 14px;
  }
}
.cid-uA1AFGX2Bt .row {
  justify-content: center;
}
.cid-uA1AFGX2Bt .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ffe885;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uA1AFGX2Bt .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFGX2Bt .card-wrapper {
    margin: 0;
  }
}
.cid-uA1AFGX2Bt .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uA1AFGX2Bt .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uA1AFGX2Bt .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uA1AFGX2Bt .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA1AFGX2Bt .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uA1AFGX2Bt .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e43f3f;
  margin-left: -25px;
}
.cid-uA1AFGX2Bt .mbr-section-title {
  color: #f1f1f1;
}
.cid-uA1AFGX2Bt .mbr-text {
  color: #f1f1f1;
}
.cid-uA1AFGX2Bt .mbr-list-title {
  color: #f1f1f1;
}
.cid-uA1AFGX2Bt .list {
  color: #f1f1f1;
}
.cid-uA1AFGX2Bt .mbr-section-title,
.cid-uA1AFGX2Bt .mbr-section-btn {
  text-align: center;
}
.cid-uA1AFGX2Bt .icon-wrapper {
  text-align: right;
}
.cid-uA1AFGX2Bt .mbr-section-title,
.cid-uA1AFGX2Bt .icon-wrapper,
.cid-uA1AFGX2Bt .mbr-section-btn {
  color: #000000;
}
.cid-uA1AFHzfly {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1AFHzfly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFHzfly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFHzfly a {
  font-weight: bold;
}
.cid-uA1AFHzfly .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFHzfly .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFHzfly .mbr-text,
.cid-uA1AFHzfly .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFIag1N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1AFIag1N img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uA1AFIag1N img {
    transform: translateY(0px);
  }
}
.cid-uA1AFIag1N img,
.cid-uA1AFIag1N .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1AFIag1N img,
  .cid-uA1AFIag1N .item-img {
    border-radius: 1.5rem;
  }
}
.cid-uA1AFIag1N .item-img {
  position: relative;
}
.cid-uA1AFIag1N .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-uA1AFIag1N .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-uA1AFIag1N .item:focus,
.cid-uA1AFIag1N span:focus {
  outline: none;
}
.cid-uA1AFIag1N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uA1AFIag1N .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-uA1AFIag1N .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #e6c63b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uA1AFIag1N .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-uA1AFIag1N .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-uA1AFIag1N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uA1AFIag1N .mbr-section-title {
  color: #232323;
}
.cid-uA1AFIag1N .mbr-text,
.cid-uA1AFIag1N .mbr-section-btn {
  color: #ffffff;
}
.cid-uA1AFIag1N .item-title {
  color: #000000;
  text-align: center;
}
.cid-uA1AFIag1N .item-subtitle {
  color: #ffffff;
}
.cid-uA1AFIPTKE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.cid-uA1AFIPTKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFIPTKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFIPTKE a {
  font-weight: bold;
}
.cid-uA1AFIPTKE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFIPTKE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFIPTKE .mbr-text,
.cid-uA1AFIPTKE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFJeeA3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uA1AFJeeA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFJeeA3 .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-uA1AFJeeA3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA1AFJeeA3 .row {
  background: #ffe161;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uA1AFJeeA3 .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uA1AFJeeA3 img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uA1AFJeeA3 img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uA1AFJeeA3 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uA1AFJeeA3 .mbr-section-title {
  text-align: center;
}
.cid-uA1F7cjvHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1F7cjvHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1F7cjvHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1F7cjvHq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA1F7cjvHq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA1F7cjvHq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1F7cjvHq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA1F7cjvHq .container {
    padding: 0 24px;
  }
}
.cid-uA1F7cjvHq .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA1F7cjvHq .image-wrapper img {
    height: 400px;
  }
}
.cid-uA1AFJGgfF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1AFJGgfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFJGgfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFJGgfF a {
  font-weight: bold;
}
.cid-uA1AFJGgfF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFJGgfF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFJGgfF .mbr-text,
.cid-uA1AFJGgfF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFKemrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/15-2000x1500.jpg");
}
.cid-uA1AFKemrV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uA1AFKemrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFKemrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFKemrV .content-wrap {
  justify-content: center;
}
.cid-uA1AFKemrV .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uA1AFKemrV .card-wrapper {
    display: block;
  }
}
.cid-uA1AFKemrV .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uA1AFKemrV .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uA1AFKemrV .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFKemrV .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA1AFKemrV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uA1AFKemrV .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uA1AFKemrV .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uA1AFKemrV .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uA1AFKemrV .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA1AFKemrV .mbr-section-title {
  color: #150764;
}
.cid-uA1AFKemrV .panel-title-edit {
  color: #150764;
}
.cid-uA1AFKemrV .panel-text {
  color: #150764;
}
.cid-uA1AFLiQTb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #151515;
}
.cid-uA1AFLiQTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFLiQTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFLiQTb a {
  font-weight: bold;
}
.cid-uA1AFLiQTb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFLiQTb .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uA1AFLiQTb .mbr-text,
.cid-uA1AFLiQTb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA1AFLQKAc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1AFLQKAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFLQKAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFLQKAc .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1AFLQKAc .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1AFLQKAc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1AFLQKAc .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1AFLQKAc .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item:hover,
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1AFLQKAc .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1AFLQKAc .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1AFLQKAc .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1AFLQKAc .mbr-text,
.cid-uA1AFLQKAc .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1AFLQKAc .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1AFMyydx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1AFMyydx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFMyydx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFMyydx .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1AFMyydx .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uA1AFMyydx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA1AFMyydx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uA1AFMyydx .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item:hover,
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uA1AFMyydx .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uA1AFMyydx .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA1AFMyydx .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uA1AFMyydx .mbr-text,
.cid-uA1AFMyydx .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uA1AFMyydx .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uA1AFNbg9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1AFNbg9e .mbr-text {
  color: #ffffff;
}
.cid-uA1AFNbg9e .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA1AFNbg9e h5,
.cid-uA1AFNbg9e h6 {
  background: #034a8e;
  display: inline;
}
.cid-uA1AFNbg9e h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA1AFNbg9e h6 {
  line-height: 1.3 !important;
}
.cid-uA1AFNbg9e h6 span {
  padding-right: 2rem;
}
.cid-uA1AFNbg9e .mbr-section-title,
.cid-uA1AFNbg9e .align {
  color: #ffffff;
}
.cid-uA1AFNbg9e .mbr-section-subtitle,
.cid-uA1AFNbg9e .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA1AFNIAcB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1AFNIAcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFNIAcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFNIAcB .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA1AFNIAcB .item {
    margin-bottom: 16px;
  }
}
.cid-uA1AFNIAcB .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uA1AFNIAcB .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uA1AFNIAcB .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uA1AFNIAcB .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uA1AFNIAcB .item .item-wrapper {
    display: block;
  }
}
.cid-uA1AFNIAcB .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffe161;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uA1AFNIAcB .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA1AFNIAcB .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uA1AFNIAcB .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uA1AFNIAcB .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uA1AFNIAcB .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA1AFNIAcB .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uA1AFNIAcB .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uA1AFNIAcB .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA1AFNIAcB .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uA1AFNIAcB .item-title {
  color: #000000;
  text-align: center;
}
.cid-uA1AFNIAcB .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uA1AFOkoOg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1AFOkoOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFOkoOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFOkoOg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffe161;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA1AFOkoOg .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1AFOkoOg .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA1AFOkoOg .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1AFOkoOg .image-wrapper img {
    height: 350px;
  }
}
.cid-uA1AFOkoOg .mbr-section-title {
  color: #404349;
}
.cid-uA1AFOkoOg .mbr-desc {
  color: #b19a7c;
}
.cid-uA1AFOkoOg .mbr-text {
  color: #404349;
}
.cid-uA1AFOkoOg .mbr-desc,
.cid-uA1AFOkoOg .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uA1AFOkoOg .mbr-section-title,
.cid-uA1AFOkoOg .title-wrap DIV {
  text-align: center;
}
.cid-uA1AFOkoOg .mbr-section-title,
.cid-uA1AFOkoOg .title-wrap {
  color: #ffffff;
}
.cid-uA1AFOZUjC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1AFOZUjC .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uA1AFOZUjC .panel-group {
  border: none;
}
.cid-uA1AFOZUjC .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uA1AFOZUjC .card-header {
    padding: 0rem;
  }
}
.cid-uA1AFOZUjC .card {
  border: solid 1px #034a8e;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uA1AFOZUjC .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uA1AFOZUjC .card {
    padding: 1rem;
  }
}
.cid-uA1AFOZUjC .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uA1AFOZUjC .img-col {
  padding: 0;
}
.cid-uA1AFOZUjC .img-item {
  height: 100%;
}
.cid-uA1AFOZUjC img {
  height: 100%;
  object-fit: cover;
}
.cid-uA1AFOZUjC .collapsed span {
  transform: rotate(0deg);
}
.cid-uA1AFOZUjC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA1AFOZUjC p {
  margin-bottom: 0.3rem;
}
.cid-uA1AFOZUjC .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uA1AFOZUjC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uA1AFOZUjC .panel-text {
  color: #000000;
}
.cid-uA1AFOZUjC .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA1AFOZUjC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uA1AFOZUjC .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uA1AFOZUjC .panel-title-edit,
.cid-uA1AFOZUjC .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uA1AFOZUjC .mbr-section-title,
.cid-uA1AFOZUjC .mbr-section-subtitle {
  background: #034a8e;
  display: inline;
}
.cid-uA1AFOZUjC .mbr-section-subtitle,
.cid-uA1AFOZUjC .align {
  color: #ffffff;
}
.cid-uA1AFOZUjC .mbr-section-title,
.cid-uA1AFOZUjC .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA1AFOZUjC .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #034a8e;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA1AFOZUjC .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA1AFPFUIg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uA1AFPFUIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFPFUIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFPFUIg .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA1AFPFUIg .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA1AFPFUIg .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-uA1AFPFUIg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA1AFPFUIg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA1AFPFUIg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA1AFPFUIg .mbr-section-title {
  color: #ffffff;
}
.cid-uA1AFQGsp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA1AFQGsp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1AFQGsp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1AFQGsp3 .content-wrap {
  padding: 60px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uA1AFQGsp3 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA1AFQGsp3 .content-wrap .row {
  justify-content: center;
}
.cid-uA1AFQGsp3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1AFQGsp3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1AFQGsp3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA1AFQGsp3 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA1AFQGsp3 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA1AFQGsp3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA1AFQGsp3 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1AFQGsp3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1AFQGsp3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1AFQGsp3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1AFQGsp3 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1AFQGsp3 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1AFQGsp3 .nav-wrapper .list .item-wrap:hover,
.cid-uA1AFQGsp3 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1AFQGsp3 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1AFQGsp3 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1AFQGsp3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1AFQGsp3 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA1AFQGsp3 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1AFQGsp3 .contacts-wrapper .list .item-wrap:hover,
.cid-uA1AFQGsp3 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA1AFQGsp3 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA1AFQGsp3 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1AFQGsp3 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1AFQGsp3 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA1AFQGsp3 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1AFQGsp3 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1AFQGsp3 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1AFQGsp3 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA1AFQGsp3 .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-uA1AFQGsp3 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA1AFQGsp3 .mbr-section-title {
  color: #ed463f;
}
.cid-uA1AFQGsp3 .mbr-section-subtitle {
  color: #404349;
}
.cid-uA1AFQGsp3 .list {
  color: #404349;
}
.cid-uA1AFQGsp3 .mbr-section-subtitle,
.cid-uA1AFQGsp3 .social-wrapper {
  color: #000000;
}
