.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display SC;
}
.display-1 {
  font-family: 'Playfair Display SC', serif;
  font-size: 6.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Playfair Display SC', serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Playfair Display SC', serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Playfair Display SC', serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #f0bb66 !important;
}
.bg-success {
  background-color: #1a4aa1 !important;
}
.bg-info {
  background-color: #018840 !important;
}
.bg-warning {
  background-color: #c17702 !important;
}
.bg-danger {
  background-color: #f85249 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0bb66 !important;
  border-color: #f0bb66 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5d094 !important;
  border-color: #f5d094 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5d094 !important;
  border-color: #f5d094 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #656262 !important;
  border-color: #656262 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #656262 !important;
  border-color: #656262 !important;
}
.btn-info,
.btn-info:active {
  background-color: #018840 !important;
  border-color: #018840 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c17702 !important;
  border-color: #c17702 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f85249 !important;
  border-color: #f85249 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa817a !important;
  border-color: #fa817a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa817a !important;
  border-color: #fa817a !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: #f0bb66;
  color: #f0bb66;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e89817 !important;
  background-color: transparent !important;
  border-color: #e89817 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bb66 !important;
  border-color: #f0bb66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4b4949;
  color: #4b4949;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f1e1e !important;
  background-color: transparent !important;
  border-color: #1f1e1e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #018840;
  color: #018840;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #003217 !important;
  background-color: transparent !important;
  border-color: #003217 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #018840 !important;
  border-color: #018840 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1a4aa1;
  color: #1a4aa1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e2856 !important;
  background-color: transparent !important;
  border-color: #0e2856 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c17702;
  color: #c17702;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6b4201 !important;
  background-color: transparent !important;
  border-color: #6b4201 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c17702 !important;
  border-color: #c17702 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f85249;
  color: #f85249;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e21409 !important;
  background-color: transparent !important;
  border-color: #e21409 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f85249 !important;
  border-color: #f85249 !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: #f0bb66 !important;
}
.text-secondary {
  color: #4b4949 !important;
}
.text-success {
  color: #1a4aa1 !important;
}
.text-info {
  color: #018840 !important;
}
.text-warning {
  color: #c17702 !important;
}
.text-danger {
  color: #f85249 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #db8f15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #171717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c2249 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002310 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5c3901 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d31308 !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: #f0bb66;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #018840;
}
.alert-warning {
  background-color: #c17702;
}
.alert-danger {
  background-color: #f85249;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0bb66;
  border-color: #f0bb66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f0bb66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5789e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0bfd7c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdb645;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display SC', serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f0bb66 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display SC', serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f0bb66;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0bb66;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0bb66;
}
.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: #f0bb66;
  border-bottom-color: #f0bb66;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f0bb66 !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: #4b4949 !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='%23f0bb66' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 0 !important;
}
.navbar-logo img {
  border-radius: 0 !important;
}
.display-7 {
  font-weight: 300;
}
.cid-uIeLC3ysGR .navbar-dropdown {
  position: relative !important;
}
.cid-uIeLC3ysGR .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uIeLC3ysGR .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeLC3ysGR .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uIeLC3ysGR .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-uIeLC3ysGR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIeLC3ysGR .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-uIeLC3ysGR .dropdown-item:hover,
.cid-uIeLC3ysGR .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-uIeLC3ysGR .dropdown-item:hover span {
  color: white;
}
.cid-uIeLC3ysGR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeLC3ysGR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeLC3ysGR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeLC3ysGR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeLC3ysGR .nav-link {
  position: relative;
}
.cid-uIeLC3ysGR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIeLC3ysGR .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeLC3ysGR .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIeLC3ysGR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIeLC3ysGR .dropdown-menu,
.cid-uIeLC3ysGR .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-uIeLC3ysGR .nav-item:focus,
.cid-uIeLC3ysGR .nav-link:focus {
  outline: none;
}
.cid-uIeLC3ysGR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeLC3ysGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIeLC3ysGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeLC3ysGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeLC3ysGR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeLC3ysGR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeLC3ysGR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeLC3ysGR .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeLC3ysGR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIeLC3ysGR .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeLC3ysGR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeLC3ysGR .navbar.collapsed {
  justify-content: center;
}
.cid-uIeLC3ysGR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeLC3ysGR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIeLC3ysGR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeLC3ysGR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeLC3ysGR .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-uIeLC3ysGR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeLC3ysGR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIeLC3ysGR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIeLC3ysGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeLC3ysGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeLC3ysGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeLC3ysGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeLC3ysGR .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-uIeLC3ysGR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeLC3ysGR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeLC3ysGR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIeLC3ysGR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIeLC3ysGR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIeLC3ysGR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIeLC3ysGR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIeLC3ysGR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIeLC3ysGR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIeLC3ysGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIeLC3ysGR .navbar-brand .navbar-caption:hover,
.cid-uIeLC3ysGR .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uIeLC3ysGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeLC3ysGR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIeLC3ysGR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uIeLC3ysGR .dropdown-item.active,
.cid-uIeLC3ysGR .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeLC3ysGR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeLC3ysGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeLC3ysGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeLC3ysGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIeLC3ysGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIeLC3ysGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIeLC3ysGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeLC3ysGR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIeLC3ysGR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIeLC3ysGR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIeLC3ysGR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIeLC3ysGR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIeLC3ysGR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIeLC3ysGR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeLC3ysGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uIeLC3ysGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIeLC3ysGR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIeLC3ysGR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIeLC3ysGR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIeLC3ysGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeLC3ysGR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeLC3ysGR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeLC3ysGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeLC3ysGR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIeLC3ysGR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIeLC3ysGR .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-uIeLC3ysGR .navbar {
    height: 70px;
  }
  .cid-uIeLC3ysGR .navbar.opened {
    height: auto;
  }
  .cid-uIeLC3ysGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeLC3ysGR .navbar-nav {
  margin: 0 auto;
}
.cid-uIeLC3ysGR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIeLC3ysGR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIeLC3ysGR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIeLC3ysGR .nav-item .nav-link:hover,
.cid-uIeLC3ysGR .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uIeLC3ysGR .nav-item .nav-link:hover::after,
.cid-uIeLC3ysGR .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uIeLC3ysGR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIeLC3ysGR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIeLC3ysGR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIeLC3ysGR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIeLC3ysGR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIeLC3ysGR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIeLC3ysGR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIeLC3ysGR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIeLC3ysGR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIeLC3ysGR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIeLC3ysGR .content-wrap {
  min-height: 110px;
}
.cid-uIeLCj885u {
  background-color: #f7f5f0;
}
.cid-uIeLCj885u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeLCj885u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeLCj885u .content-wrap {
  margin: 0;
}
.cid-uIeLCj885u .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uIeLCj885u .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uIeLCj885u .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uIeLCj885u .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIeLCj885u .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uIeLCj885u .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeLCj885u .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeLCj885u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeLCj885u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uIeLCj885u .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIeLCj885u .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uIeLCj885u .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uIeLCj885u .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uIeLCj885u .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIeLCj885u .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uIeLCj885u .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIeLCj885u .image-wrapper img {
    height: 350px;
  }
}
.cid-uIeLCj885u .mbr-section-title {
  color: #c10b02;
}
.cid-uIeLCj885u .mbr-text,
.cid-uIeLCj885u .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uIeLCj885u .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uIeLCj885u .mbr-section-title,
.cid-uIeLCj885u .mbr-section-btn {
  text-align: center;
}
.cid-v3sPb5toM7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-top: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
  background-color: #f7f5f0;
}
.cid-v3sPb5toM7 .item:focus,
.cid-v3sPb5toM7 span:focus {
  outline: none;
}
.cid-v3sPb5toM7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3sPb5toM7 .item {
  color: #c10b02;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v3sPb5toM7 .item {
    min-height: 45px;
  }
}
.cid-v3lVNWTaXA {
  background-color: #f7f5f0;
}
.cid-v3lVNWTaXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3lVNWTaXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3lVNWTaXA .content-wrap {
  margin: 0;
}
.cid-v3lVNWTaXA .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v3lVNWTaXA .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-v3lVNWTaXA .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v3lVNWTaXA .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3lVNWTaXA .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v3lVNWTaXA .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3lVNWTaXA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3lVNWTaXA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3lVNWTaXA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3lVNWTaXA .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3lVNWTaXA .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v3lVNWTaXA .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
  padding-left: 0;
  padding-right: 112px;
  border-left: none;
  border-right: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v3lVNWTaXA .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v3lVNWTaXA .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3lVNWTaXA .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-v3lVNWTaXA .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v3lVNWTaXA .image-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3lVNWTaXA .image-wrapper {
    padding-right: 0;
    border-right: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v3lVNWTaXA .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3lVNWTaXA .image-wrapper img {
    height: 350px;
  }
}
.cid-v3lVNWTaXA .mbr-section-title {
  color: #c10b02;
}
.cid-v3lVNWTaXA .mbr-text,
.cid-v3lVNWTaXA .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v3lVNWTaXA .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v3lVNWTaXA .mbr-section-title,
.cid-v3lVNWTaXA .mbr-section-btn {
  text-align: center;
}
.cid-v3rLZoyuNw {
  background-color: #f7f5f0;
}
.cid-v3rLZoyuNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3rLZoyuNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3rLZoyuNw .content-wrap {
  margin: 0;
}
.cid-v3rLZoyuNw .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v3rLZoyuNw .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-v3rLZoyuNw .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v3rLZoyuNw .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3rLZoyuNw .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v3rLZoyuNw .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3rLZoyuNw .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3rLZoyuNw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3rLZoyuNw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3rLZoyuNw .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3rLZoyuNw .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v3rLZoyuNw .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v3rLZoyuNw .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v3rLZoyuNw .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3rLZoyuNw .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v3rLZoyuNw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3rLZoyuNw .image-wrapper img {
    height: 350px;
  }
}
.cid-v3rLZoyuNw .mbr-section-title {
  color: #c10b02;
}
.cid-v3rLZoyuNw .mbr-text,
.cid-v3rLZoyuNw .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v3rLZoyuNw .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v3rLZoyuNw .mbr-section-title,
.cid-v3rLZoyuNw .mbr-section-btn {
  text-align: center;
}
.cid-uIeLZ4z34S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uIeLZ4z34S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeLZ4z34S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeLZ4z34S .content-wrap {
  margin: 0;
}
.cid-uIeLZ4z34S .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-uIeLZ4z34S .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uIeLZ4z34S .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uIeLZ4z34S .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uIeLZ4z34S .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .content-wrapper {
    padding: 0;
  }
}
.cid-uIeLZ4z34S .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeLZ4z34S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uIeLZ4z34S .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uIeLZ4z34S .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uIeLZ4z34S .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-uIeLZ4z34S .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-uIeLZ4z34S .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uIeLZ4z34S .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #c10b02 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #c10b02 !important;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #4b4949;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #c10b02;
  border-radius: 0;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #4b4949;
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uIeLZ4z34S .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIeLZ4z34S .mbr-label {
  color: #c10b02;
}
.cid-uIeLZ4z34S .mbr-section-title {
  color: #c10b02;
}
.cid-uIeLZ4z34S .mbr-text {
  color: #4b4949;
}
.cid-uIeLZ4z34S .mbr-desc {
  color: #4b4949;
}
.cid-uIeLZ4z34S label {
  color: #4b4949;
}
.cid-uIeLXRFmPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uIeLXRFmPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeLXRFmPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeLXRFmPY .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uIeLXRFmPY .card-wrapper {
  padding: 54px;
  border: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uIeLXRFmPY .card-wrapper {
    padding: 22px;
  }
}
.cid-uIeLXRFmPY .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uIeLXRFmPY .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uIeLXRFmPY .mbr-label {
  color: #c10b02;
}
.cid-uIeM3BVUKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-uIeM3BVUKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeM3BVUKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeM3BVUKi .row {
  justify-content: center;
}
.cid-uIeM3BVUKi .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeM3BVUKi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeM3BVUKi .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeM3BVUKi .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIeM3BVUKi .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uIeM3BVUKi .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uIeM3BVUKi .nav-wrapper .list .item-wrap:hover,
.cid-uIeM3BVUKi .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uIeM3BVUKi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIeM3BVUKi .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uIeM3BVUKi .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uIeM3BVUKi .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeM3BVUKi .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIeM3BVUKi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeM3BVUKi .mbr-section-title {
  color: #ffffff;
}
.cid-uIeM3BVUKi .list {
  color: #ffffff;
}
.cid-v1twpubKsd .navbar-dropdown {
  position: relative !important;
}
.cid-v1twpubKsd .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v1twpubKsd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v1twpubKsd .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v1twpubKsd .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-v1twpubKsd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1twpubKsd .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v1twpubKsd .dropdown-item:hover,
.cid-v1twpubKsd .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v1twpubKsd .dropdown-item:hover span {
  color: white;
}
.cid-v1twpubKsd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1twpubKsd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1twpubKsd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1twpubKsd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1twpubKsd .nav-link {
  position: relative;
}
.cid-v1twpubKsd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1twpubKsd .container {
    flex-wrap: nowrap;
  }
}
.cid-v1twpubKsd .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1twpubKsd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1twpubKsd .dropdown-menu,
.cid-v1twpubKsd .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v1twpubKsd .nav-item:focus,
.cid-v1twpubKsd .nav-link:focus {
  outline: none;
}
.cid-v1twpubKsd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1twpubKsd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1twpubKsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1twpubKsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1twpubKsd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1twpubKsd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1twpubKsd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1twpubKsd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1twpubKsd .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1twpubKsd .navbar .navbar-logo img {
  width: auto;
}
.cid-v1twpubKsd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1twpubKsd .navbar.collapsed {
  justify-content: center;
}
.cid-v1twpubKsd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1twpubKsd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1twpubKsd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1twpubKsd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1twpubKsd .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-v1twpubKsd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1twpubKsd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1twpubKsd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1twpubKsd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1twpubKsd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1twpubKsd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1twpubKsd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1twpubKsd .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-v1twpubKsd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1twpubKsd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1twpubKsd .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1twpubKsd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1twpubKsd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1twpubKsd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1twpubKsd .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1twpubKsd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1twpubKsd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1twpubKsd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v1twpubKsd .navbar-brand .navbar-caption:hover,
.cid-v1twpubKsd .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1twpubKsd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1twpubKsd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1twpubKsd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1twpubKsd .dropdown-item.active,
.cid-v1twpubKsd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1twpubKsd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1twpubKsd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1twpubKsd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1twpubKsd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1twpubKsd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1twpubKsd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1twpubKsd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1twpubKsd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1twpubKsd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1twpubKsd .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1twpubKsd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1twpubKsd .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1twpubKsd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1twpubKsd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1twpubKsd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v1twpubKsd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1twpubKsd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1twpubKsd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1twpubKsd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1twpubKsd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1twpubKsd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1twpubKsd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1twpubKsd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1twpubKsd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1twpubKsd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1twpubKsd .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-v1twpubKsd .navbar {
    height: 70px;
  }
  .cid-v1twpubKsd .navbar.opened {
    height: auto;
  }
  .cid-v1twpubKsd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1twpubKsd .navbar-nav {
  margin: 0 auto;
}
.cid-v1twpubKsd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1twpubKsd .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1twpubKsd .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1twpubKsd .nav-item .nav-link:hover,
.cid-v1twpubKsd .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v1twpubKsd .nav-item .nav-link:hover::after,
.cid-v1twpubKsd .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1twpubKsd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1twpubKsd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1twpubKsd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1twpubKsd .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1twpubKsd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1twpubKsd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1twpubKsd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1twpubKsd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1twpubKsd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1twpubKsd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1twpubKsd .content-wrap {
  min-height: 110px;
}
.cid-v1twpuEePO {
  background-color: #f7f5f0;
}
.cid-v1twpuEePO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1twpuEePO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1twpuEePO .content-wrap {
  margin: 0;
}
.cid-v1twpuEePO .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v1twpuEePO .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-v1twpuEePO .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v1twpuEePO .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1twpuEePO .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v1twpuEePO .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1twpuEePO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1twpuEePO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1twpuEePO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v1twpuEePO .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1twpuEePO .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v1twpuEePO .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v1twpuEePO .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v1twpuEePO .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1twpuEePO .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v1twpuEePO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1twpuEePO .image-wrapper img {
    height: 350px;
  }
}
.cid-v1twpuEePO .mbr-section-title {
  color: #c10b02;
}
.cid-v1twpuEePO .mbr-text,
.cid-v1twpuEePO .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v1twpuEePO .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v1twpuEePO .mbr-section-title,
.cid-v1twpuEePO .mbr-section-btn {
  text-align: center;
}
.cid-v1twpvCBT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v1twpvCBT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1twpvCBT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1twpvCBT1 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v1twpvCBT1 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper {
    padding: 22px;
  }
}
.cid-v1twpvCBT1 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v1twpvCBT1 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v1twpvCBT1 .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v1twpvCBT1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v1twpvCBT1 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1twpvCBT1 .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-v1twpvCBT1 .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-v1twpvCBT1 .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1twpvCBT1 .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v1twpvCBT1 .mbr-label {
  color: #c10b02;
}
.cid-v1twpvCBT1 .mbr-section-title {
  color: #c10b02;
}
.cid-v1twpvCBT1 .mbr-desc {
  color: #4b4949;
}
.cid-v1twpvCBT1 .mbr-text {
  color: #4b4949;
}
.cid-v1twpA9obb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v1twpA9obb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1twpA9obb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1twpA9obb .row {
  justify-content: center;
  margin: 0 -46px;
}
@media (max-width: 1440px) {
  .cid-v1twpA9obb .row {
    margin: 0 -32px;
  }
}
.cid-v1twpA9obb .row .card {
  padding: 0 46px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v1twpA9obb .row .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1twpA9obb .image-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v1twpA9obb .image-wrapper img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1twpA9obb .image-wrapper img {
    height: 350px;
  }
}
.cid-v1twpA9obb .mbr-text {
  margin-bottom: 0;
  color: #4b4949;
}
@media (max-width: 992px) {
  .cid-v1twpA9obb .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v1twpA9obb .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v1twpA9obb .mbr-section-btn {
    text-align: left;
  }
}
.cid-v1twpA9obb .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3rW6Z1aMi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-top: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
  background-color: #f7f5f0;
}
.cid-v3rW6Z1aMi .item:focus,
.cid-v3rW6Z1aMi span:focus {
  outline: none;
}
.cid-v3rW6Z1aMi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3rW6Z1aMi .item {
  color: #c10b02;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v3rW6Z1aMi .item {
    min-height: 45px;
  }
}
.cid-v3rXBN9zU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v3rXBN9zU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3rXBN9zU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3rXBN9zU2 .row {
  justify-content: center;
  margin: 0 -46px;
}
@media (max-width: 1440px) {
  .cid-v3rXBN9zU2 .row {
    margin: 0 -32px;
  }
}
.cid-v3rXBN9zU2 .row .card {
  padding: 0 46px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v3rXBN9zU2 .row .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3rXBN9zU2 .image-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v3rXBN9zU2 .image-wrapper img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3rXBN9zU2 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3rXBN9zU2 .mbr-text {
  margin-bottom: 0;
  color: #4b4949;
}
@media (max-width: 992px) {
  .cid-v3rXBN9zU2 .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v3rXBN9zU2 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3rXBN9zU2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-v3rXBN9zU2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3rXBN9zU2 .mbr-text,
.cid-v3rXBN9zU2 .text-wrapper {
  color: #a11a20;
}
.cid-v3rYHPkNDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v3rYHPkNDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3rYHPkNDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3rYHPkNDc .row {
  justify-content: center;
  margin: 0 -46px;
}
@media (max-width: 1440px) {
  .cid-v3rYHPkNDc .row {
    margin: 0 -32px;
  }
}
.cid-v3rYHPkNDc .row .card {
  padding: 0 46px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v3rYHPkNDc .row .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3rYHPkNDc .image-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v3rYHPkNDc .image-wrapper img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3rYHPkNDc .image-wrapper img {
    height: 350px;
  }
}
.cid-v3rYHPkNDc .mbr-text {
  margin-bottom: 0;
  color: #4b4949;
}
@media (max-width: 992px) {
  .cid-v3rYHPkNDc .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v3rYHPkNDc .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3rYHPkNDc .mbr-section-btn {
    text-align: left;
  }
}
.cid-v3rYHPkNDc .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3rYHPkNDc .mbr-text,
.cid-v3rYHPkNDc .text-wrapper {
  color: #a11a20;
}
.cid-v1twpAtPBg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v1twpAtPBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1twpAtPBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1twpAtPBg .row {
  justify-content: center;
}
.cid-v1twpAtPBg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1twpAtPBg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1twpAtPBg .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1twpAtPBg .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1twpAtPBg .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1twpAtPBg .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v1twpAtPBg .nav-wrapper .list .item-wrap:hover,
.cid-v1twpAtPBg .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v1twpAtPBg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1twpAtPBg .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v1twpAtPBg .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v1twpAtPBg .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1twpAtPBg .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1twpAtPBg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1twpAtPBg .mbr-section-title {
  color: #ffffff;
}
.cid-v1twpAtPBg .list {
  color: #ffffff;
}
.cid-v1tvWHicNB .navbar-dropdown {
  position: relative !important;
}
.cid-v1tvWHicNB .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v1tvWHicNB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v1tvWHicNB .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v1tvWHicNB .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-v1tvWHicNB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1tvWHicNB .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v1tvWHicNB .dropdown-item:hover,
.cid-v1tvWHicNB .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v1tvWHicNB .dropdown-item:hover span {
  color: white;
}
.cid-v1tvWHicNB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1tvWHicNB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1tvWHicNB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1tvWHicNB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1tvWHicNB .nav-link {
  position: relative;
}
.cid-v1tvWHicNB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1tvWHicNB .container {
    flex-wrap: nowrap;
  }
}
.cid-v1tvWHicNB .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1tvWHicNB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1tvWHicNB .dropdown-menu,
.cid-v1tvWHicNB .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v1tvWHicNB .nav-item:focus,
.cid-v1tvWHicNB .nav-link:focus {
  outline: none;
}
.cid-v1tvWHicNB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1tvWHicNB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1tvWHicNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1tvWHicNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1tvWHicNB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1tvWHicNB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1tvWHicNB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1tvWHicNB .navbar.opened {
  transition: all 0.3s;
}
.cid-v1tvWHicNB .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1tvWHicNB .navbar .navbar-logo img {
  width: auto;
}
.cid-v1tvWHicNB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1tvWHicNB .navbar.collapsed {
  justify-content: center;
}
.cid-v1tvWHicNB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1tvWHicNB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1tvWHicNB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1tvWHicNB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1tvWHicNB .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-v1tvWHicNB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1tvWHicNB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1tvWHicNB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1tvWHicNB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1tvWHicNB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1tvWHicNB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1tvWHicNB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1tvWHicNB .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-v1tvWHicNB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1tvWHicNB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1tvWHicNB .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1tvWHicNB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1tvWHicNB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1tvWHicNB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1tvWHicNB .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1tvWHicNB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1tvWHicNB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1tvWHicNB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v1tvWHicNB .navbar-brand .navbar-caption:hover,
.cid-v1tvWHicNB .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1tvWHicNB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1tvWHicNB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1tvWHicNB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1tvWHicNB .dropdown-item.active,
.cid-v1tvWHicNB .dropdown-item:active {
  background-color: transparent;
}
.cid-v1tvWHicNB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1tvWHicNB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1tvWHicNB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1tvWHicNB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1tvWHicNB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1tvWHicNB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1tvWHicNB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1tvWHicNB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1tvWHicNB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1tvWHicNB .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1tvWHicNB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1tvWHicNB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1tvWHicNB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1tvWHicNB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1tvWHicNB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v1tvWHicNB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1tvWHicNB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1tvWHicNB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1tvWHicNB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1tvWHicNB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1tvWHicNB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1tvWHicNB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1tvWHicNB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1tvWHicNB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1tvWHicNB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1tvWHicNB .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-v1tvWHicNB .navbar {
    height: 70px;
  }
  .cid-v1tvWHicNB .navbar.opened {
    height: auto;
  }
  .cid-v1tvWHicNB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1tvWHicNB .navbar-nav {
  margin: 0 auto;
}
.cid-v1tvWHicNB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1tvWHicNB .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1tvWHicNB .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1tvWHicNB .nav-item .nav-link:hover,
.cid-v1tvWHicNB .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v1tvWHicNB .nav-item .nav-link:hover::after,
.cid-v1tvWHicNB .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1tvWHicNB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1tvWHicNB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1tvWHicNB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1tvWHicNB .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1tvWHicNB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1tvWHicNB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1tvWHicNB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1tvWHicNB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1tvWHicNB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1tvWHicNB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1tvWHicNB .content-wrap {
  min-height: 110px;
}
.cid-v1tvWHXndL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v1tvWHXndL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1tvWHXndL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1tvWHXndL .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-v1tvWHXndL .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-v1tvWHXndL .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v1tvWHXndL .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-v1tvWHXndL .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v1tvWHXndL .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .content-wrapper {
    display: block;
  }
}
.cid-v1tvWHXndL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1tvWHXndL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v1tvWHXndL .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1tvWHXndL .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .item {
    margin-bottom: 32px;
  }
}
.cid-v1tvWHXndL .item .item-wrapper {
  height: 100%;
}
.cid-v1tvWHXndL .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-v1tvWHXndL .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v1tvWHXndL .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-v1tvWHXndL .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v1tvWHXndL .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v1tvWHXndL .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v1tvWHXndL .mbr-label {
  color: #c10b02;
}
.cid-v1tvWHXndL .mbr-section-title {
  color: #c10b02;
}
.cid-v1tvWHXndL .mbr-text {
  color: #4b4949;
}
.cid-v1tvWHXndL .item-name {
  color: #c10b02;
}
.cid-v1tvWHXndL .item-text {
  color: #4b4949;
}
.cid-v1tvWMOkVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v1tvWMOkVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1tvWMOkVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1tvWMOkVm .row {
  justify-content: center;
}
.cid-v1tvWMOkVm .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tvWMOkVm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1tvWMOkVm .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tvWMOkVm .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1tvWMOkVm .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1tvWMOkVm .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v1tvWMOkVm .nav-wrapper .list .item-wrap:hover,
.cid-v1tvWMOkVm .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v1tvWMOkVm .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1tvWMOkVm .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v1tvWMOkVm .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v1tvWMOkVm .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tvWMOkVm .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1tvWMOkVm .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1tvWMOkVm .mbr-section-title {
  color: #ffffff;
}
.cid-v1tvWMOkVm .list {
  color: #ffffff;
}
.cid-v1tFWBS1IJ {
  background-color: #ffffff;
}
.cid-v1tFWBS1IJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1tFWBS1IJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1tFWBS1IJ .row {
  margin: 0 -32px;
}
.cid-v1tFWBS1IJ .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v1tFWBS1IJ .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1tFWBS1IJ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1tFWBS1IJ .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v1tFWBS1IJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v1tFWBS1IJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1tFWBS1IJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1tFWBS1IJ .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1tFWBS1IJ .image-wrapper {
  padding: 12px;
  border: 1px solid #a11a20;
  background-color: #f0bb66;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v1tFWBS1IJ .image-wrapper {
    padding: 6px;
  }
}
.cid-v1tFWBS1IJ .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #a11a20;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1tFWBS1IJ .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v1tFWBS1IJ .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v1tFWBS1IJ .mbr-section-title {
  color: #181824;
}
.cid-v1tFWBS1IJ .mbr-section-title,
.cid-v1tFWBS1IJ .mbr-section-btn {
  text-align: center;
}
.cid-v1tFWBS1IJ .mbr-text,
.cid-v1tFWBS1IJ .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v1tx1cMeiF .navbar-dropdown {
  position: relative !important;
}
.cid-v1tx1cMeiF .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v1tx1cMeiF .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v1tx1cMeiF .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v1tx1cMeiF .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-v1tx1cMeiF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1tx1cMeiF .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v1tx1cMeiF .dropdown-item:hover,
.cid-v1tx1cMeiF .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v1tx1cMeiF .dropdown-item:hover span {
  color: white;
}
.cid-v1tx1cMeiF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1tx1cMeiF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1tx1cMeiF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1tx1cMeiF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1tx1cMeiF .nav-link {
  position: relative;
}
.cid-v1tx1cMeiF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1tx1cMeiF .container {
    flex-wrap: nowrap;
  }
}
.cid-v1tx1cMeiF .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1tx1cMeiF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1tx1cMeiF .dropdown-menu,
.cid-v1tx1cMeiF .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v1tx1cMeiF .nav-item:focus,
.cid-v1tx1cMeiF .nav-link:focus {
  outline: none;
}
.cid-v1tx1cMeiF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1tx1cMeiF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1tx1cMeiF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1tx1cMeiF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1tx1cMeiF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1tx1cMeiF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1tx1cMeiF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1tx1cMeiF .navbar.opened {
  transition: all 0.3s;
}
.cid-v1tx1cMeiF .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1tx1cMeiF .navbar .navbar-logo img {
  width: auto;
}
.cid-v1tx1cMeiF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1tx1cMeiF .navbar.collapsed {
  justify-content: center;
}
.cid-v1tx1cMeiF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1tx1cMeiF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1tx1cMeiF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1tx1cMeiF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1tx1cMeiF .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-v1tx1cMeiF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1tx1cMeiF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1tx1cMeiF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1tx1cMeiF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1tx1cMeiF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1tx1cMeiF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1tx1cMeiF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1tx1cMeiF .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-v1tx1cMeiF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1tx1cMeiF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1tx1cMeiF .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1tx1cMeiF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1tx1cMeiF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1tx1cMeiF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1tx1cMeiF .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1tx1cMeiF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1tx1cMeiF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1tx1cMeiF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v1tx1cMeiF .navbar-brand .navbar-caption:hover,
.cid-v1tx1cMeiF .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1tx1cMeiF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1tx1cMeiF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1tx1cMeiF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1tx1cMeiF .dropdown-item.active,
.cid-v1tx1cMeiF .dropdown-item:active {
  background-color: transparent;
}
.cid-v1tx1cMeiF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1tx1cMeiF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1tx1cMeiF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1tx1cMeiF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1tx1cMeiF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1tx1cMeiF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1tx1cMeiF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1tx1cMeiF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1tx1cMeiF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1tx1cMeiF .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1tx1cMeiF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1tx1cMeiF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1tx1cMeiF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1tx1cMeiF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1tx1cMeiF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v1tx1cMeiF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1tx1cMeiF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1tx1cMeiF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1tx1cMeiF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1tx1cMeiF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1tx1cMeiF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1tx1cMeiF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1tx1cMeiF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1tx1cMeiF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1tx1cMeiF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1tx1cMeiF .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-v1tx1cMeiF .navbar {
    height: 70px;
  }
  .cid-v1tx1cMeiF .navbar.opened {
    height: auto;
  }
  .cid-v1tx1cMeiF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1tx1cMeiF .navbar-nav {
  margin: 0 auto;
}
.cid-v1tx1cMeiF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1tx1cMeiF .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1tx1cMeiF .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1tx1cMeiF .nav-item .nav-link:hover,
.cid-v1tx1cMeiF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v1tx1cMeiF .nav-item .nav-link:hover::after,
.cid-v1tx1cMeiF .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1tx1cMeiF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1tx1cMeiF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1tx1cMeiF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1tx1cMeiF .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1tx1cMeiF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1tx1cMeiF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1tx1cMeiF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1tx1cMeiF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1tx1cMeiF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1tx1cMeiF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1tx1cMeiF .content-wrap {
  min-height: 110px;
}
.cid-v1uaFGGBwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v1uaFGGBwU .item-wrapper {
  width: 100%;
}
.cid-v1uaFGGBwU .left-side {
  text-align: left;
}
.cid-v1uaFGGBwU .link {
  width: 100%;
  margin-top: 29px;
}
.cid-v1uaFGGBwU .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-v1uaFGGBwU .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-v1uaFGGBwU .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-v1uaFGGBwU .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v1uaFGGBwU .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-v1uaFGGBwU .link a {
  background-image: none !important;
}
.cid-v1uaFGGBwU .col-auto {
  display: inline-block;
}
.cid-v1uaFGGBwU .container-fluid {
  padding: 0;
}
.cid-v1uaFGGBwU .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-v1uaFGGBwU .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-v1uaFGGBwU .left-side {
    padding: 25px 15px;
  }
}
.cid-v1uaFGGBwU a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v1uaFGGBwU rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v1uaFGGBwU .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v1uaFGGBwU svg {
  margin-left: 15px;
}
.cid-v1uaFGGBwU path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v1uaFGGBwU .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v1uaFGGBwU .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v1uaFGGBwU img {
  width: 80%;
  margin: auto;
}
.cid-v1uaFGGBwU .mbr-text,
.cid-v1uaFGGBwU .link {
  color: #ffffff;
}
.cid-v3rZG8w5ql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3rZG8w5ql .item-wrapper {
  width: 100%;
}
.cid-v3rZG8w5ql .left-side {
  text-align: left;
}
.cid-v3rZG8w5ql .link {
  width: 100%;
  margin-top: 29px;
}
.cid-v3rZG8w5ql .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-v3rZG8w5ql .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-v3rZG8w5ql .mbr-section-title {
  margin: 0 0 26px;
  color: #f0bb66;
  font-weight: 700;
}
.cid-v3rZG8w5ql .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v3rZG8w5ql .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-v3rZG8w5ql .link a {
  background-image: none !important;
}
.cid-v3rZG8w5ql .col-auto {
  display: inline-block;
}
.cid-v3rZG8w5ql .container-fluid {
  padding: 0;
}
.cid-v3rZG8w5ql .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-v3rZG8w5ql .right-side {
  padding: 0;
}
.cid-v3rZG8w5ql .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-v3rZG8w5ql .right-side {
  padding-right: 0px;
}
.cid-v3rZG8w5ql .left-side {
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-v3rZG8w5ql .left-side {
    padding: 25px 15px;
  }
}
.cid-v3rZG8w5ql a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v3rZG8w5ql rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v3rZG8w5ql .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v3rZG8w5ql svg {
  margin-left: 15px;
}
.cid-v3rZG8w5ql path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v3rZG8w5ql .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v3rZG8w5ql .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v3rZG8w5ql img {
  width: 80%;
  margin: auto;
}
.cid-v3rZG8w5ql .mbr-text,
.cid-v3rZG8w5ql .link {
  color: #f0bb66;
}
.cid-v3s0x7tgJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v3s0x7tgJv .item-wrapper {
  width: 100%;
}
.cid-v3s0x7tgJv .left-side {
  text-align: left;
}
.cid-v3s0x7tgJv .link {
  width: 100%;
  margin-top: 29px;
}
.cid-v3s0x7tgJv .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-v3s0x7tgJv .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-v3s0x7tgJv .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-v3s0x7tgJv .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v3s0x7tgJv .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-v3s0x7tgJv .link a {
  background-image: none !important;
}
.cid-v3s0x7tgJv .col-auto {
  display: inline-block;
}
.cid-v3s0x7tgJv .container-fluid {
  padding: 0;
}
.cid-v3s0x7tgJv .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-v3s0x7tgJv .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-v3s0x7tgJv .left-side {
    padding: 25px 15px;
  }
}
.cid-v3s0x7tgJv a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v3s0x7tgJv rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v3s0x7tgJv .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v3s0x7tgJv svg {
  margin-left: 15px;
}
.cid-v3s0x7tgJv path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v3s0x7tgJv .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v3s0x7tgJv .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v3s0x7tgJv img {
  width: 80%;
  margin: auto;
}
.cid-v3s0x7tgJv .mbr-text,
.cid-v3s0x7tgJv .link {
  color: #ffffff;
}
.cid-v1tx1idndv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v1tx1idndv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1tx1idndv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1tx1idndv .row {
  justify-content: center;
}
.cid-v1tx1idndv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tx1idndv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1tx1idndv .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tx1idndv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1tx1idndv .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1tx1idndv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v1tx1idndv .nav-wrapper .list .item-wrap:hover,
.cid-v1tx1idndv .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v1tx1idndv .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1tx1idndv .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v1tx1idndv .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v1tx1idndv .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tx1idndv .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1tx1idndv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1tx1idndv .mbr-section-title {
  color: #ffffff;
}
.cid-v1tx1idndv .list {
  color: #ffffff;
}
.cid-v1tyQPotPC .navbar-dropdown {
  position: relative !important;
}
.cid-v1tyQPotPC .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v1tyQPotPC .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v1tyQPotPC .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v1tyQPotPC .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-v1tyQPotPC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1tyQPotPC .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v1tyQPotPC .dropdown-item:hover,
.cid-v1tyQPotPC .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v1tyQPotPC .dropdown-item:hover span {
  color: white;
}
.cid-v1tyQPotPC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1tyQPotPC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1tyQPotPC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1tyQPotPC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1tyQPotPC .nav-link {
  position: relative;
}
.cid-v1tyQPotPC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1tyQPotPC .container {
    flex-wrap: nowrap;
  }
}
.cid-v1tyQPotPC .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1tyQPotPC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1tyQPotPC .dropdown-menu,
.cid-v1tyQPotPC .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v1tyQPotPC .nav-item:focus,
.cid-v1tyQPotPC .nav-link:focus {
  outline: none;
}
.cid-v1tyQPotPC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1tyQPotPC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1tyQPotPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1tyQPotPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1tyQPotPC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1tyQPotPC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1tyQPotPC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1tyQPotPC .navbar.opened {
  transition: all 0.3s;
}
.cid-v1tyQPotPC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1tyQPotPC .navbar .navbar-logo img {
  width: auto;
}
.cid-v1tyQPotPC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1tyQPotPC .navbar.collapsed {
  justify-content: center;
}
.cid-v1tyQPotPC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1tyQPotPC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1tyQPotPC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1tyQPotPC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1tyQPotPC .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-v1tyQPotPC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1tyQPotPC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1tyQPotPC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1tyQPotPC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1tyQPotPC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1tyQPotPC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1tyQPotPC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1tyQPotPC .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-v1tyQPotPC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1tyQPotPC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1tyQPotPC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1tyQPotPC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1tyQPotPC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1tyQPotPC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1tyQPotPC .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1tyQPotPC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1tyQPotPC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1tyQPotPC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v1tyQPotPC .navbar-brand .navbar-caption:hover,
.cid-v1tyQPotPC .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1tyQPotPC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1tyQPotPC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1tyQPotPC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v1tyQPotPC .dropdown-item.active,
.cid-v1tyQPotPC .dropdown-item:active {
  background-color: transparent;
}
.cid-v1tyQPotPC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1tyQPotPC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1tyQPotPC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1tyQPotPC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1tyQPotPC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1tyQPotPC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1tyQPotPC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1tyQPotPC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1tyQPotPC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1tyQPotPC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1tyQPotPC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1tyQPotPC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1tyQPotPC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1tyQPotPC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1tyQPotPC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v1tyQPotPC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1tyQPotPC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1tyQPotPC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1tyQPotPC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1tyQPotPC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1tyQPotPC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1tyQPotPC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1tyQPotPC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1tyQPotPC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1tyQPotPC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1tyQPotPC .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-v1tyQPotPC .navbar {
    height: 70px;
  }
  .cid-v1tyQPotPC .navbar.opened {
    height: auto;
  }
  .cid-v1tyQPotPC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1tyQPotPC .navbar-nav {
  margin: 0 auto;
}
.cid-v1tyQPotPC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1tyQPotPC .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1tyQPotPC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1tyQPotPC .nav-item .nav-link:hover,
.cid-v1tyQPotPC .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v1tyQPotPC .nav-item .nav-link:hover::after,
.cid-v1tyQPotPC .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1tyQPotPC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1tyQPotPC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1tyQPotPC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1tyQPotPC .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1tyQPotPC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1tyQPotPC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1tyQPotPC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1tyQPotPC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1tyQPotPC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1tyQPotPC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1tyQPotPC .content-wrap {
  min-height: 110px;
}
.cid-v1tyQPOJef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v1tyQPOJef .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1tyQPOJef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1tyQPOJef .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-v1tyQPOJef .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-v1tyQPOJef .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v1tyQPOJef .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-v1tyQPOJef .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v1tyQPOJef .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .content-wrapper {
    display: block;
  }
}
.cid-v1tyQPOJef .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1tyQPOJef .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v1tyQPOJef .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1tyQPOJef .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .item {
    margin-bottom: 32px;
  }
}
.cid-v1tyQPOJef .item .item-wrapper {
  height: 100%;
}
.cid-v1tyQPOJef .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-v1tyQPOJef .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v1tyQPOJef .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-v1tyQPOJef .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v1tyQPOJef .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v1tyQPOJef .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v1tyQPOJef .mbr-label {
  color: #c10b02;
}
.cid-v1tyQPOJef .mbr-section-title {
  color: #c10b02;
}
.cid-v1tyQPOJef .mbr-text {
  color: #4b4949;
}
.cid-v1tyQPOJef .item-name {
  color: #c10b02;
}
.cid-v1tyQPOJef .item-text {
  color: #4b4949;
}
.cid-v1tyQQ5Io2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v1tyQQ5Io2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1tyQQ5Io2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1tyQQ5Io2 .row {
  justify-content: center;
}
.cid-v1tyQQ5Io2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tyQQ5Io2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1tyQQ5Io2 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tyQQ5Io2 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1tyQQ5Io2 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1tyQQ5Io2 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v1tyQQ5Io2 .nav-wrapper .list .item-wrap:hover,
.cid-v1tyQQ5Io2 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v1tyQQ5Io2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1tyQQ5Io2 .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v1tyQQ5Io2 .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v1tyQQ5Io2 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1tyQQ5Io2 .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1tyQQ5Io2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1tyQQ5Io2 .mbr-section-title {
  color: #ffffff;
}
.cid-v1tyQQ5Io2 .list {
  color: #ffffff;
}
.cid-v3s2ONErrc .navbar-dropdown {
  position: relative !important;
}
.cid-v3s2ONErrc .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3s2ONErrc .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3s2ONErrc .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3s2ONErrc .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-v3s2ONErrc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3s2ONErrc .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3s2ONErrc .dropdown-item:hover,
.cid-v3s2ONErrc .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3s2ONErrc .dropdown-item:hover span {
  color: white;
}
.cid-v3s2ONErrc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3s2ONErrc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3s2ONErrc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3s2ONErrc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3s2ONErrc .nav-link {
  position: relative;
}
.cid-v3s2ONErrc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3s2ONErrc .container {
    flex-wrap: nowrap;
  }
}
.cid-v3s2ONErrc .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3s2ONErrc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3s2ONErrc .dropdown-menu,
.cid-v3s2ONErrc .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3s2ONErrc .nav-item:focus,
.cid-v3s2ONErrc .nav-link:focus {
  outline: none;
}
.cid-v3s2ONErrc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3s2ONErrc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3s2ONErrc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3s2ONErrc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3s2ONErrc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3s2ONErrc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3s2ONErrc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s2ONErrc .navbar.opened {
  transition: all 0.3s;
}
.cid-v3s2ONErrc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3s2ONErrc .navbar .navbar-logo img {
  width: auto;
}
.cid-v3s2ONErrc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3s2ONErrc .navbar.collapsed {
  justify-content: center;
}
.cid-v3s2ONErrc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3s2ONErrc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3s2ONErrc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3s2ONErrc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3s2ONErrc .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-v3s2ONErrc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3s2ONErrc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3s2ONErrc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3s2ONErrc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3s2ONErrc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3s2ONErrc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3s2ONErrc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3s2ONErrc .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-v3s2ONErrc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3s2ONErrc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3s2ONErrc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3s2ONErrc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3s2ONErrc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3s2ONErrc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3s2ONErrc .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3s2ONErrc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3s2ONErrc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3s2ONErrc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3s2ONErrc .navbar-brand .navbar-caption:hover,
.cid-v3s2ONErrc .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s2ONErrc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3s2ONErrc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3s2ONErrc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s2ONErrc .dropdown-item.active,
.cid-v3s2ONErrc .dropdown-item:active {
  background-color: transparent;
}
.cid-v3s2ONErrc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3s2ONErrc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3s2ONErrc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3s2ONErrc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3s2ONErrc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3s2ONErrc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3s2ONErrc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3s2ONErrc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3s2ONErrc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3s2ONErrc .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3s2ONErrc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3s2ONErrc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3s2ONErrc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3s2ONErrc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s2ONErrc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3s2ONErrc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3s2ONErrc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s2ONErrc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s2ONErrc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3s2ONErrc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s2ONErrc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3s2ONErrc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3s2ONErrc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s2ONErrc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3s2ONErrc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3s2ONErrc .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-v3s2ONErrc .navbar {
    height: 70px;
  }
  .cid-v3s2ONErrc .navbar.opened {
    height: auto;
  }
  .cid-v3s2ONErrc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3s2ONErrc .navbar-nav {
  margin: 0 auto;
}
.cid-v3s2ONErrc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3s2ONErrc .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3s2ONErrc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3s2ONErrc .nav-item .nav-link:hover,
.cid-v3s2ONErrc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3s2ONErrc .nav-item .nav-link:hover::after,
.cid-v3s2ONErrc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3s2ONErrc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3s2ONErrc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3s2ONErrc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3s2ONErrc .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3s2ONErrc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3s2ONErrc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3s2ONErrc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3s2ONErrc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3s2ONErrc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3s2ONErrc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3s2ONErrc .content-wrap {
  min-height: 110px;
}
.cid-v3s2OO3IdU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v3s2OO3IdU .item-wrapper {
  width: 100%;
}
.cid-v3s2OO3IdU .left-side {
  text-align: left;
}
.cid-v3s2OO3IdU .link {
  width: 100%;
  margin-top: 29px;
}
.cid-v3s2OO3IdU .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-v3s2OO3IdU .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-v3s2OO3IdU .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-v3s2OO3IdU .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v3s2OO3IdU .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-v3s2OO3IdU .link a {
  background-image: none !important;
}
.cid-v3s2OO3IdU .col-auto {
  display: inline-block;
}
.cid-v3s2OO3IdU .container-fluid {
  padding: 0;
}
.cid-v3s2OO3IdU .mbr-section-subtitle {
  color: #a11a20;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-v3s2OO3IdU .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-v3s2OO3IdU .left-side {
    padding: 25px 15px;
  }
}
.cid-v3s2OO3IdU a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v3s2OO3IdU rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v3s2OO3IdU .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v3s2OO3IdU svg {
  margin-left: 15px;
}
.cid-v3s2OO3IdU path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v3s2OO3IdU .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v3s2OO3IdU .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v3s2OO3IdU img {
  width: 80%;
  margin: auto;
}
.cid-v3s2OO3IdU .mbr-text,
.cid-v3s2OO3IdU .link {
  color: #ffffff;
}
.cid-v3s3kbP4kj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v3s3kbP4kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s3kbP4kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s3kbP4kj .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3s3kbP4kj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s3kbP4kj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v3s3kbP4kj .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v3s3kbP4kj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3s3kbP4kj .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v3s3kbP4kj .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v3s3kbP4kj .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3s3kbP4kj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v3s3kbP4kj .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v3s3kbP4kj .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v3s3kbP4kj .mbr-section-title {
  color: #c10b02;
}
.cid-v3s3kbP4kj .mbr-text,
.cid-v3s3kbP4kj .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v3s3kbP4kj .mbr-desc {
  color: #4b4949;
  text-align: left;
}
.cid-v3s3kbP4kj .mbr-section-title,
.cid-v3s3kbP4kj .mbr-section-btn {
  text-align: center;
}
.cid-v3s2OOPa87 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v3s2OOPa87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s2OOPa87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s2OOPa87 .row {
  justify-content: center;
}
.cid-v3s2OOPa87 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2OOPa87 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s2OOPa87 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2OOPa87 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s2OOPa87 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3s2OOPa87 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3s2OOPa87 .nav-wrapper .list .item-wrap:hover,
.cid-v3s2OOPa87 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3s2OOPa87 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3s2OOPa87 .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3s2OOPa87 .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v3s2OOPa87 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2OOPa87 .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s2OOPa87 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v3s2OOPa87 .mbr-section-title {
  color: #ffffff;
}
.cid-v3s2OOPa87 .list {
  color: #ffffff;
}
.cid-v3s2QXII67 .navbar-dropdown {
  position: relative !important;
}
.cid-v3s2QXII67 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3s2QXII67 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3s2QXII67 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3s2QXII67 .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-v3s2QXII67 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3s2QXII67 .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3s2QXII67 .dropdown-item:hover,
.cid-v3s2QXII67 .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3s2QXII67 .dropdown-item:hover span {
  color: white;
}
.cid-v3s2QXII67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3s2QXII67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3s2QXII67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3s2QXII67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3s2QXII67 .nav-link {
  position: relative;
}
.cid-v3s2QXII67 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3s2QXII67 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3s2QXII67 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3s2QXII67 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3s2QXII67 .dropdown-menu,
.cid-v3s2QXII67 .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3s2QXII67 .nav-item:focus,
.cid-v3s2QXII67 .nav-link:focus {
  outline: none;
}
.cid-v3s2QXII67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3s2QXII67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3s2QXII67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3s2QXII67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3s2QXII67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3s2QXII67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3s2QXII67 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s2QXII67 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3s2QXII67 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3s2QXII67 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3s2QXII67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3s2QXII67 .navbar.collapsed {
  justify-content: center;
}
.cid-v3s2QXII67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3s2QXII67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3s2QXII67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3s2QXII67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3s2QXII67 .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-v3s2QXII67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3s2QXII67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3s2QXII67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3s2QXII67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3s2QXII67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3s2QXII67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3s2QXII67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3s2QXII67 .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-v3s2QXII67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3s2QXII67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3s2QXII67 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3s2QXII67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3s2QXII67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3s2QXII67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3s2QXII67 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3s2QXII67 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3s2QXII67 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3s2QXII67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3s2QXII67 .navbar-brand .navbar-caption:hover,
.cid-v3s2QXII67 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s2QXII67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3s2QXII67 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3s2QXII67 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s2QXII67 .dropdown-item.active,
.cid-v3s2QXII67 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3s2QXII67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3s2QXII67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3s2QXII67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3s2QXII67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3s2QXII67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3s2QXII67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3s2QXII67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3s2QXII67 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3s2QXII67 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3s2QXII67 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3s2QXII67 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3s2QXII67 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3s2QXII67 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3s2QXII67 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s2QXII67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3s2QXII67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3s2QXII67 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s2QXII67 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s2QXII67 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3s2QXII67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s2QXII67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3s2QXII67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3s2QXII67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s2QXII67 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3s2QXII67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3s2QXII67 .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-v3s2QXII67 .navbar {
    height: 70px;
  }
  .cid-v3s2QXII67 .navbar.opened {
    height: auto;
  }
  .cid-v3s2QXII67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3s2QXII67 .navbar-nav {
  margin: 0 auto;
}
.cid-v3s2QXII67 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3s2QXII67 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3s2QXII67 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3s2QXII67 .nav-item .nav-link:hover,
.cid-v3s2QXII67 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3s2QXII67 .nav-item .nav-link:hover::after,
.cid-v3s2QXII67 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3s2QXII67 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3s2QXII67 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3s2QXII67 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3s2QXII67 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3s2QXII67 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3s2QXII67 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3s2QXII67 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3s2QXII67 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3s2QXII67 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3s2QXII67 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3s2QXII67 .content-wrap {
  min-height: 110px;
}
.cid-v3s2QYmWv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3s2QYmWv8 .item-wrapper {
  width: 100%;
}
.cid-v3s2QYmWv8 .left-side {
  text-align: left;
}
.cid-v3s2QYmWv8 .link {
  width: 100%;
  margin-top: 29px;
}
.cid-v3s2QYmWv8 .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-v3s2QYmWv8 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-v3s2QYmWv8 .mbr-section-title {
  margin: 0 0 26px;
  color: #f0bb66;
  font-weight: 700;
}
.cid-v3s2QYmWv8 .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v3s2QYmWv8 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-v3s2QYmWv8 .link a {
  background-image: none !important;
}
.cid-v3s2QYmWv8 .col-auto {
  display: inline-block;
}
.cid-v3s2QYmWv8 .container-fluid {
  padding: 0;
}
.cid-v3s2QYmWv8 .mbr-section-subtitle {
  color: #a11a20;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-v3s2QYmWv8 .right-side {
  padding: 0;
}
.cid-v3s2QYmWv8 .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-v3s2QYmWv8 .right-side {
  padding-right: 0px;
}
.cid-v3s2QYmWv8 .left-side {
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-v3s2QYmWv8 .left-side {
    padding: 25px 15px;
  }
}
.cid-v3s2QYmWv8 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v3s2QYmWv8 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v3s2QYmWv8 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v3s2QYmWv8 svg {
  margin-left: 15px;
}
.cid-v3s2QYmWv8 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v3s2QYmWv8 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v3s2QYmWv8 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v3s2QYmWv8 img {
  width: 80%;
  margin: auto;
}
.cid-v3s2QYmWv8 .mbr-text,
.cid-v3s2QYmWv8 .link {
  color: #f0bb66;
}
.cid-v3s3rzo9Ou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v3s3rzo9Ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s3rzo9Ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s3rzo9Ou .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3s3rzo9Ou .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s3rzo9Ou .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v3s3rzo9Ou .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v3s3rzo9Ou .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3s3rzo9Ou .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v3s3rzo9Ou .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v3s3rzo9Ou .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3s3rzo9Ou .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v3s3rzo9Ou .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v3s3rzo9Ou .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v3s3rzo9Ou .mbr-section-title {
  color: #c10b02;
}
.cid-v3s3rzo9Ou .mbr-text,
.cid-v3s3rzo9Ou .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v3s3rzo9Ou .mbr-desc {
  color: #4b4949;
  text-align: left;
}
.cid-v3s3rzo9Ou .mbr-section-title,
.cid-v3s3rzo9Ou .mbr-section-btn {
  text-align: center;
}
.cid-v3s2QYTMbD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v3s2QYTMbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s2QYTMbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s2QYTMbD .row {
  justify-content: center;
}
.cid-v3s2QYTMbD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2QYTMbD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s2QYTMbD .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2QYTMbD .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s2QYTMbD .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3s2QYTMbD .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3s2QYTMbD .nav-wrapper .list .item-wrap:hover,
.cid-v3s2QYTMbD .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3s2QYTMbD .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3s2QYTMbD .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3s2QYTMbD .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v3s2QYTMbD .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2QYTMbD .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s2QYTMbD .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v3s2QYTMbD .mbr-section-title {
  color: #ffffff;
}
.cid-v3s2QYTMbD .list {
  color: #ffffff;
}
.cid-v3s2Y8hddf .navbar-dropdown {
  position: relative !important;
}
.cid-v3s2Y8hddf .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3s2Y8hddf .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3s2Y8hddf .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3s2Y8hddf .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-v3s2Y8hddf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3s2Y8hddf .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3s2Y8hddf .dropdown-item:hover,
.cid-v3s2Y8hddf .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3s2Y8hddf .dropdown-item:hover span {
  color: white;
}
.cid-v3s2Y8hddf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3s2Y8hddf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3s2Y8hddf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3s2Y8hddf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3s2Y8hddf .nav-link {
  position: relative;
}
.cid-v3s2Y8hddf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3s2Y8hddf .container {
    flex-wrap: nowrap;
  }
}
.cid-v3s2Y8hddf .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3s2Y8hddf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3s2Y8hddf .dropdown-menu,
.cid-v3s2Y8hddf .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3s2Y8hddf .nav-item:focus,
.cid-v3s2Y8hddf .nav-link:focus {
  outline: none;
}
.cid-v3s2Y8hddf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3s2Y8hddf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3s2Y8hddf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3s2Y8hddf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3s2Y8hddf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3s2Y8hddf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3s2Y8hddf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s2Y8hddf .navbar.opened {
  transition: all 0.3s;
}
.cid-v3s2Y8hddf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3s2Y8hddf .navbar .navbar-logo img {
  width: auto;
}
.cid-v3s2Y8hddf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3s2Y8hddf .navbar.collapsed {
  justify-content: center;
}
.cid-v3s2Y8hddf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3s2Y8hddf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3s2Y8hddf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3s2Y8hddf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3s2Y8hddf .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-v3s2Y8hddf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3s2Y8hddf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3s2Y8hddf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3s2Y8hddf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3s2Y8hddf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3s2Y8hddf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3s2Y8hddf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3s2Y8hddf .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-v3s2Y8hddf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3s2Y8hddf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3s2Y8hddf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3s2Y8hddf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3s2Y8hddf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3s2Y8hddf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3s2Y8hddf .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3s2Y8hddf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3s2Y8hddf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3s2Y8hddf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3s2Y8hddf .navbar-brand .navbar-caption:hover,
.cid-v3s2Y8hddf .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s2Y8hddf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3s2Y8hddf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3s2Y8hddf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s2Y8hddf .dropdown-item.active,
.cid-v3s2Y8hddf .dropdown-item:active {
  background-color: transparent;
}
.cid-v3s2Y8hddf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3s2Y8hddf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3s2Y8hddf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3s2Y8hddf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3s2Y8hddf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3s2Y8hddf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3s2Y8hddf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3s2Y8hddf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3s2Y8hddf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3s2Y8hddf .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3s2Y8hddf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3s2Y8hddf .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3s2Y8hddf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3s2Y8hddf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s2Y8hddf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3s2Y8hddf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3s2Y8hddf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s2Y8hddf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s2Y8hddf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3s2Y8hddf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s2Y8hddf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3s2Y8hddf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3s2Y8hddf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s2Y8hddf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3s2Y8hddf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3s2Y8hddf .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-v3s2Y8hddf .navbar {
    height: 70px;
  }
  .cid-v3s2Y8hddf .navbar.opened {
    height: auto;
  }
  .cid-v3s2Y8hddf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3s2Y8hddf .navbar-nav {
  margin: 0 auto;
}
.cid-v3s2Y8hddf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3s2Y8hddf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3s2Y8hddf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3s2Y8hddf .nav-item .nav-link:hover,
.cid-v3s2Y8hddf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3s2Y8hddf .nav-item .nav-link:hover::after,
.cid-v3s2Y8hddf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3s2Y8hddf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3s2Y8hddf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3s2Y8hddf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3s2Y8hddf .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3s2Y8hddf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3s2Y8hddf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3s2Y8hddf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3s2Y8hddf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3s2Y8hddf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3s2Y8hddf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3s2Y8hddf .content-wrap {
  min-height: 110px;
}
.cid-v3s2Y9U5vC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v3s2Y9U5vC .item-wrapper {
  width: 100%;
}
.cid-v3s2Y9U5vC .left-side {
  text-align: left;
}
.cid-v3s2Y9U5vC .link {
  width: 100%;
  margin-top: 29px;
}
.cid-v3s2Y9U5vC .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-v3s2Y9U5vC .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-v3s2Y9U5vC .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-v3s2Y9U5vC .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v3s2Y9U5vC .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-v3s2Y9U5vC .link a {
  background-image: none !important;
}
.cid-v3s2Y9U5vC .col-auto {
  display: inline-block;
}
.cid-v3s2Y9U5vC .container-fluid {
  padding: 0;
}
.cid-v3s2Y9U5vC .mbr-section-subtitle {
  color: #a11a20;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-v3s2Y9U5vC .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-v3s2Y9U5vC .left-side {
    padding: 25px 15px;
  }
}
.cid-v3s2Y9U5vC a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v3s2Y9U5vC rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v3s2Y9U5vC .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v3s2Y9U5vC svg {
  margin-left: 15px;
}
.cid-v3s2Y9U5vC path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v3s2Y9U5vC .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v3s2Y9U5vC .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v3s2Y9U5vC img {
  width: 80%;
  margin: auto;
}
.cid-v3s2Y9U5vC .mbr-text,
.cid-v3s2Y9U5vC .link {
  color: #ffffff;
}
.cid-v3s3wNgVQE {
  background-color: #f7f5f0;
}
.cid-v3s3wNgVQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s3wNgVQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s3wNgVQE .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3s3wNgVQE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s3wNgVQE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v3s3wNgVQE .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v3s3wNgVQE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3s3wNgVQE .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v3s3wNgVQE .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v3s3wNgVQE .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3s3wNgVQE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v3s3wNgVQE .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v3s3wNgVQE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v3s3wNgVQE .mbr-section-title {
  color: #c10b02;
}
.cid-v3s3wNgVQE .mbr-text,
.cid-v3s3wNgVQE .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v3s3wNgVQE .mbr-desc {
  color: #4b4949;
  text-align: left;
}
.cid-v3s3wNgVQE .mbr-section-title,
.cid-v3s3wNgVQE .mbr-section-btn {
  text-align: center;
}
.cid-v3s2YajGyr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v3s2YajGyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s2YajGyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s2YajGyr .row {
  justify-content: center;
}
.cid-v3s2YajGyr .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2YajGyr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s2YajGyr .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2YajGyr .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s2YajGyr .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3s2YajGyr .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3s2YajGyr .nav-wrapper .list .item-wrap:hover,
.cid-v3s2YajGyr .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3s2YajGyr .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3s2YajGyr .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3s2YajGyr .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v3s2YajGyr .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s2YajGyr .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s2YajGyr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v3s2YajGyr .mbr-section-title {
  color: #ffffff;
}
.cid-v3s2YajGyr .list {
  color: #ffffff;
}
.cid-v3s79z6eu8 .navbar-dropdown {
  position: relative !important;
}
.cid-v3s79z6eu8 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3s79z6eu8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3s79z6eu8 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3s79z6eu8 .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-v3s79z6eu8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3s79z6eu8 .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3s79z6eu8 .dropdown-item:hover,
.cid-v3s79z6eu8 .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3s79z6eu8 .dropdown-item:hover span {
  color: white;
}
.cid-v3s79z6eu8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3s79z6eu8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3s79z6eu8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3s79z6eu8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3s79z6eu8 .nav-link {
  position: relative;
}
.cid-v3s79z6eu8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3s79z6eu8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3s79z6eu8 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3s79z6eu8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3s79z6eu8 .dropdown-menu,
.cid-v3s79z6eu8 .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3s79z6eu8 .nav-item:focus,
.cid-v3s79z6eu8 .nav-link:focus {
  outline: none;
}
.cid-v3s79z6eu8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3s79z6eu8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3s79z6eu8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3s79z6eu8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3s79z6eu8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3s79z6eu8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3s79z6eu8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s79z6eu8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3s79z6eu8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3s79z6eu8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3s79z6eu8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3s79z6eu8 .navbar.collapsed {
  justify-content: center;
}
.cid-v3s79z6eu8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3s79z6eu8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3s79z6eu8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3s79z6eu8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3s79z6eu8 .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-v3s79z6eu8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3s79z6eu8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3s79z6eu8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3s79z6eu8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3s79z6eu8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3s79z6eu8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3s79z6eu8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3s79z6eu8 .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-v3s79z6eu8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3s79z6eu8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3s79z6eu8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3s79z6eu8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3s79z6eu8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3s79z6eu8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3s79z6eu8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3s79z6eu8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3s79z6eu8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3s79z6eu8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3s79z6eu8 .navbar-brand .navbar-caption:hover,
.cid-v3s79z6eu8 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s79z6eu8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3s79z6eu8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3s79z6eu8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3s79z6eu8 .dropdown-item.active,
.cid-v3s79z6eu8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3s79z6eu8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3s79z6eu8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3s79z6eu8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3s79z6eu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3s79z6eu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3s79z6eu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3s79z6eu8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3s79z6eu8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3s79z6eu8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3s79z6eu8 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3s79z6eu8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3s79z6eu8 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3s79z6eu8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3s79z6eu8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3s79z6eu8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3s79z6eu8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3s79z6eu8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s79z6eu8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3s79z6eu8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3s79z6eu8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s79z6eu8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3s79z6eu8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3s79z6eu8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3s79z6eu8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3s79z6eu8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3s79z6eu8 .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-v3s79z6eu8 .navbar {
    height: 70px;
  }
  .cid-v3s79z6eu8 .navbar.opened {
    height: auto;
  }
  .cid-v3s79z6eu8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3s79z6eu8 .navbar-nav {
  margin: 0 auto;
}
.cid-v3s79z6eu8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3s79z6eu8 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3s79z6eu8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3s79z6eu8 .nav-item .nav-link:hover,
.cid-v3s79z6eu8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3s79z6eu8 .nav-item .nav-link:hover::after,
.cid-v3s79z6eu8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3s79z6eu8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3s79z6eu8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3s79z6eu8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3s79z6eu8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3s79z6eu8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3s79z6eu8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3s79z6eu8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3s79z6eu8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3s79z6eu8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3s79z6eu8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3s79z6eu8 .content-wrap {
  min-height: 110px;
}
.cid-v3s79By5KB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v3s79By5KB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s79By5KB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s79By5KB .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-v3s79By5KB .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-v3s79By5KB .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v3s79By5KB .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-v3s79By5KB .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v3s79By5KB .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .content-wrapper {
    display: block;
  }
}
.cid-v3s79By5KB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s79By5KB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3s79By5KB .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3s79By5KB .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .item {
    margin-bottom: 32px;
  }
}
.cid-v3s79By5KB .item .item-wrapper {
  height: 100%;
}
.cid-v3s79By5KB .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-v3s79By5KB .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v3s79By5KB .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-v3s79By5KB .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v3s79By5KB .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v3s79By5KB .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v3s79By5KB .mbr-label {
  color: #c10b02;
}
.cid-v3s79By5KB .mbr-section-title {
  color: #c10b02;
}
.cid-v3s79By5KB .mbr-text {
  color: #4b4949;
}
.cid-v3s79By5KB .item-name {
  color: #c10b02;
}
.cid-v3s79By5KB .item-text {
  color: #4b4949;
}
.cid-v3s79D14wp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0bb66;
}
.cid-v3s79D14wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3s79D14wp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3s79D14wp .row {
  justify-content: center;
}
.cid-v3s79D14wp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s79D14wp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3s79D14wp .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s79D14wp .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s79D14wp .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3s79D14wp .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3s79D14wp .nav-wrapper .list .item-wrap:hover,
.cid-v3s79D14wp .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3s79D14wp .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3s79D14wp .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3s79D14wp .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v3s79D14wp .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3s79D14wp .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3s79D14wp .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v3s79D14wp .mbr-section-title {
  color: #ffffff;
}
.cid-v3s79D14wp .list {
  color: #ffffff;
}
