.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef5ed;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Oswald-Medium';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oswald-Light';
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Oswald-Light';
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Oswald-Light';
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ab3428 !important;
}
.bg-success {
  background-color: #768107 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ab3428 !important;
  border-color: #ab3428 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d04436 !important;
  border-color: #d04436 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d04436 !important;
  border-color: #d04436 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #768107 !important;
  border-color: #768107 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a2b10a !important;
  border-color: #a2b10a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a2b10a !important;
  border-color: #a2b10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ab3428;
  color: #ab3428;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #651f18 !important;
  background-color: transparent !important;
  border-color: #651f18 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ab3428 !important;
  border-color: #ab3428 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #768107;
  color: #768107;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b2f03 !important;
  background-color: transparent !important;
  border-color: #2b2f03 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #768107 !important;
  border-color: #768107 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ab3428 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #768107 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #581b15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d2002 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ab3428;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ab3428;
  border-color: #ab3428;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ab3428;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #de7e74;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #def215;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald-Light';
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #ab3428 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald-Light';
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ab3428;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ab3428;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ab3428;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ab3428;
  border-bottom-color: #ab3428;
}
.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: #ab3428 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23ab3428' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u8fGh9y7B7 {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8fGh9y7B7 {
    min-height: 77px;
  }
}
.cid-u8fGh9y7B7 nav.navbar {
  position: fixed;
}
.cid-u8fGh9y7B7 .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-u8fGh9y7B7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8fGh9y7B7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8fGh9y7B7 .dropdown-item:hover,
.cid-u8fGh9y7B7 .dropdown-item:focus {
  background: #ab3428 !important;
  color: inherit !important;
}
.cid-u8fGh9y7B7 .dropdown-item:hover span {
  color: white;
}
.cid-u8fGh9y7B7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8fGh9y7B7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8fGh9y7B7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8fGh9y7B7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8fGh9y7B7 .nav-link {
  position: relative;
}
.cid-u8fGh9y7B7 .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8fGh9y7B7 .container {
    flex-wrap: nowrap;
  }
}
.cid-u8fGh9y7B7 .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8fGh9y7B7 .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-u8fGh9y7B7 .dropdown-menu,
.cid-u8fGh9y7B7 .navbar.opened {
  background: #ffffff !important;
}
.cid-u8fGh9y7B7 .nav-item:focus,
.cid-u8fGh9y7B7 .nav-link:focus {
  outline: none;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8fGh9y7B7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8fGh9y7B7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8fGh9y7B7 .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-u8fGh9y7B7 .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-u8fGh9y7B7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8fGh9y7B7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8fGh9y7B7 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8fGh9y7B7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8fGh9y7B7 .navbar.collapsed {
  justify-content: center;
}
.cid-u8fGh9y7B7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8fGh9y7B7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8fGh9y7B7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8fGh9y7B7 .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-u8fGh9y7B7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8fGh9y7B7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8fGh9y7B7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8fGh9y7B7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8fGh9y7B7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8fGh9y7B7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8fGh9y7B7 .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-u8fGh9y7B7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8fGh9y7B7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8fGh9y7B7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8fGh9y7B7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8fGh9y7B7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8fGh9y7B7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8fGh9y7B7 .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8fGh9y7B7 .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-u8fGh9y7B7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8fGh9y7B7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8fGh9y7B7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-u8fGh9y7B7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8fGh9y7B7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8fGh9y7B7 .dropdown-item.active,
.cid-u8fGh9y7B7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8fGh9y7B7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8fGh9y7B7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8fGh9y7B7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8fGh9y7B7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8fGh9y7B7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8fGh9y7B7 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-u8fGh9y7B7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8fGh9y7B7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8fGh9y7B7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8fGh9y7B7 .navbar-buttons {
  text-align: center;
}
.cid-u8fGh9y7B7 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-u8fGh9y7B7 button.navbar-toggler-close {
  margin-right: 0;
}
.cid-u8fGh9y7B7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8fGh9y7B7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8fGh9y7B7 .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-u8fGh9y7B7 .navbar {
    height: 70px;
  }
  .cid-u8fGh9y7B7 .navbar.opened {
    height: auto;
  }
  .cid-u8fGh9y7B7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8fGh9y7B7 .navbar-brand-main {
  max-width: 30%;
}
.cid-u8fGh9y7B7 .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-u8fGh9y7B7 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-u8fGh9y7B7 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-u8fGh9y7B7 .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-u8fGh9y7B7 .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-u8fGh9y7B7 .navbar-buttons-main {
    display: none;
  }
}
.cid-u8fGh9y7B7 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-u8fGh9y7B7 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-u8fGh9y7B7 .container,
  .cid-u8fGh9y7B7 .container-fluid {
    justify-content: flex-end;
  }
  .cid-u8fGh9y7B7 .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-u8fGh9y7B7 .navbar-nav-main {
    display: none !important;
  }
  .cid-u8fGh9y7B7 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-u8fGh9y7B7 .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8fGh9y7B7 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-u8fGh9y7B7 .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-u8fGh9y7B7 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-u8fGh9y7B7 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .dropdown-item:hover,
  .cid-u8fGh9y7B7 .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-u8fGh9y7B7 .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-u8fGh9y7B7 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-u8kcT5N3aY {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u8kcT5N3aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kcT5N3aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kcT5N3aY .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kcT5N3aY .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kcT5N3aY .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/header-2-1920x1080.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u8kcT5N3aY .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u8kcT5N3aY .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u8kcT5N3aY .col-text {
    padding: 12px !important;
  }
}
.cid-u8kcT5N3aY .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-u8kcT5N3aY .mbr-section-title {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-u8kcT5N3aY .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u8kcT5N3aY .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u8kcT5N3aY .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u8kcT5N3aY .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u8kcT5N3aY .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u8kcT5N3aY .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u8kcT5N3aY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u8kcT5N3aY .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u8kcT5N3aY .mbr-section-btn {
  position: relative;
}
.cid-u8kOIJHrnE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8kOIJHrnE .card-box {
  width: fit-content;
}
.cid-u8kOIJHrnE .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-u8kOIJHrnE .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-u8kOIJHrnE .card-title {
  padding: 0;
  margin: 0;
}
.cid-u8kOIJHrnE .card-wrapper {
  border: 1px solid #dadee8;
  padding: 0.6rem;
  background: #ffffff;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8kOIJHrnE .card-wrapper {
    width: 100%;
  }
}
.cid-u8kOIJHrnE .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-u8kOIJHrnE .card-title,
.cid-u8kOIJHrnE .card-icon {
  color: #000000;
}
.cid-u8kOIJHrnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kOIJHrnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8q00UZf4T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8q00UZf4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8q00UZf4T .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-u8q00UZf4T .container {
    padding: 0 24px;
  }
}
.cid-u8q00UZf4T .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u8q00UZf4T .image-wrapper {
  height: 100%;
}
.cid-u8q00UZf4T .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u8q00UZf4T .image-wrapper img {
    height: 350px;
  }
}
.cid-u8q00UZf4T .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8q00UZf4T .content-wrapper {
    padding: 24px;
  }
}
.cid-u8q00UZf4T .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u8q00UZf4T .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u8q00UZf4T .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8q00UZf4T .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u8q00UZf4T .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u8q00UZf4T .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u8q00UZf4T .mbr-section-title {
  color: #141414;
}
.cid-u8q00UZf4T .mbr-text {
  color: #141414;
}
.cid-u8kCpMkbOh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8kCpMkbOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kCpMkbOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kCpMkbOh .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u8kCpMkbOh .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-u8kCpMkbOh .card-col {
  height: 100%;
  padding: 0;
}
.cid-u8kCpMkbOh .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u8kCpMkbOh .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-u8kCpMkbOh .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-u8kCpMkbOh .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-u8kCpMkbOh .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8kCpMkbOh .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8kCpMkbOh .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-u8kCpMkbOh .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-u8kCpMkbOh .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-u8kCpMkbOh .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-u8kCpMkbOh .mbr-text,
.cid-u8kCpMkbOh .mbr-section-btn {
  color: #000000;
}
.cid-u8od6pKjh2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8od6pKjh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8od6pKjh2 .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-u8od6pKjh2 .container {
    padding: 0 20px;
  }
  .cid-u8od6pKjh2 .container .row {
    padding: 0;
  }
}
.cid-u8od6pKjh2 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u8od6pKjh2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u8od6pKjh2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u8od6pKjh2 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u8od6pKjh2 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-u8od6pKjh2 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8od6pKjh2 .image-wrapper img {
    height: 300px;
  }
}
.cid-u8od6pKjh2 .mbr-section-title {
  color: #222222;
}
.cid-u8od6pKjh2 .mbr-text {
  color: #222222;
}
.cid-u8oeIgEQiZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8oeIgEQiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oeIgEQiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oeIgEQiZ .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u8oeIgEQiZ .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-u8oeIgEQiZ .card-col {
  height: 100%;
  padding: 0;
}
.cid-u8oeIgEQiZ .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u8oeIgEQiZ .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-u8oeIgEQiZ .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-u8oeIgEQiZ .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-u8oeIgEQiZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8oeIgEQiZ .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8oeIgEQiZ .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-u8oeIgEQiZ .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-u8oeIgEQiZ .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-u8oeIgEQiZ .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-u8oeIgEQiZ .mbr-text,
.cid-u8oeIgEQiZ .mbr-section-btn {
  color: #000000;
}
.cid-u8e2yNbJX6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8e2yNbJX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8e2yNbJX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8e2yNbJX6 .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-u8e2yNbJX6 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8e2yNbJX6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u8e2yNbJX6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8e2yNbJX6 .mbr-text,
.cid-u8e2yNbJX6 .mbr-section-btn {
  text-align: center;
}
.cid-u8q5aEnZY1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-u8q5aEnZY1 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-u8q5aEnZY1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u8fGh9y7B7 {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8fGh9y7B7 {
    min-height: 77px;
  }
}
.cid-u8fGh9y7B7 nav.navbar {
  position: fixed;
}
.cid-u8fGh9y7B7 .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-u8fGh9y7B7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8fGh9y7B7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8fGh9y7B7 .dropdown-item:hover,
.cid-u8fGh9y7B7 .dropdown-item:focus {
  background: #ab3428 !important;
  color: inherit !important;
}
.cid-u8fGh9y7B7 .dropdown-item:hover span {
  color: white;
}
.cid-u8fGh9y7B7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8fGh9y7B7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8fGh9y7B7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8fGh9y7B7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8fGh9y7B7 .nav-link {
  position: relative;
}
.cid-u8fGh9y7B7 .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8fGh9y7B7 .container {
    flex-wrap: nowrap;
  }
}
.cid-u8fGh9y7B7 .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8fGh9y7B7 .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-u8fGh9y7B7 .dropdown-menu,
.cid-u8fGh9y7B7 .navbar.opened {
  background: #ffffff !important;
}
.cid-u8fGh9y7B7 .nav-item:focus,
.cid-u8fGh9y7B7 .nav-link:focus {
  outline: none;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8fGh9y7B7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8fGh9y7B7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8fGh9y7B7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8fGh9y7B7 .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-u8fGh9y7B7 .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-u8fGh9y7B7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8fGh9y7B7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8fGh9y7B7 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8fGh9y7B7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8fGh9y7B7 .navbar.collapsed {
  justify-content: center;
}
.cid-u8fGh9y7B7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8fGh9y7B7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8fGh9y7B7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8fGh9y7B7 .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-u8fGh9y7B7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8fGh9y7B7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8fGh9y7B7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8fGh9y7B7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8fGh9y7B7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8fGh9y7B7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8fGh9y7B7 .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-u8fGh9y7B7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8fGh9y7B7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8fGh9y7B7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8fGh9y7B7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8fGh9y7B7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8fGh9y7B7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8fGh9y7B7 .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8fGh9y7B7 .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-u8fGh9y7B7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8fGh9y7B7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8fGh9y7B7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-u8fGh9y7B7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8fGh9y7B7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8fGh9y7B7 .dropdown-item.active,
.cid-u8fGh9y7B7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8fGh9y7B7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8fGh9y7B7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8fGh9y7B7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8fGh9y7B7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8fGh9y7B7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8fGh9y7B7 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-u8fGh9y7B7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8fGh9y7B7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8fGh9y7B7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8fGh9y7B7 .navbar-buttons {
  text-align: center;
}
.cid-u8fGh9y7B7 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-u8fGh9y7B7 button.navbar-toggler-close {
  margin-right: 0;
}
.cid-u8fGh9y7B7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8fGh9y7B7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8fGh9y7B7 .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-u8fGh9y7B7 .navbar {
    height: 70px;
  }
  .cid-u8fGh9y7B7 .navbar.opened {
    height: auto;
  }
  .cid-u8fGh9y7B7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8fGh9y7B7 .navbar-brand-main {
  max-width: 30%;
}
.cid-u8fGh9y7B7 .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-u8fGh9y7B7 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-u8fGh9y7B7 .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-u8fGh9y7B7 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-u8fGh9y7B7 .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-u8fGh9y7B7 .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-u8fGh9y7B7 .navbar-buttons-main {
    display: none;
  }
}
.cid-u8fGh9y7B7 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-u8fGh9y7B7 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-u8fGh9y7B7 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-u8fGh9y7B7 .container,
  .cid-u8fGh9y7B7 .container-fluid {
    justify-content: flex-end;
  }
  .cid-u8fGh9y7B7 .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-u8fGh9y7B7 .navbar-nav-main {
    display: none !important;
  }
  .cid-u8fGh9y7B7 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-u8fGh9y7B7 .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8fGh9y7B7 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-u8fGh9y7B7 .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-u8fGh9y7B7 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-u8fGh9y7B7 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8fGh9y7B7 .navbar-collapse .dropdown-item:hover,
  .cid-u8fGh9y7B7 .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-u8fGh9y7B7 .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-u8fGh9y7B7 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-u8fGh9y7B7 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-u8kuiex8kL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u8kuiex8kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kuiex8kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kuiex8kL .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kuiex8kL .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kuiex8kL .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/landscape-2168884-1920-1920x1017.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u8kuiex8kL .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u8kuiex8kL .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u8kuiex8kL .col-text {
    padding: 12px !important;
  }
}
.cid-u8kuiex8kL .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-u8kuiex8kL .mbr-section-title {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-u8kuiex8kL .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u8kuiex8kL .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u8kuiex8kL .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u8kuiex8kL .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u8kuiex8kL .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u8kuiex8kL .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u8kuiex8kL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8kuiex8kL .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u8kuiex8kL .mbr-section-btn {
  position: relative;
}
.cid-u8kwHEfOQf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8kwHEfOQf .row {
  justify-content: center;
}
.cid-u8kwHEfOQf .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8kwHEfOQf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8kwHEfOQf .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: center;
}
.cid-u8kwHEfOQf .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8kwHEfOQf .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8kwHEfOQf .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8kwHEfOQf .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-u8kwHEfOQf .card {
    min-height: 276px;
  }
}
.cid-u8kwHEfOQf .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8kwHEfOQf .card:hover .card-title {
  text-decoration: underline;
}
.cid-u8kwHEfOQf .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u8kwHEfOQf .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8kwHEfOQf .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u8kwHEfOQf .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u8kwHEfOQf .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u8kwHEfOQf .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-u8kwHEfOQf .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u8kxmgWODs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8kxmgWODs .row {
  justify-content: center;
}
.cid-u8kxmgWODs .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8kxmgWODs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8kxmgWODs .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: center;
}
.cid-u8kxmgWODs .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8kxmgWODs .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8kxmgWODs .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8kxmgWODs .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-u8kxmgWODs .card {
    min-height: 276px;
  }
}
.cid-u8kxmgWODs .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8kxmgWODs .card:hover .card-title {
  text-decoration: underline;
}
.cid-u8kxmgWODs .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u8kxmgWODs .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8kxmgWODs .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u8kxmgWODs .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u8kxmgWODs .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u8kxmgWODs .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-u8kxmgWODs .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u8kxmgWODs .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u8kxJOd7XT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8kxJOd7XT .row {
  justify-content: center;
}
.cid-u8kxJOd7XT .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8kxJOd7XT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8kxJOd7XT .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: center;
}
.cid-u8kxJOd7XT .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8kxJOd7XT .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8kxJOd7XT .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8kxJOd7XT .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-u8kxJOd7XT .card {
    min-height: 276px;
  }
}
.cid-u8kxJOd7XT .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8kxJOd7XT .card:hover .card-title {
  text-decoration: underline;
}
.cid-u8kxJOd7XT .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u8kxJOd7XT .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8kxJOd7XT .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u8kxJOd7XT .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u8kxJOd7XT .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u8kxJOd7XT .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-u8kxJOd7XT .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u8kxJOd7XT .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u8kykkYFdW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8kykkYFdW .row {
  justify-content: center;
}
.cid-u8kykkYFdW .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8kykkYFdW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8kykkYFdW .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: center;
}
.cid-u8kykkYFdW .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8kykkYFdW .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8kykkYFdW .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8kykkYFdW .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-u8kykkYFdW .card {
    min-height: 276px;
  }
}
.cid-u8kykkYFdW .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8kykkYFdW .card:hover .card-title {
  text-decoration: underline;
}
.cid-u8kykkYFdW .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u8kykkYFdW .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8kykkYFdW .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u8kykkYFdW .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u8kykkYFdW .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u8kykkYFdW .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-u8kykkYFdW .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u8kykkYFdW .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u8etl4mT9z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8etl4mT9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8etl4mT9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8etl4mT9z .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-u8etl4mT9z .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8etl4mT9z .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u8etl4mT9z .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8etl4mT9z .mbr-text,
.cid-u8etl4mT9z .mbr-section-btn {
  text-align: center;
}
.cid-u8q5aEnZY1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-u8q5aEnZY1 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-u8q5aEnZY1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u8kKQa7Dyy {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8kKQa7Dyy {
    min-height: 77px;
  }
}
.cid-u8kKQa7Dyy nav.navbar {
  position: fixed;
}
.cid-u8kKQa7Dyy .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-u8kKQa7Dyy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8kKQa7Dyy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8kKQa7Dyy .dropdown-item:hover,
.cid-u8kKQa7Dyy .dropdown-item:focus {
  background: #ab3428 !important;
  color: inherit !important;
}
.cid-u8kKQa7Dyy .dropdown-item:hover span {
  color: white;
}
.cid-u8kKQa7Dyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8kKQa7Dyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8kKQa7Dyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8kKQa7Dyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8kKQa7Dyy .nav-link {
  position: relative;
}
.cid-u8kKQa7Dyy .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8kKQa7Dyy .container {
    flex-wrap: nowrap;
  }
}
.cid-u8kKQa7Dyy .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8kKQa7Dyy .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-u8kKQa7Dyy .dropdown-menu,
.cid-u8kKQa7Dyy .navbar.opened {
  background: #ffffff !important;
}
.cid-u8kKQa7Dyy .nav-item:focus,
.cid-u8kKQa7Dyy .nav-link:focus {
  outline: none;
}
.cid-u8kKQa7Dyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8kKQa7Dyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8kKQa7Dyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8kKQa7Dyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kKQa7Dyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8kKQa7Dyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8kKQa7Dyy .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-u8kKQa7Dyy .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-u8kKQa7Dyy .navbar.opened {
  transition: all 0.3s;
}
.cid-u8kKQa7Dyy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8kKQa7Dyy .navbar .navbar-logo img {
  width: auto;
}
.cid-u8kKQa7Dyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8kKQa7Dyy .navbar.collapsed {
  justify-content: center;
}
.cid-u8kKQa7Dyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8kKQa7Dyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8kKQa7Dyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8kKQa7Dyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8kKQa7Dyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8kKQa7Dyy .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-u8kKQa7Dyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8kKQa7Dyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8kKQa7Dyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8kKQa7Dyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8kKQa7Dyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8kKQa7Dyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8kKQa7Dyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8kKQa7Dyy .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-u8kKQa7Dyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8kKQa7Dyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8kKQa7Dyy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8kKQa7Dyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8kKQa7Dyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8kKQa7Dyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8kKQa7Dyy .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8kKQa7Dyy .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-u8kKQa7Dyy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8kKQa7Dyy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8kKQa7Dyy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-u8kKQa7Dyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8kKQa7Dyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8kKQa7Dyy .dropdown-item.active,
.cid-u8kKQa7Dyy .dropdown-item:active {
  background-color: transparent;
}
.cid-u8kKQa7Dyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8kKQa7Dyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8kKQa7Dyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8kKQa7Dyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8kKQa7Dyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kKQa7Dyy .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-u8kKQa7Dyy .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kKQa7Dyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8kKQa7Dyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8kKQa7Dyy .navbar-buttons {
  text-align: center;
}
.cid-u8kKQa7Dyy button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-u8kKQa7Dyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8kKQa7Dyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8kKQa7Dyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kKQa7Dyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kKQa7Dyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8kKQa7Dyy button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-u8kKQa7Dyy .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-u8kKQa7Dyy .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kKQa7Dyy .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8kKQa7Dyy .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8kKQa7Dyy .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kKQa7Dyy .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-u8kKQa7Dyy .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-u8kKQa7Dyy .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-u8kKQa7Dyy button.navbar-toggler-close {
  margin-right: 0;
}
.cid-u8kKQa7Dyy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8kKQa7Dyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8kKQa7Dyy .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-u8kKQa7Dyy .navbar {
    height: 70px;
  }
  .cid-u8kKQa7Dyy .navbar.opened {
    height: auto;
  }
  .cid-u8kKQa7Dyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8kKQa7Dyy .navbar-brand-main {
  max-width: 30%;
}
.cid-u8kKQa7Dyy .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-u8kKQa7Dyy .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-u8kKQa7Dyy .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-u8kKQa7Dyy .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-u8kKQa7Dyy .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-u8kKQa7Dyy .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-u8kKQa7Dyy .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-u8kKQa7Dyy .navbar-buttons-main {
    display: none;
  }
}
.cid-u8kKQa7Dyy .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-u8kKQa7Dyy .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-u8kKQa7Dyy .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-u8kKQa7Dyy .container,
  .cid-u8kKQa7Dyy .container-fluid {
    justify-content: flex-end;
  }
  .cid-u8kKQa7Dyy .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-u8kKQa7Dyy .navbar-nav-main {
    display: none !important;
  }
  .cid-u8kKQa7Dyy .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-u8kKQa7Dyy .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8kKQa7Dyy .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-u8kKQa7Dyy .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-u8kKQa7Dyy .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-u8kKQa7Dyy .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-u8kKQa7Dyy .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-u8kKQa7Dyy .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-u8kKQa7Dyy .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8kKQa7Dyy .navbar-collapse .dropdown-item:hover,
  .cid-u8kKQa7Dyy .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-u8kKQa7Dyy .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-u8kKQa7Dyy .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-u8kKQa7Dyy .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-u8kKQaHx4j {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u8kKQaHx4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kKQaHx4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kKQaHx4j .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kKQaHx4j .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kKQaHx4j .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/depositphotos-46265819-l-2015-2000x1333.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u8kKQaHx4j .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u8kKQaHx4j .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u8kKQaHx4j .col-text {
    padding: 12px !important;
  }
}
.cid-u8kKQaHx4j .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-u8kKQaHx4j .mbr-section-title {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-u8kKQaHx4j .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u8kKQaHx4j .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u8kKQaHx4j .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u8kKQaHx4j .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u8kKQaHx4j .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u8kKQaHx4j .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u8kKQaHx4j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8kKQaHx4j .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u8kKQaHx4j .mbr-section-btn {
  position: relative;
}
.cid-u8kKQbYdTr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8kKQbYdTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kKQbYdTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kKQbYdTr .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-u8kKQbYdTr .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8kKQbYdTr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u8kKQbYdTr .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8kKQbYdTr .mbr-text,
.cid-u8kKQbYdTr .mbr-section-btn {
  text-align: center;
}
.cid-u8q5aEnZY1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-u8q5aEnZY1 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-u8q5aEnZY1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u8kSoMo0KU {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8kSoMo0KU {
    min-height: 77px;
  }
}
.cid-u8kSoMo0KU nav.navbar {
  position: fixed;
}
.cid-u8kSoMo0KU .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-u8kSoMo0KU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8kSoMo0KU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8kSoMo0KU .dropdown-item:hover,
.cid-u8kSoMo0KU .dropdown-item:focus {
  background: #ab3428 !important;
  color: inherit !important;
}
.cid-u8kSoMo0KU .dropdown-item:hover span {
  color: white;
}
.cid-u8kSoMo0KU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8kSoMo0KU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8kSoMo0KU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8kSoMo0KU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8kSoMo0KU .nav-link {
  position: relative;
}
.cid-u8kSoMo0KU .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8kSoMo0KU .container {
    flex-wrap: nowrap;
  }
}
.cid-u8kSoMo0KU .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8kSoMo0KU .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-u8kSoMo0KU .dropdown-menu,
.cid-u8kSoMo0KU .navbar.opened {
  background: #ffffff !important;
}
.cid-u8kSoMo0KU .nav-item:focus,
.cid-u8kSoMo0KU .nav-link:focus {
  outline: none;
}
.cid-u8kSoMo0KU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8kSoMo0KU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8kSoMo0KU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8kSoMo0KU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kSoMo0KU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8kSoMo0KU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8kSoMo0KU .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-u8kSoMo0KU .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-u8kSoMo0KU .navbar.opened {
  transition: all 0.3s;
}
.cid-u8kSoMo0KU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8kSoMo0KU .navbar .navbar-logo img {
  width: auto;
}
.cid-u8kSoMo0KU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8kSoMo0KU .navbar.collapsed {
  justify-content: center;
}
.cid-u8kSoMo0KU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8kSoMo0KU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8kSoMo0KU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8kSoMo0KU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8kSoMo0KU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8kSoMo0KU .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-u8kSoMo0KU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8kSoMo0KU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8kSoMo0KU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8kSoMo0KU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8kSoMo0KU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8kSoMo0KU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8kSoMo0KU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8kSoMo0KU .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-u8kSoMo0KU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8kSoMo0KU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8kSoMo0KU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8kSoMo0KU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8kSoMo0KU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8kSoMo0KU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8kSoMo0KU .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8kSoMo0KU .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-u8kSoMo0KU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8kSoMo0KU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8kSoMo0KU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-u8kSoMo0KU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8kSoMo0KU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8kSoMo0KU .dropdown-item.active,
.cid-u8kSoMo0KU .dropdown-item:active {
  background-color: transparent;
}
.cid-u8kSoMo0KU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8kSoMo0KU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8kSoMo0KU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8kSoMo0KU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8kSoMo0KU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kSoMo0KU .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-u8kSoMo0KU .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kSoMo0KU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8kSoMo0KU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8kSoMo0KU .navbar-buttons {
  text-align: center;
}
.cid-u8kSoMo0KU button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-u8kSoMo0KU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8kSoMo0KU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8kSoMo0KU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kSoMo0KU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kSoMo0KU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8kSoMo0KU button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-u8kSoMo0KU .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-u8kSoMo0KU .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kSoMo0KU .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8kSoMo0KU .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8kSoMo0KU .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kSoMo0KU .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-u8kSoMo0KU .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-u8kSoMo0KU .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-u8kSoMo0KU button.navbar-toggler-close {
  margin-right: 0;
}
.cid-u8kSoMo0KU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8kSoMo0KU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8kSoMo0KU .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-u8kSoMo0KU .navbar {
    height: 70px;
  }
  .cid-u8kSoMo0KU .navbar.opened {
    height: auto;
  }
  .cid-u8kSoMo0KU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8kSoMo0KU .navbar-brand-main {
  max-width: 30%;
}
.cid-u8kSoMo0KU .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-u8kSoMo0KU .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-u8kSoMo0KU .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-u8kSoMo0KU .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-u8kSoMo0KU .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-u8kSoMo0KU .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-u8kSoMo0KU .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-u8kSoMo0KU .navbar-buttons-main {
    display: none;
  }
}
.cid-u8kSoMo0KU .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-u8kSoMo0KU .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-u8kSoMo0KU .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-u8kSoMo0KU .container,
  .cid-u8kSoMo0KU .container-fluid {
    justify-content: flex-end;
  }
  .cid-u8kSoMo0KU .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-u8kSoMo0KU .navbar-nav-main {
    display: none !important;
  }
  .cid-u8kSoMo0KU .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-u8kSoMo0KU .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8kSoMo0KU .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-u8kSoMo0KU .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-u8kSoMo0KU .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-u8kSoMo0KU .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-u8kSoMo0KU .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-u8kSoMo0KU .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-u8kSoMo0KU .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8kSoMo0KU .navbar-collapse .dropdown-item:hover,
  .cid-u8kSoMo0KU .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-u8kSoMo0KU .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-u8kSoMo0KU .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-u8kSoMo0KU .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-u8kSoN7P0z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u8kSoN7P0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kSoN7P0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kSoN7P0z .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kSoN7P0z .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kSoN7P0z .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/header-1-1920x1080.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u8kSoN7P0z .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u8kSoN7P0z .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u8kSoN7P0z .col-text {
    padding: 12px !important;
  }
}
.cid-u8kSoN7P0z .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
}
.cid-u8kSoN7P0z .mbr-section-title {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-u8kSoN7P0z .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u8kSoN7P0z .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u8kSoN7P0z .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u8kSoN7P0z .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u8kSoN7P0z .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u8kSoN7P0z .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u8kSoN7P0z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8kSoN7P0z .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u8kSoN7P0z .mbr-section-btn {
  position: relative;
}
.cid-u8l41OgkMS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8l41OgkMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l41OgkMS .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-u8l41OgkMS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8l41OgkMS .container {
    padding: 0 12px;
  }
}
.cid-u8l41OgkMS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8l41OgkMS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u8l41OgkMS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u8l41OgkMS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u8l41OgkMS .mbr-section-title {
  color: #1D1D1F;
}
.cid-u8l41OgkMS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u8l41OgkMS .mbr-section-title,
.cid-u8l41OgkMS .mbr-section-btn {
  text-align: center;
}
.cid-u8kSzWAvJR {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u8kSzWAvJR .showAlerts {
  display: block !important;
}
.cid-u8kSzWAvJR .rowflexrev {
  display: -webkit-flex;
}
.cid-u8kSzWAvJR .ws-form-alerts {
  margin-top: 1rem;
}
.cid-u8kSzWAvJR .title {
  margin-bottom: 2rem;
}
.cid-u8kSzWAvJR .mbr-section-subtitle {
  color: #000000;
}
.cid-u8kSzWAvJR textarea.form-control {
  min-height: 188px;
}
.cid-u8kSzWAvJR LABEL {
  color: #232323;
  display: initial;
}
.cid-u8kSzWAvJR .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u8kSzWAvJR .mbr-section-labels {
  color: #000000;
  padding: 0;
  margin-bottom: .357em;
  text-align: center;
}
.cid-u8kSzWAvJR .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u8kSzWAvJR .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u8kSzWAvJR .alert {
  margin-bottom: 0;
}
.cid-u8kSzWAvJR .alert-success {
  background-color: #768107;
}
.cid-u8kSzWAvJR .alert-danger {
  background-color: #000000;
}
.cid-u8kSzWAvJR .btn {
  display: inline-flex;
}
.cid-u8kSzWAvJR .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-u8kSzWAvJR .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-u8kSzWAvJR input,
.cid-u8kSzWAvJR option,
.cid-u8kSzWAvJR textarea {
  color: #000000;
}
.cid-u8q5aEnZY1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-u8q5aEnZY1 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-u8q5aEnZY1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u8kWA9CJ8Z {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8kWA9CJ8Z {
    min-height: 77px;
  }
}
.cid-u8kWA9CJ8Z nav.navbar {
  position: fixed;
}
.cid-u8kWA9CJ8Z .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-u8kWA9CJ8Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8kWA9CJ8Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8kWA9CJ8Z .dropdown-item:hover,
.cid-u8kWA9CJ8Z .dropdown-item:focus {
  background: #ab3428 !important;
  color: inherit !important;
}
.cid-u8kWA9CJ8Z .dropdown-item:hover span {
  color: white;
}
.cid-u8kWA9CJ8Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8kWA9CJ8Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8kWA9CJ8Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8kWA9CJ8Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8kWA9CJ8Z .nav-link {
  position: relative;
}
.cid-u8kWA9CJ8Z .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8kWA9CJ8Z .container {
    flex-wrap: nowrap;
  }
}
.cid-u8kWA9CJ8Z .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8kWA9CJ8Z .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-u8kWA9CJ8Z .dropdown-menu,
.cid-u8kWA9CJ8Z .navbar.opened {
  background: #ffffff !important;
}
.cid-u8kWA9CJ8Z .nav-item:focus,
.cid-u8kWA9CJ8Z .nav-link:focus {
  outline: none;
}
.cid-u8kWA9CJ8Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8kWA9CJ8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8kWA9CJ8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8kWA9CJ8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kWA9CJ8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8kWA9CJ8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8kWA9CJ8Z .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-u8kWA9CJ8Z .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-u8kWA9CJ8Z .navbar.opened {
  transition: all 0.3s;
}
.cid-u8kWA9CJ8Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8kWA9CJ8Z .navbar .navbar-logo img {
  width: auto;
}
.cid-u8kWA9CJ8Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8kWA9CJ8Z .navbar.collapsed {
  justify-content: center;
}
.cid-u8kWA9CJ8Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8kWA9CJ8Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8kWA9CJ8Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8kWA9CJ8Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8kWA9CJ8Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8kWA9CJ8Z .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-u8kWA9CJ8Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8kWA9CJ8Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8kWA9CJ8Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8kWA9CJ8Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8kWA9CJ8Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8kWA9CJ8Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8kWA9CJ8Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8kWA9CJ8Z .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-u8kWA9CJ8Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8kWA9CJ8Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8kWA9CJ8Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8kWA9CJ8Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8kWA9CJ8Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8kWA9CJ8Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8kWA9CJ8Z .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8kWA9CJ8Z .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-u8kWA9CJ8Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8kWA9CJ8Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8kWA9CJ8Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-u8kWA9CJ8Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8kWA9CJ8Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8kWA9CJ8Z .dropdown-item.active,
.cid-u8kWA9CJ8Z .dropdown-item:active {
  background-color: transparent;
}
.cid-u8kWA9CJ8Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8kWA9CJ8Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8kWA9CJ8Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8kWA9CJ8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8kWA9CJ8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kWA9CJ8Z .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-u8kWA9CJ8Z .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kWA9CJ8Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8kWA9CJ8Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8kWA9CJ8Z .navbar-buttons {
  text-align: center;
}
.cid-u8kWA9CJ8Z button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-u8kWA9CJ8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8kWA9CJ8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8kWA9CJ8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kWA9CJ8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kWA9CJ8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8kWA9CJ8Z button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-u8kWA9CJ8Z .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-u8kWA9CJ8Z button.navbar-toggler-close {
  margin-right: 0;
}
.cid-u8kWA9CJ8Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8kWA9CJ8Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8kWA9CJ8Z .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-u8kWA9CJ8Z .navbar {
    height: 70px;
  }
  .cid-u8kWA9CJ8Z .navbar.opened {
    height: auto;
  }
  .cid-u8kWA9CJ8Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8kWA9CJ8Z .navbar-brand-main {
  max-width: 30%;
}
.cid-u8kWA9CJ8Z .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-u8kWA9CJ8Z .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-u8kWA9CJ8Z .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-u8kWA9CJ8Z .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-u8kWA9CJ8Z .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-u8kWA9CJ8Z .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-u8kWA9CJ8Z .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-u8kWA9CJ8Z .navbar-buttons-main {
    display: none;
  }
}
.cid-u8kWA9CJ8Z .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-u8kWA9CJ8Z .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-u8kWA9CJ8Z .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-u8kWA9CJ8Z .container,
  .cid-u8kWA9CJ8Z .container-fluid {
    justify-content: flex-end;
  }
  .cid-u8kWA9CJ8Z .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-u8kWA9CJ8Z .navbar-nav-main {
    display: none !important;
  }
  .cid-u8kWA9CJ8Z .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-u8kWA9CJ8Z .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8kWA9CJ8Z .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-u8kWA9CJ8Z .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-u8kWA9CJ8Z .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-u8kWA9CJ8Z .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-u8kWA9CJ8Z .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-u8kWA9CJ8Z .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-u8kWA9CJ8Z .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8kWA9CJ8Z .navbar-collapse .dropdown-item:hover,
  .cid-u8kWA9CJ8Z .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-u8kWA9CJ8Z .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-u8kWA9CJ8Z .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-u8kWA9CJ8Z .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-u8kWAakQUH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u8kWAakQUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kWAakQUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kWAakQUH .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kWAakQUH .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8kWAakQUH .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u8kWAakQUH .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u8kWAakQUH .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u8kWAakQUH .col-text {
    padding: 12px !important;
  }
}
.cid-u8kWAakQUH .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-u8kWAakQUH .mbr-section-title {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-u8kWAakQUH .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u8kWAakQUH .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u8kWAakQUH .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u8kWAakQUH .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u8kWAakQUH .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u8kWAakQUH .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u8kWAakQUH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8kWAakQUH .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u8kWAakQUH .mbr-section-btn {
  position: relative;
}
.cid-u8kX4DxomC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8kX4DxomC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kX4DxomC .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-u8kX4DxomC .container {
    padding: 0 24px;
  }
}
.cid-u8kX4DxomC .row {
  justify-content: center;
}
.cid-u8kX4DxomC .content-wrapper {
  border-radius: 40px;
  background-color: #f7f7f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u8kX4DxomC .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8kX4DxomC .content-wrapper {
    padding: 32px;
  }
}
.cid-u8kX4DxomC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8kX4DxomC .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u8kX4DxomC .mbr-section-title {
  color: #000000;
}
.cid-u8kX4DxomC .mbr-text {
  color: #262642;
}
.cid-u8kXWmg4GI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8kXWmg4GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kXWmg4GI .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-u8kXWmg4GI .container {
    padding: 0 24px;
  }
}
.cid-u8kXWmg4GI .row {
  justify-content: center;
}
.cid-u8kXWmg4GI .content-wrapper {
  border-radius: 40px;
  background-color: #f7f7f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u8kXWmg4GI .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8kXWmg4GI .content-wrapper {
    padding: 32px;
  }
}
.cid-u8kXWmg4GI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8kXWmg4GI .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u8kXWmg4GI .mbr-section-title {
  color: #000000;
}
.cid-u8kXWmg4GI .mbr-text {
  color: #262642;
}
.cid-u8q5aEnZY1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-u8q5aEnZY1 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-u8q5aEnZY1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u8lHUbaqPn {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8lHUbaqPn {
    min-height: 77px;
  }
}
.cid-u8lHUbaqPn nav.navbar {
  position: fixed;
}
.cid-u8lHUbaqPn .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-u8lHUbaqPn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8lHUbaqPn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8lHUbaqPn .dropdown-item:hover,
.cid-u8lHUbaqPn .dropdown-item:focus {
  background: #ab3428 !important;
  color: inherit !important;
}
.cid-u8lHUbaqPn .dropdown-item:hover span {
  color: white;
}
.cid-u8lHUbaqPn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8lHUbaqPn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8lHUbaqPn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8lHUbaqPn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8lHUbaqPn .nav-link {
  position: relative;
}
.cid-u8lHUbaqPn .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8lHUbaqPn .container {
    flex-wrap: nowrap;
  }
}
.cid-u8lHUbaqPn .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8lHUbaqPn .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-u8lHUbaqPn .dropdown-menu,
.cid-u8lHUbaqPn .navbar.opened {
  background: #ffffff !important;
}
.cid-u8lHUbaqPn .nav-item:focus,
.cid-u8lHUbaqPn .nav-link:focus {
  outline: none;
}
.cid-u8lHUbaqPn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8lHUbaqPn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8lHUbaqPn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8lHUbaqPn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8lHUbaqPn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8lHUbaqPn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8lHUbaqPn .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-u8lHUbaqPn .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-u8lHUbaqPn .navbar.opened {
  transition: all 0.3s;
}
.cid-u8lHUbaqPn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8lHUbaqPn .navbar .navbar-logo img {
  width: auto;
}
.cid-u8lHUbaqPn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8lHUbaqPn .navbar.collapsed {
  justify-content: center;
}
.cid-u8lHUbaqPn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8lHUbaqPn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8lHUbaqPn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8lHUbaqPn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8lHUbaqPn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8lHUbaqPn .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-u8lHUbaqPn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8lHUbaqPn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8lHUbaqPn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8lHUbaqPn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8lHUbaqPn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8lHUbaqPn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8lHUbaqPn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8lHUbaqPn .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-u8lHUbaqPn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8lHUbaqPn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8lHUbaqPn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8lHUbaqPn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8lHUbaqPn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8lHUbaqPn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8lHUbaqPn .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-u8lHUbaqPn .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-u8lHUbaqPn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8lHUbaqPn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8lHUbaqPn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-u8lHUbaqPn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8lHUbaqPn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8lHUbaqPn .dropdown-item.active,
.cid-u8lHUbaqPn .dropdown-item:active {
  background-color: transparent;
}
.cid-u8lHUbaqPn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8lHUbaqPn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8lHUbaqPn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8lHUbaqPn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8lHUbaqPn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8lHUbaqPn .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-u8lHUbaqPn .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8lHUbaqPn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8lHUbaqPn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8lHUbaqPn .navbar-buttons {
  text-align: center;
}
.cid-u8lHUbaqPn button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-u8lHUbaqPn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8lHUbaqPn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8lHUbaqPn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8lHUbaqPn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8lHUbaqPn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8lHUbaqPn button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-u8lHUbaqPn .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-u8lHUbaqPn .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8lHUbaqPn .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8lHUbaqPn .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8lHUbaqPn .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8lHUbaqPn .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-u8lHUbaqPn .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-u8lHUbaqPn .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-u8lHUbaqPn button.navbar-toggler-close {
  margin-right: 0;
}
.cid-u8lHUbaqPn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8lHUbaqPn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8lHUbaqPn .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-u8lHUbaqPn .navbar {
    height: 70px;
  }
  .cid-u8lHUbaqPn .navbar.opened {
    height: auto;
  }
  .cid-u8lHUbaqPn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8lHUbaqPn .navbar-brand-main {
  max-width: 30%;
}
.cid-u8lHUbaqPn .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-u8lHUbaqPn .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-u8lHUbaqPn .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-u8lHUbaqPn .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-u8lHUbaqPn .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-u8lHUbaqPn .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-u8lHUbaqPn .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-u8lHUbaqPn .navbar-buttons-main {
    display: none;
  }
}
.cid-u8lHUbaqPn .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-u8lHUbaqPn .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-u8lHUbaqPn .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-u8lHUbaqPn .container,
  .cid-u8lHUbaqPn .container-fluid {
    justify-content: flex-end;
  }
  .cid-u8lHUbaqPn .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-u8lHUbaqPn .navbar-nav-main {
    display: none !important;
  }
  .cid-u8lHUbaqPn .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-u8lHUbaqPn .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8lHUbaqPn .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-u8lHUbaqPn .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-u8lHUbaqPn .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-u8lHUbaqPn .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-u8lHUbaqPn .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-u8lHUbaqPn .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-u8lHUbaqPn .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-u8lHUbaqPn .navbar-collapse .dropdown-item:hover,
  .cid-u8lHUbaqPn .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-u8lHUbaqPn .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-u8lHUbaqPn .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-u8lHUbaqPn .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-u8lHUbVR9c {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u8lHUbVR9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8lHUbVR9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8lHUbVR9c .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8lHUbVR9c .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u8lHUbVR9c .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u8lHUbVR9c .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u8lHUbVR9c .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u8lHUbVR9c .col-text {
    padding: 12px !important;
  }
}
.cid-u8lHUbVR9c .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-u8lHUbVR9c .mbr-section-title {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-u8lHUbVR9c .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u8lHUbVR9c .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u8lHUbVR9c .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u8lHUbVR9c .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u8lHUbVR9c .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u8lHUbVR9c .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u8lHUbVR9c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8lHUbVR9c .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u8lHUbVR9c .mbr-section-btn {
  position: relative;
}
.cid-u8lHUcv3Rb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8lHUcv3Rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8lHUcv3Rb .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-u8lHUcv3Rb .container {
    padding: 0 24px;
  }
}
.cid-u8lHUcv3Rb .row {
  justify-content: center;
}
.cid-u8lHUcv3Rb .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u8lHUcv3Rb .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8lHUcv3Rb .content-wrapper {
    padding: 32px;
  }
}
.cid-u8lHUcv3Rb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8lHUcv3Rb .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u8lHUcv3Rb .mbr-section-title {
  color: #000000;
}
.cid-u8lHUcv3Rb .mbr-text {
  color: #262642;
}
.cid-u8q5aEnZY1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-u8q5aEnZY1 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-u8q5aEnZY1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
