.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ececec !important;
}
.bg-success {
  background-color: #e4e4e4 !important;
}
.bg-info {
  background-color: #252525 !important;
}
.bg-warning {
  background-color: #fefefe !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6d6d6d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff2f00 !important;
  border-color: #ff2f00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff5933 !important;
  border-color: #ff5933 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff5933 !important;
  border-color: #ff5933 !important;
}
.btn-info,
.btn-info:active {
  background-color: #252525 !important;
  border-color: #252525 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-success,
.btn-success:active {
  background-color: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
  color: #656565 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fefefe !important;
  border-color: #fefefe !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #656565 !important;
  background-color: #fefefe !important;
  border-color: #fefefe !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fefefe !important;
  border-color: #fefefe !important;
  color: #7f7f7f !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7f7f7f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ececec;
  color: #ececec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c1c1c1 !important;
  background-color: transparent !important;
  border-color: #c1c1c1 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff2f00;
  color: #ff2f00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a81f00 !important;
  background-color: transparent !important;
  border-color: #a81f00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2f00 !important;
  border-color: #ff2f00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #252525;
  color: #252525;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #252525 !important;
  border-color: #252525 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e4e4e4;
  color: #e4e4e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b9b9b9 !important;
  background-color: transparent !important;
  border-color: #b9b9b9 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #656565 !important;
  background-color: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fefefe;
  color: #fefefe;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d3d3d3 !important;
  background-color: transparent !important;
  border-color: #d3d3d3 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7f7f7f !important;
  background-color: #fefefe !important;
  border-color: #fefefe !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ececec;
  color: #ececec;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c1c1c1 !important;
  background-color: transparent !important;
  border-color: #c1c1c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !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: #ececec !important;
}
.text-secondary {
  color: #ff2f00 !important;
}
.text-success {
  color: #e4e4e4 !important;
}
.text-info {
  color: #252525 !important;
}
.text-warning {
  color: #fefefe !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b9b9b9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #991c00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b1b1b1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cbcbcb !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9b9b9 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ececec;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #252525;
}
.alert-warning {
  background-color: #fefefe;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ececec;
  border-color: #ececec;
  color: #797979;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ececec;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d8d8d8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ececec !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ececec;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ececec;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ececec;
}
.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: #ececec;
  border-bottom-color: #ececec;
}
.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: #ececec !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: #ff2f00 !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='%23ececec' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vquEZyUEN1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vquEZyUEN1 .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;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vquEZyUEN1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vquEZyUEN1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vquEZyUEN1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vquEZyUEN1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vquEZyUEN1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vquEZyUEN1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vquEZyUEN1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vquEZyUEN1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vquEZyUEN1 .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .nav-item:focus,
.cid-vquEZyUEN1 .nav-link:focus {
  outline: none;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vquEZyUEN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vquEZyUEN1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vquEZyUEN1 .navbar.opened {
  transition: all 0.25s;
}
.cid-vquEZyUEN1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vquEZyUEN1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquEZyUEN1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vquEZyUEN1 .navbar.collapsed {
  justify-content: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vquEZyUEN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar {
    min-height: 72px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vquEZyUEN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vquEZyUEN1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vquEZyUEN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vquEZyUEN1 .dropdown-item.active,
.cid-vquEZyUEN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquEZyUEN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vquEZyUEN1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquEZyUEN1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vquEZyUEN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vquEZyUEN1 .opacityScroll {
  background: #232323 !important;
}
.cid-vquEZyUEN1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vquEZyUEN1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vquEZyUEN1 .navbar {
    height: 70px;
  }
  .cid-vquEZyUEN1 .navbar.opened {
    height: auto;
  }
  .cid-vquEZyUEN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vquEZyUEN1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vquEZyUEN1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-brand {
    margin-right: auto;
  }
  .cid-vquEZyUEN1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vqv4Tw4lAQ {
  background-color: #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqv4Tw4lAQ .carousel {
  height: 800px;
}
.cid-vqv4Tw4lAQ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqv4Tw4lAQ .carousel-item,
.cid-vqv4Tw4lAQ .carousel-inner {
  height: 100%;
}
.cid-vqv4Tw4lAQ img,
.cid-vqv4Tw4lAQ .item-wrapper {
  border-radius: 0 !important;
}
.cid-vqv4Tw4lAQ .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vqv4Tw4lAQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vqv4Tw4lAQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vqv4Tw4lAQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vqv4Tw4lAQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vqv4Tw4lAQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vqv4Tw4lAQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vqv4Tw4lAQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqv4Tw4lAQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vqv4Tw4lAQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqv4Tw4lAQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vqv4Tw4lAQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqv4Tw4lAQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqv4Tw4lAQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vqv4Tw4lAQ .carousel-indicators li.active,
.cid-vqv4Tw4lAQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vqv4Tw4lAQ .carousel-indicators li::after,
.cid-vqv4Tw4lAQ .carousel-indicators li::before {
  content: none;
}
.cid-vqv4Tw4lAQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vqv4Tw4lAQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vqv4Tw4lAQ .mbr-section-subtitle,
  .cid-vqv4Tw4lAQ .mbr-section-text,
  .cid-vqv4Tw4lAQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrOl0iJivj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrOl0iJivj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrOl0iJivj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrOl0iJivj .title .num {
  width: 100%;
  display: block;
}
.cid-vrOl0iJivj .title .card-title {
  z-index: 1;
}
.cid-vrOl0iJivj .num {
  color: #ff2f00;
  text-align: center;
}
.cid-vrOl0iJivj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrOl0iJivj .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vrOl0iJivj * {
    text-align: center !important;
  }
  .cid-vrOl0iJivj .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vrOl0iJivj .content-head {
  max-width: 800px;
}
.cid-vrOl0iJivj .card-title,
.cid-vrOl0iJivj .card-img {
  color: #ffffff;
}
.cid-vrOl0iJivj .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vrwckNP48B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1366x768.webp");
}
.cid-vrwckNP48B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwckNP48B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwckNP48B .mbr-section-title {
  color: #ececec;
}
.cid-vrwckNP48B .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vrwaDk37Ax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1366x768.webp");
}
.cid-vrwaDk37Ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwaDk37Ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwaDk37Ax .mbr-text {
  color: #000000;
}
.cid-vrwaDk37Ax .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vrwaDk37Ax .item-wrapper {
  background: #e4e4e4;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vrwaDk37Ax .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrwaDk37Ax .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-vrwaDk37Ax .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrwaDk37Ax .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vrwaDk37Ax .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-vrwaDk37Ax .mbr-section-title {
  color: #ececec;
}
.cid-vrwaDk37Ax .card-text,
.cid-vrwaDk37Ax .item .mbr-section-btn {
  text-align: left;
}
.cid-vrwaDk37Ax .card-title,
.cid-vrwaDk37Ax .iconfont-wrapper {
  text-align: left;
}
.cid-vrwaDk37Ax .mbr-section-subtitle,
.cid-vrwaDk37Ax .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-vrwaDk37Ax .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrwaDk37Ax .item-content .item-footer {
  margin-top: auto;
}
.cid-vrwaDk37Ax .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrwaDk37Ax .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vrwaDk37Ax .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-vrwaDk37Ax .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-vqA110vno1 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #252525;
}
.cid-vqA110vno1 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vqA110vno1 img,
.cid-vqA110vno1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqA110vno1 .item:focus,
.cid-vqA110vno1 span:focus {
  outline: none;
}
.cid-vqA110vno1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqA110vno1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vqA110vno1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqA110vno1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqA110vno1 .mbr-section-title {
  color: #ececec;
}
.cid-vqA110vno1 .mbr-text,
.cid-vqA110vno1 .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vqA110vno1 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vqA110vno1 .content-head {
  max-width: 800px;
}
.cid-vqzV4NSMRW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #252525;
}
.cid-vqzV4NSMRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqzV4NSMRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vqzV4NSMRW .container-fluid {
    padding: 0;
  }
}
.cid-vqzV4NSMRW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vqzV4NSMRW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vqzV4NSMRW .embla__button--next,
.cid-vqzV4NSMRW .embla__button--prev {
  display: flex;
}
.cid-vqzV4NSMRW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vqzV4NSMRW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vqzV4NSMRW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vqzV4NSMRW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vqzV4NSMRW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqzV4NSMRW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vqzV4NSMRW .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqzV4NSMRW .embla {
  position: relative;
  width: 100%;
}
.cid-vqzV4NSMRW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vqzV4NSMRW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqzV4NSMRW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqzV4NSMRW .embla__slide a {
  cursor: grab;
}
.cid-vqzV4NSMRW .embla__slide a:active {
  cursor: grabbing;
}
.cid-vqzV4NSMRW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vqzV4NSMRW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vqzV4NSMRW .mbr-section-title {
  color: #232323;
}
.cid-vqzV4NSMRW .mbr-section-subtitle {
  color: #232323;
}
.cid-vqzV4NSMRW .mbr-box {
  color: #ffffff;
}
.cid-vqzV4NSMRW .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vqzV4NSMRW img,
.cid-vqzV4NSMRW .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqzV4NSMRW .item-wrapper {
  position: relative;
}
.cid-vqzV4NSMRW .content-head {
  max-width: 800px;
}
.cid-vrOsh4mYAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vrOsh4mYAv .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vrOsh4mYAv img,
.cid-vrOsh4mYAv .item-img {
  width: 100%;
}
.cid-vrOsh4mYAv .item:focus,
.cid-vrOsh4mYAv span:focus {
  outline: none;
}
.cid-vrOsh4mYAv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrOsh4mYAv .item {
    margin-bottom: 1rem;
  }
}
.cid-vrOsh4mYAv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrOsh4mYAv .mbr-section-title {
  color: #232323;
}
.cid-vrOsh4mYAv .mbr-text,
.cid-vrOsh4mYAv .mbr-section-btn {
  color: #232323;
}
.cid-vrOsh4mYAv .item-title {
  color: #232323;
  text-align: center;
}
.cid-vrOsh4mYAv .content-head {
  max-width: 800px;
}
.cid-vrwfpOlyfx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vrwfpOlyfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwfpOlyfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwfpOlyfx .mbr-text {
  color: #000000;
}
.cid-vrwfpOlyfx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vrwfpOlyfx .item-wrapper {
  background: #e4e4e4;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vrwfpOlyfx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrwfpOlyfx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-vrwfpOlyfx .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrwfpOlyfx .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vrwfpOlyfx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vrwfpOlyfx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vrwfpOlyfx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff2f00;
  background-color: #ff2f00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vrwfpOlyfx .mbr-text UL {
  text-align: left;
}
.cid-vrwfpOlyfx .mbr-section-subtitle,
.cid-vrwfpOlyfx .main-button {
  color: #ffffff;
}
.cid-vrwfpOlyfx .mbr-section-title {
  color: #ececec;
}
.cid-vqBphXUWrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2-1366x768.webp");
}
.cid-vqBphXUWrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBphXUWrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBphXUWrr .img-wrapper {
  text-align: center;
}
.cid-vqBphXUWrr img {
  margin: auto;
  width: 200px;
}
.cid-vqBphXUWrr .row {
  align-items: flex-start;
}
.cid-vqBphXUWrr .item-wrapper {
  margin-bottom: 2rem;
  background: #ececec;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vqBphXUWrr .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vqBphXUWrr .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqBphXUWrr .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vqBphXUWrr .mbr-section-title,
.cid-vqBphXUWrr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vqBphXUWrr .content-head {
  max-width: 800px;
}
.cid-vqBphXUWrr .mbr-section-title {
  color: #ececec;
}
.cid-vrwREtwfgD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrwREtwfgD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrwREtwfgD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vrwREtwfgD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vrwREtwfgD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vrwREtwfgD .content-head {
  max-width: 800px;
}
.cid-vrwREtwfgD .mbr-section-title {
  color: #ececec;
}
.cid-vrwxxD4LPI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrwxxD4LPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwxxD4LPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwxxD4LPI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .footer-col {
    flex-direction: column;
  }
}
.cid-vrwxxD4LPI .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwxxD4LPI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrwxxD4LPI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrwxxD4LPI .soc-item {
  margin: 8px;
}
.cid-vrwxxD4LPI .soc-item a:hover .mbr-iconfont,
.cid-vrwxxD4LPI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vrwxxD4LPI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    text-align: center;
  }
  .cid-vrwxxD4LPI .social-row {
    justify-content: center;
  }
}
.cid-vrwxxD4LPI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 0rem;
  }
}
.cid-vrwxxD4LPI .mbr-text {
  color: #bbbbbb;
}
.cid-vrwxxD4LPI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrwxxD4LPI .list,
.cid-vrwxxD4LPI .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vrwxxD4LPI .copyright {
  color: #ffffff;
}
.cid-vrwVXrooLC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vrwVXrooLC .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;
}
@media (max-width: 767px) {
  .cid-vrwVXrooLC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vrwVXrooLC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrwVXrooLC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vrwVXrooLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrwVXrooLC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrwVXrooLC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vrwVXrooLC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vrwVXrooLC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vrwVXrooLC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vrwVXrooLC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vrwVXrooLC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vrwVXrooLC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vrwVXrooLC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vrwVXrooLC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vrwVXrooLC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vrwVXrooLC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vrwVXrooLC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vrwVXrooLC .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vrwVXrooLC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vrwVXrooLC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vrwVXrooLC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vrwVXrooLC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwVXrooLC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vrwVXrooLC .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vrwVXrooLC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vrwVXrooLC .nav-item:focus,
.cid-vrwVXrooLC .nav-link:focus {
  outline: none;
}
.cid-vrwVXrooLC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrwVXrooLC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrwVXrooLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrwVXrooLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrwVXrooLC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrwVXrooLC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrwVXrooLC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vrwVXrooLC .navbar.opened {
  transition: all 0.25s;
}
.cid-vrwVXrooLC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vrwVXrooLC .navbar .navbar-logo img {
  width: auto;
}
.cid-vrwVXrooLC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vrwVXrooLC .navbar.collapsed {
  justify-content: center;
}
.cid-vrwVXrooLC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrwVXrooLC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrwVXrooLC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vrwVXrooLC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrwVXrooLC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrwVXrooLC .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-vrwVXrooLC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrwVXrooLC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrwVXrooLC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vrwVXrooLC .navbar {
    min-height: 72px;
  }
  .cid-vrwVXrooLC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vrwVXrooLC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrwVXrooLC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrwVXrooLC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrwVXrooLC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrwVXrooLC .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-vrwVXrooLC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vrwVXrooLC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vrwVXrooLC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrwVXrooLC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrwVXrooLC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vrwVXrooLC .dropdown-item.active,
.cid-vrwVXrooLC .dropdown-item:active {
  background-color: transparent;
}
.cid-vrwVXrooLC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrwVXrooLC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrwVXrooLC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrwVXrooLC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vrwVXrooLC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vrwVXrooLC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vrwVXrooLC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vrwVXrooLC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vrwVXrooLC .navbar-buttons {
    text-align: left;
  }
}
.cid-vrwVXrooLC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vrwVXrooLC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vrwVXrooLC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrwVXrooLC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrwVXrooLC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrwVXrooLC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrwVXrooLC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrwVXrooLC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrwVXrooLC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrwVXrooLC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrwVXrooLC .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vrwVXrooLC .opacityScroll {
  background: #232323 !important;
}
.cid-vrwVXrooLC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrwVXrooLC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrwVXrooLC .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrwVXrooLC .navbar {
    height: 70px;
  }
  .cid-vrwVXrooLC .navbar.opened {
    height: auto;
  }
  .cid-vrwVXrooLC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vrwVXrooLC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vrwVXrooLC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vrwVXrooLC .navbar-brand {
    margin-right: auto;
  }
  .cid-vrwVXrooLC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vrwVXrooLC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vrwVXrooLC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vrwVXrooLC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vrwVXrooLC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vrwVXrooLC .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vrwVXrooLC .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vrwVXrooLC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrwVXySp84 {
  background-color: #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vrwVXySp84 .carousel {
  height: 800px;
}
.cid-vrwVXySp84 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vrwVXySp84 .carousel-item,
.cid-vrwVXySp84 .carousel-inner {
  height: 100%;
}
.cid-vrwVXySp84 img,
.cid-vrwVXySp84 .item-wrapper {
  border-radius: 0 !important;
}
.cid-vrwVXySp84 .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vrwVXySp84 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vrwVXySp84 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vrwVXySp84 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vrwVXySp84 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vrwVXySp84 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vrwVXySp84 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vrwVXySp84 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vrwVXySp84 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vrwVXySp84 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vrwVXySp84 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vrwVXySp84 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vrwVXySp84 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vrwVXySp84 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vrwVXySp84 .carousel-indicators li.active,
.cid-vrwVXySp84 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vrwVXySp84 .carousel-indicators li::after,
.cid-vrwVXySp84 .carousel-indicators li::before {
  content: none;
}
.cid-vrwVXySp84 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vrwVXySp84 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vrwVXySp84 .mbr-section-subtitle,
  .cid-vrwVXySp84 .mbr-section-text,
  .cid-vrwVXySp84 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vsAboNvFn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vsAboNvFn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAboNvFn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAboNvFn3 .title .num {
  width: 100%;
  display: block;
}
.cid-vsAboNvFn3 .title .card-title {
  z-index: 1;
}
.cid-vsAboNvFn3 .num {
  color: #ff2f00;
  text-align: center;
}
.cid-vsAboNvFn3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAboNvFn3 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAboNvFn3 * {
    text-align: center !important;
  }
  .cid-vsAboNvFn3 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vsAboNvFn3 .content-head {
  max-width: 800px;
}
.cid-vsAboNvFn3 .card-title,
.cid-vsAboNvFn3 .card-img {
  color: #ffffff;
}
.cid-vsAboNvFn3 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vrwVXEiQ0z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1366x768.webp");
}
.cid-vrwVXEiQ0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwVXEiQ0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwVXEiQ0z .mbr-section-title {
  color: #ececec;
}
.cid-vrwVXEiQ0z .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vrwVXGDjxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1366x768.webp");
}
.cid-vrwVXGDjxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwVXGDjxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwVXGDjxf .mbr-text {
  color: #000000;
}
.cid-vrwVXGDjxf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vrwVXGDjxf .item-wrapper {
  background: #e4e4e4;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vrwVXGDjxf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrwVXGDjxf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-vrwVXGDjxf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrwVXGDjxf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vrwVXGDjxf .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-vrwVXGDjxf .mbr-section-title {
  color: #ececec;
}
.cid-vrwVXGDjxf .card-text,
.cid-vrwVXGDjxf .item .mbr-section-btn {
  text-align: left;
}
.cid-vrwVXGDjxf .card-title,
.cid-vrwVXGDjxf .iconfont-wrapper {
  text-align: left;
}
.cid-vrwVXGDjxf .mbr-section-subtitle,
.cid-vrwVXGDjxf .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-vrwVXGDjxf .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrwVXGDjxf .item-content .item-footer {
  margin-top: auto;
}
.cid-vrwVXGDjxf .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrwVXGDjxf .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vrwVXGDjxf .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-vrwVXGDjxf .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-vrwVXJBXYY {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #252525;
}
.cid-vrwVXJBXYY .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vrwVXJBXYY img,
.cid-vrwVXJBXYY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrwVXJBXYY .item:focus,
.cid-vrwVXJBXYY span:focus {
  outline: none;
}
.cid-vrwVXJBXYY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrwVXJBXYY .item {
    margin-bottom: 1rem;
  }
}
.cid-vrwVXJBXYY .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrwVXJBXYY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vrwVXJBXYY .mbr-section-title {
  color: #ececec;
}
.cid-vrwVXJBXYY .mbr-text,
.cid-vrwVXJBXYY .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vrwVXJBXYY .item-title {
  color: #232323;
  text-align: center;
}
.cid-vrwVXJBXYY .content-head {
  max-width: 800px;
}
.cid-vrwVXMgnwn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #252525;
}
.cid-vrwVXMgnwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwVXMgnwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vrwVXMgnwn .container-fluid {
    padding: 0;
  }
}
.cid-vrwVXMgnwn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vrwVXMgnwn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vrwVXMgnwn .embla__button--next,
.cid-vrwVXMgnwn .embla__button--prev {
  display: flex;
}
.cid-vrwVXMgnwn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vrwVXMgnwn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vrwVXMgnwn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vrwVXMgnwn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrwVXMgnwn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vrwVXMgnwn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vrwVXMgnwn .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vrwVXMgnwn .embla {
  position: relative;
  width: 100%;
}
.cid-vrwVXMgnwn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vrwVXMgnwn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrwVXMgnwn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrwVXMgnwn .embla__slide a {
  cursor: grab;
}
.cid-vrwVXMgnwn .embla__slide a:active {
  cursor: grabbing;
}
.cid-vrwVXMgnwn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrwVXMgnwn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vrwVXMgnwn .mbr-section-title {
  color: #232323;
}
.cid-vrwVXMgnwn .mbr-section-subtitle {
  color: #232323;
}
.cid-vrwVXMgnwn .mbr-box {
  color: #ffffff;
}
.cid-vrwVXMgnwn .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vrwVXMgnwn img,
.cid-vrwVXMgnwn .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vrwVXMgnwn .item-wrapper {
  position: relative;
}
.cid-vrwVXMgnwn .content-head {
  max-width: 800px;
}
.cid-vsAblvZmw0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vsAblvZmw0 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vsAblvZmw0 img,
.cid-vsAblvZmw0 .item-img {
  width: 100%;
}
.cid-vsAblvZmw0 .item:focus,
.cid-vsAblvZmw0 span:focus {
  outline: none;
}
.cid-vsAblvZmw0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAblvZmw0 .item {
    margin-bottom: 1rem;
  }
}
.cid-vsAblvZmw0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vsAblvZmw0 .mbr-section-title {
  color: #232323;
}
.cid-vsAblvZmw0 .mbr-text,
.cid-vsAblvZmw0 .mbr-section-btn {
  color: #232323;
}
.cid-vsAblvZmw0 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vsAblvZmw0 .content-head {
  max-width: 800px;
}
.cid-vrwVXRF4Mu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vrwVXRF4Mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwVXRF4Mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwVXRF4Mu .mbr-text {
  color: #000000;
}
.cid-vrwVXRF4Mu .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vrwVXRF4Mu .item-wrapper {
  background: #e4e4e4;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vrwVXRF4Mu .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrwVXRF4Mu .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-vrwVXRF4Mu .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrwVXRF4Mu .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vrwVXRF4Mu .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vrwVXRF4Mu .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vrwVXRF4Mu .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff2f00;
  background-color: #ff2f00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vrwVXRF4Mu .mbr-text UL {
  text-align: left;
}
.cid-vrwVXRF4Mu .mbr-section-subtitle,
.cid-vrwVXRF4Mu .main-button {
  color: #ffffff;
}
.cid-vrwVXRF4Mu .mbr-section-title {
  color: #ececec;
}
.cid-vrwVXTV3K9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2-1366x768.webp");
}
.cid-vrwVXTV3K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwVXTV3K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwVXTV3K9 .img-wrapper {
  text-align: center;
}
.cid-vrwVXTV3K9 img {
  margin: auto;
  width: 200px;
}
.cid-vrwVXTV3K9 .row {
  align-items: flex-start;
}
.cid-vrwVXTV3K9 .item-wrapper {
  margin-bottom: 2rem;
  background: #ececec;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vrwVXTV3K9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vrwVXTV3K9 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwVXTV3K9 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vrwVXTV3K9 .mbr-section-title,
.cid-vrwVXTV3K9 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vrwVXTV3K9 .content-head {
  max-width: 800px;
}
.cid-vrwVXTV3K9 .mbr-section-title {
  color: #ececec;
}
.cid-vrwVXWdIXz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrwVXWdIXz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrwVXWdIXz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vrwVXWdIXz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vrwVXWdIXz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vrwVXWdIXz .content-head {
  max-width: 800px;
}
.cid-vrwVXWdIXz .mbr-section-title {
  color: #ececec;
}
.cid-vrwVXYo1XP {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrwVXYo1XP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwVXYo1XP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwVXYo1XP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vrwVXYo1XP .footer-col {
    flex-direction: column;
  }
}
.cid-vrwVXYo1XP .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vrwVXYo1XP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwVXYo1XP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwVXYo1XP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwVXYo1XP .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrwVXYo1XP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrwVXYo1XP .soc-item {
  margin: 8px;
}
.cid-vrwVXYo1XP .soc-item a:hover .mbr-iconfont,
.cid-vrwVXYo1XP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vrwVXYo1XP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrwVXYo1XP .row {
    text-align: center;
  }
  .cid-vrwVXYo1XP .social-row {
    justify-content: center;
  }
}
.cid-vrwVXYo1XP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vrwVXYo1XP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwVXYo1XP .list {
    margin-bottom: 0rem;
  }
}
.cid-vrwVXYo1XP .mbr-text {
  color: #bbbbbb;
}
.cid-vrwVXYo1XP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrwVXYo1XP .list,
.cid-vrwVXYo1XP .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vrwVXYo1XP .copyright {
  color: #ffffff;
}
.cid-vquEZyUEN1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vquEZyUEN1 .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;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vquEZyUEN1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vquEZyUEN1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vquEZyUEN1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vquEZyUEN1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vquEZyUEN1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vquEZyUEN1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vquEZyUEN1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vquEZyUEN1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vquEZyUEN1 .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .nav-item:focus,
.cid-vquEZyUEN1 .nav-link:focus {
  outline: none;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vquEZyUEN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vquEZyUEN1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vquEZyUEN1 .navbar.opened {
  transition: all 0.25s;
}
.cid-vquEZyUEN1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vquEZyUEN1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquEZyUEN1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vquEZyUEN1 .navbar.collapsed {
  justify-content: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vquEZyUEN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar {
    min-height: 72px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vquEZyUEN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vquEZyUEN1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vquEZyUEN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vquEZyUEN1 .dropdown-item.active,
.cid-vquEZyUEN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquEZyUEN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vquEZyUEN1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquEZyUEN1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vquEZyUEN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vquEZyUEN1 .opacityScroll {
  background: #232323 !important;
}
.cid-vquEZyUEN1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vquEZyUEN1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vquEZyUEN1 .navbar {
    height: 70px;
  }
  .cid-vquEZyUEN1 .navbar.opened {
    height: auto;
  }
  .cid-vquEZyUEN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vquEZyUEN1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vquEZyUEN1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-brand {
    margin-right: auto;
  }
  .cid-vquEZyUEN1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrwJvXrj0g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vrwJvXrj0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwJvXrj0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwJvXrj0g .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vrwJvXrj0g .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwJvXrj0g .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwJvXrj0g .card-wrapper {
    padding: 4rem;
  }
}
.cid-vrwJvXrj0g .mbr-text,
.cid-vrwJvXrj0g .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrwJvXrj0g .card-title,
.cid-vrwJvXrj0g .card-box {
  text-align: left;
  color: #000000;
}
.cid-vrwxxD4LPI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrwxxD4LPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwxxD4LPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwxxD4LPI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .footer-col {
    flex-direction: column;
  }
}
.cid-vrwxxD4LPI .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwxxD4LPI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrwxxD4LPI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrwxxD4LPI .soc-item {
  margin: 8px;
}
.cid-vrwxxD4LPI .soc-item a:hover .mbr-iconfont,
.cid-vrwxxD4LPI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vrwxxD4LPI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    text-align: center;
  }
  .cid-vrwxxD4LPI .social-row {
    justify-content: center;
  }
}
.cid-vrwxxD4LPI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 0rem;
  }
}
.cid-vrwxxD4LPI .mbr-text {
  color: #bbbbbb;
}
.cid-vrwxxD4LPI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrwxxD4LPI .list,
.cid-vrwxxD4LPI .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vrwxxD4LPI .copyright {
  color: #ffffff;
}
.cid-vquEZyUEN1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vquEZyUEN1 .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;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vquEZyUEN1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vquEZyUEN1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vquEZyUEN1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vquEZyUEN1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vquEZyUEN1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vquEZyUEN1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vquEZyUEN1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vquEZyUEN1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vquEZyUEN1 .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .nav-item:focus,
.cid-vquEZyUEN1 .nav-link:focus {
  outline: none;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vquEZyUEN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vquEZyUEN1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vquEZyUEN1 .navbar.opened {
  transition: all 0.25s;
}
.cid-vquEZyUEN1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vquEZyUEN1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquEZyUEN1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vquEZyUEN1 .navbar.collapsed {
  justify-content: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vquEZyUEN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar {
    min-height: 72px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vquEZyUEN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vquEZyUEN1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vquEZyUEN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vquEZyUEN1 .dropdown-item.active,
.cid-vquEZyUEN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquEZyUEN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vquEZyUEN1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquEZyUEN1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vquEZyUEN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vquEZyUEN1 .opacityScroll {
  background: #232323 !important;
}
.cid-vquEZyUEN1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vquEZyUEN1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vquEZyUEN1 .navbar {
    height: 70px;
  }
  .cid-vquEZyUEN1 .navbar.opened {
    height: auto;
  }
  .cid-vquEZyUEN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vquEZyUEN1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vquEZyUEN1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-brand {
    margin-right: auto;
  }
  .cid-vquEZyUEN1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vr4upxSpgH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vr4upxSpgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4upxSpgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr4upxSpgH .mbr-section-title {
  color: #fefefe;
}
.cid-vr4upxSpgH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vr4BReksSA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vr4BReksSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4BReksSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr4BReksSA .card-wrapper {
  background: #ff2f00;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vr4BReksSA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vr4BReksSA .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-vr4BReksSA .row {
  justify-content: space-between;
}
.cid-vr4BReksSA .mbr-text,
.cid-vr4BReksSA .mbr-section-btn {
  text-align: justify;
  color: #ececec;
}
.cid-vr4BReksSA .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-vreaS7AB9S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vreaS7AB9S .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vreaS7AB9S .panel-group {
  border: none;
}
.cid-vreaS7AB9S .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vreaS7AB9S .card-header {
    padding: 0rem;
  }
}
.cid-vreaS7AB9S .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vreaS7AB9S .img-col {
  padding: 0;
}
.cid-vreaS7AB9S .img-item {
  height: 100%;
}
.cid-vreaS7AB9S img {
  height: 100%;
  object-fit: cover;
}
.cid-vreaS7AB9S .collapsed span {
  transform: rotate(0deg);
}
.cid-vreaS7AB9S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vreaS7AB9S p {
  margin-bottom: 0.3rem;
}
.cid-vreaS7AB9S .panel-title-edit {
  color: #000000;
}
.cid-vreaS7AB9S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vreaS7AB9S .card {
  background: #e4e4e4;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vreaS7AB9S .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vreaS7AB9S .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vreaS7AB9S .panel-text {
  color: #000000;
}
.cid-vreaS7AB9S .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vreaS7AB9S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vreaS7AB9S .panel-title-edit,
.cid-vreaS7AB9S .mbr-iconfont {
  color: #000000;
}
.cid-vr4GkxS1wX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vr4GkxS1wX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4GkxS1wX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vr4GkxS1wX .container-fluid {
    padding: 0;
  }
}
.cid-vr4GkxS1wX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vr4GkxS1wX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr4GkxS1wX .embla__button--next,
.cid-vr4GkxS1wX .embla__button--prev {
  display: flex;
}
.cid-vr4GkxS1wX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vr4GkxS1wX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vr4GkxS1wX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr4GkxS1wX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vr4GkxS1wX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vr4GkxS1wX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vr4GkxS1wX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vr4GkxS1wX .embla {
  position: relative;
  width: 100%;
}
.cid-vr4GkxS1wX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vr4GkxS1wX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr4GkxS1wX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr4GkxS1wX .embla__slide a {
  cursor: grab;
}
.cid-vr4GkxS1wX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vr4GkxS1wX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr4GkxS1wX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vr4GkxS1wX .mbr-section-title {
  color: #232323;
}
.cid-vr4GkxS1wX .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vr4GkxS1wX .mbr-box {
  color: #ffffff;
}
.cid-vr4GkxS1wX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vr4GkxS1wX img,
.cid-vr4GkxS1wX .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vr4GkxS1wX .item-wrapper {
  position: relative;
}
.cid-vr4GkxS1wX .content-head {
  max-width: 800px;
}
.cid-vree8bOgYu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vree8bOgYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vree8bOgYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vree8bOgYu .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vree8bOgYu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vree8bOgYu .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vree8bOgYu .card-wrapper {
    padding: 4rem;
  }
}
.cid-vree8bOgYu .mbr-text,
.cid-vree8bOgYu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vree8bOgYu .card-title,
.cid-vree8bOgYu .card-box {
  text-align: left;
  color: #000000;
}
.cid-vr4PlV5IBC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vr4PlV5IBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4PlV5IBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vr4PlV5IBC .container-fluid {
    padding: 0;
  }
}
.cid-vr4PlV5IBC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vr4PlV5IBC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr4PlV5IBC .embla__button--next,
.cid-vr4PlV5IBC .embla__button--prev {
  display: flex;
}
.cid-vr4PlV5IBC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vr4PlV5IBC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vr4PlV5IBC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr4PlV5IBC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vr4PlV5IBC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vr4PlV5IBC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vr4PlV5IBC .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vr4PlV5IBC .embla {
  position: relative;
  width: 100%;
}
.cid-vr4PlV5IBC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vr4PlV5IBC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr4PlV5IBC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr4PlV5IBC .embla__slide a {
  cursor: grab;
}
.cid-vr4PlV5IBC .embla__slide a:active {
  cursor: grabbing;
}
.cid-vr4PlV5IBC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr4PlV5IBC .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vr4PlV5IBC .mbr-section-title {
  color: #232323;
}
.cid-vr4PlV5IBC .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vr4PlV5IBC .mbr-box {
  color: #ffffff;
}
.cid-vr4PlV5IBC .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vr4PlV5IBC img,
.cid-vr4PlV5IBC .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vr4PlV5IBC .item-wrapper {
  position: relative;
}
.cid-vr4PlV5IBC .content-head {
  max-width: 800px;
}
.cid-vremdzzbPw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vremdzzbPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vremdzzbPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vremdzzbPw .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vremdzzbPw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vremdzzbPw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vremdzzbPw .card-wrapper {
    padding: 4rem;
  }
}
.cid-vremdzzbPw .mbr-text,
.cid-vremdzzbPw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vremdzzbPw .card-title,
.cid-vremdzzbPw .card-box {
  text-align: left;
  color: #000000;
}
.cid-vr4QskqTCi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vr4QskqTCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4QskqTCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vr4QskqTCi .container-fluid {
    padding: 0;
  }
}
.cid-vr4QskqTCi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vr4QskqTCi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr4QskqTCi .embla__button--next,
.cid-vr4QskqTCi .embla__button--prev {
  display: flex;
}
.cid-vr4QskqTCi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vr4QskqTCi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vr4QskqTCi .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr4QskqTCi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vr4QskqTCi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vr4QskqTCi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vr4QskqTCi .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vr4QskqTCi .embla {
  position: relative;
  width: 100%;
}
.cid-vr4QskqTCi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vr4QskqTCi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr4QskqTCi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr4QskqTCi .embla__slide a {
  cursor: grab;
}
.cid-vr4QskqTCi .embla__slide a:active {
  cursor: grabbing;
}
.cid-vr4QskqTCi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr4QskqTCi .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vr4QskqTCi .mbr-section-title {
  color: #232323;
}
.cid-vr4QskqTCi .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vr4QskqTCi .mbr-box {
  color: #ffffff;
}
.cid-vr4QskqTCi .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vr4QskqTCi img,
.cid-vr4QskqTCi .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vr4QskqTCi .item-wrapper {
  position: relative;
}
.cid-vr4QskqTCi .content-head {
  max-width: 800px;
}
.cid-vremiZ9UTY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vremiZ9UTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vremiZ9UTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vremiZ9UTY .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vremiZ9UTY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vremiZ9UTY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vremiZ9UTY .card-wrapper {
    padding: 4rem;
  }
}
.cid-vremiZ9UTY .mbr-text,
.cid-vremiZ9UTY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vremiZ9UTY .card-title,
.cid-vremiZ9UTY .card-box {
  text-align: left;
  color: #000000;
}
.cid-vr4RiRhkB0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vr4RiRhkB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4RiRhkB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr4RiRhkB0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vr4RiRhkB0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr4RiRhkB0 .embla__button--next,
.cid-vr4RiRhkB0 .embla__button--prev {
  display: flex;
}
.cid-vr4RiRhkB0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vr4RiRhkB0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vr4RiRhkB0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr4RiRhkB0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vr4RiRhkB0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vr4RiRhkB0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vr4RiRhkB0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vr4RiRhkB0 .embla {
  position: relative;
  width: 100%;
}
.cid-vr4RiRhkB0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vr4RiRhkB0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr4RiRhkB0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr4RiRhkB0 .embla__slide a {
  cursor: grab;
}
.cid-vr4RiRhkB0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vr4RiRhkB0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr4RiRhkB0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vr4RiRhkB0 .mbr-section-title {
  color: #232323;
}
.cid-vr4RiRhkB0 .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vr4RiRhkB0 .mbr-box {
  color: #ffffff;
}
.cid-vr4RiRhkB0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vr4RiRhkB0 img,
.cid-vr4RiRhkB0 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vr4RiRhkB0 .item-wrapper {
  position: relative;
}
.cid-vr4RiRhkB0 .content-head {
  max-width: 800px;
}
.cid-vremkgrknD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vremkgrknD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vremkgrknD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vremkgrknD .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vremkgrknD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vremkgrknD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vremkgrknD .card-wrapper {
    padding: 4rem;
  }
}
.cid-vremkgrknD .mbr-text,
.cid-vremkgrknD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vremkgrknD .card-title,
.cid-vremkgrknD .card-box {
  text-align: left;
  color: #000000;
}
.cid-vr4RProeJX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vr4RProeJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4RProeJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vr4RProeJX .container-fluid {
    padding: 0;
  }
}
.cid-vr4RProeJX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vr4RProeJX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr4RProeJX .embla__button--next,
.cid-vr4RProeJX .embla__button--prev {
  display: flex;
}
.cid-vr4RProeJX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vr4RProeJX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vr4RProeJX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr4RProeJX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vr4RProeJX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vr4RProeJX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vr4RProeJX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vr4RProeJX .embla {
  position: relative;
  width: 100%;
}
.cid-vr4RProeJX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vr4RProeJX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr4RProeJX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr4RProeJX .embla__slide a {
  cursor: grab;
}
.cid-vr4RProeJX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vr4RProeJX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr4RProeJX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vr4RProeJX .mbr-section-title {
  color: #232323;
}
.cid-vr4RProeJX .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vr4RProeJX .mbr-box {
  color: #ffffff;
}
.cid-vr4RProeJX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vr4RProeJX img,
.cid-vr4RProeJX .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vr4RProeJX .item-wrapper {
  position: relative;
}
.cid-vr4RProeJX .content-head {
  max-width: 800px;
}
.cid-vrems0u83N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vrems0u83N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrems0u83N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrems0u83N .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vrems0u83N .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrems0u83N .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrems0u83N .card-wrapper {
    padding: 4rem;
  }
}
.cid-vrems0u83N .mbr-text,
.cid-vrems0u83N .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrems0u83N .card-title,
.cid-vrems0u83N .card-box {
  text-align: left;
  color: #000000;
}
.cid-vr4SzAyhm1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vr4SzAyhm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr4SzAyhm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr4SzAyhm1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vr4SzAyhm1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr4SzAyhm1 .embla__button--next,
.cid-vr4SzAyhm1 .embla__button--prev {
  display: flex;
}
.cid-vr4SzAyhm1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vr4SzAyhm1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vr4SzAyhm1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr4SzAyhm1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vr4SzAyhm1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vr4SzAyhm1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vr4SzAyhm1 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vr4SzAyhm1 .embla {
  position: relative;
  width: 100%;
}
.cid-vr4SzAyhm1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vr4SzAyhm1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr4SzAyhm1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr4SzAyhm1 .embla__slide a {
  cursor: grab;
}
.cid-vr4SzAyhm1 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vr4SzAyhm1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr4SzAyhm1 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vr4SzAyhm1 .mbr-section-title {
  color: #232323;
}
.cid-vr4SzAyhm1 .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vr4SzAyhm1 .mbr-box {
  color: #ffffff;
}
.cid-vr4SzAyhm1 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vr4SzAyhm1 img,
.cid-vr4SzAyhm1 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vr4SzAyhm1 .item-wrapper {
  position: relative;
}
.cid-vr4SzAyhm1 .content-head {
  max-width: 800px;
}
.cid-vremlpeKc2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vremlpeKc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vremlpeKc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vremlpeKc2 .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vremlpeKc2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vremlpeKc2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vremlpeKc2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vremlpeKc2 .mbr-text,
.cid-vremlpeKc2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vremlpeKc2 .card-title,
.cid-vremlpeKc2 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vra7zRupkM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vra7zRupkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vra7zRupkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vra7zRupkM .container-fluid {
    padding: 0;
  }
}
.cid-vra7zRupkM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vra7zRupkM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vra7zRupkM .embla__button--next,
.cid-vra7zRupkM .embla__button--prev {
  display: flex;
}
.cid-vra7zRupkM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vra7zRupkM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vra7zRupkM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vra7zRupkM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vra7zRupkM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vra7zRupkM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vra7zRupkM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vra7zRupkM .embla {
  position: relative;
  width: 100%;
}
.cid-vra7zRupkM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vra7zRupkM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vra7zRupkM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vra7zRupkM .embla__slide a {
  cursor: grab;
}
.cid-vra7zRupkM .embla__slide a:active {
  cursor: grabbing;
}
.cid-vra7zRupkM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vra7zRupkM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vra7zRupkM .mbr-section-title {
  color: #232323;
}
.cid-vra7zRupkM .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vra7zRupkM .mbr-box {
  color: #ffffff;
}
.cid-vra7zRupkM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vra7zRupkM img,
.cid-vra7zRupkM .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vra7zRupkM .item-wrapper {
  position: relative;
}
.cid-vra7zRupkM .content-head {
  max-width: 800px;
}
.cid-vremmvkgCt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vremmvkgCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vremmvkgCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vremmvkgCt .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vremmvkgCt .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vremmvkgCt .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vremmvkgCt .card-wrapper {
    padding: 4rem;
  }
}
.cid-vremmvkgCt .mbr-text,
.cid-vremmvkgCt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vremmvkgCt .card-title,
.cid-vremmvkgCt .card-box {
  text-align: left;
  color: #000000;
}
.cid-vrdOE2RJ9b {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vrdOE2RJ9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrdOE2RJ9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vrdOE2RJ9b .container-fluid {
    padding: 0;
  }
}
.cid-vrdOE2RJ9b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vrdOE2RJ9b .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vrdOE2RJ9b .embla__button--next,
.cid-vrdOE2RJ9b .embla__button--prev {
  display: flex;
}
.cid-vrdOE2RJ9b .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vrdOE2RJ9b .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vrdOE2RJ9b .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vrdOE2RJ9b .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrdOE2RJ9b .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vrdOE2RJ9b .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vrdOE2RJ9b .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vrdOE2RJ9b .embla {
  position: relative;
  width: 100%;
}
.cid-vrdOE2RJ9b .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vrdOE2RJ9b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrdOE2RJ9b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrdOE2RJ9b .embla__slide a {
  cursor: grab;
}
.cid-vrdOE2RJ9b .embla__slide a:active {
  cursor: grabbing;
}
.cid-vrdOE2RJ9b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrdOE2RJ9b .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vrdOE2RJ9b .mbr-section-title {
  color: #232323;
}
.cid-vrdOE2RJ9b .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vrdOE2RJ9b .mbr-box {
  color: #ffffff;
}
.cid-vrdOE2RJ9b .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vrdOE2RJ9b img,
.cid-vrdOE2RJ9b .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vrdOE2RJ9b .item-wrapper {
  position: relative;
}
.cid-vrdOE2RJ9b .content-head {
  max-width: 800px;
}
.cid-vremnCuI7L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vremnCuI7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vremnCuI7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vremnCuI7L .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vremnCuI7L .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vremnCuI7L .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vremnCuI7L .card-wrapper {
    padding: 4rem;
  }
}
.cid-vremnCuI7L .mbr-text,
.cid-vremnCuI7L .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vremnCuI7L .card-title,
.cid-vremnCuI7L .card-box {
  text-align: left;
  color: #000000;
}
.cid-vrdQKHlSPL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vrdQKHlSPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrdQKHlSPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vrdQKHlSPL .container-fluid {
    padding: 0;
  }
}
.cid-vrdQKHlSPL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vrdQKHlSPL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vrdQKHlSPL .embla__button--next,
.cid-vrdQKHlSPL .embla__button--prev {
  display: flex;
}
.cid-vrdQKHlSPL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vrdQKHlSPL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vrdQKHlSPL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vrdQKHlSPL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrdQKHlSPL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vrdQKHlSPL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vrdQKHlSPL .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vrdQKHlSPL .embla {
  position: relative;
  width: 100%;
}
.cid-vrdQKHlSPL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vrdQKHlSPL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrdQKHlSPL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrdQKHlSPL .embla__slide a {
  cursor: grab;
}
.cid-vrdQKHlSPL .embla__slide a:active {
  cursor: grabbing;
}
.cid-vrdQKHlSPL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrdQKHlSPL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vrdQKHlSPL .mbr-section-title {
  color: #232323;
}
.cid-vrdQKHlSPL .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vrdQKHlSPL .mbr-box {
  color: #ffffff;
}
.cid-vrdQKHlSPL .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vrdQKHlSPL img,
.cid-vrdQKHlSPL .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vrdQKHlSPL .item-wrapper {
  position: relative;
}
.cid-vrdQKHlSPL .content-head {
  max-width: 800px;
}
.cid-vrempKPFog {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vrempKPFog .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrempKPFog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrempKPFog .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vrempKPFog .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrempKPFog .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrempKPFog .card-wrapper {
    padding: 4rem;
  }
}
.cid-vrempKPFog .mbr-text,
.cid-vrempKPFog .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrempKPFog .card-title,
.cid-vrempKPFog .card-box {
  text-align: left;
  color: #000000;
}
.cid-vrdXENCkt6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vrdXENCkt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrdXENCkt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vrdXENCkt6 .container-fluid {
    padding: 0;
  }
}
.cid-vrdXENCkt6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vrdXENCkt6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vrdXENCkt6 .embla__button--next,
.cid-vrdXENCkt6 .embla__button--prev {
  display: flex;
}
.cid-vrdXENCkt6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vrdXENCkt6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vrdXENCkt6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vrdXENCkt6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrdXENCkt6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vrdXENCkt6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vrdXENCkt6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vrdXENCkt6 .embla {
  position: relative;
  width: 100%;
}
.cid-vrdXENCkt6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vrdXENCkt6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrdXENCkt6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrdXENCkt6 .embla__slide a {
  cursor: grab;
}
.cid-vrdXENCkt6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vrdXENCkt6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrdXENCkt6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vrdXENCkt6 .mbr-section-title {
  color: #232323;
}
.cid-vrdXENCkt6 .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vrdXENCkt6 .mbr-box {
  color: #ffffff;
}
.cid-vrdXENCkt6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vrdXENCkt6 img,
.cid-vrdXENCkt6 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vrdXENCkt6 .item-wrapper {
  position: relative;
}
.cid-vrdXENCkt6 .content-head {
  max-width: 800px;
}
.cid-vrenOQBUQ7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vrenOQBUQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrenOQBUQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrenOQBUQ7 .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vrenOQBUQ7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrenOQBUQ7 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrenOQBUQ7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vrenOQBUQ7 .mbr-text,
.cid-vrenOQBUQ7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrenOQBUQ7 .card-title,
.cid-vrenOQBUQ7 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vrwY4PhgXG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrwY4PhgXG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrwY4PhgXG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vrwY4PhgXG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vrwY4PhgXG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vrwY4PhgXG .content-head {
  max-width: 800px;
}
.cid-vrwY4PhgXG .mbr-section-title {
  color: #ececec;
}
.cid-vrwxxD4LPI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrwxxD4LPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwxxD4LPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwxxD4LPI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .footer-col {
    flex-direction: column;
  }
}
.cid-vrwxxD4LPI .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwxxD4LPI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrwxxD4LPI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrwxxD4LPI .soc-item {
  margin: 8px;
}
.cid-vrwxxD4LPI .soc-item a:hover .mbr-iconfont,
.cid-vrwxxD4LPI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vrwxxD4LPI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    text-align: center;
  }
  .cid-vrwxxD4LPI .social-row {
    justify-content: center;
  }
}
.cid-vrwxxD4LPI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 0rem;
  }
}
.cid-vrwxxD4LPI .mbr-text {
  color: #bbbbbb;
}
.cid-vrwxxD4LPI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrwxxD4LPI .list,
.cid-vrwxxD4LPI .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vrwxxD4LPI .copyright {
  color: #ffffff;
}
.cid-vquEZyUEN1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vquEZyUEN1 .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;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vquEZyUEN1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vquEZyUEN1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vquEZyUEN1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vquEZyUEN1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vquEZyUEN1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vquEZyUEN1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vquEZyUEN1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vquEZyUEN1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vquEZyUEN1 .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .nav-item:focus,
.cid-vquEZyUEN1 .nav-link:focus {
  outline: none;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vquEZyUEN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vquEZyUEN1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vquEZyUEN1 .navbar.opened {
  transition: all 0.25s;
}
.cid-vquEZyUEN1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vquEZyUEN1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquEZyUEN1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vquEZyUEN1 .navbar.collapsed {
  justify-content: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vquEZyUEN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar {
    min-height: 72px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vquEZyUEN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vquEZyUEN1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vquEZyUEN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vquEZyUEN1 .dropdown-item.active,
.cid-vquEZyUEN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquEZyUEN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vquEZyUEN1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquEZyUEN1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vquEZyUEN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vquEZyUEN1 .opacityScroll {
  background: #232323 !important;
}
.cid-vquEZyUEN1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vquEZyUEN1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vquEZyUEN1 .navbar {
    height: 70px;
  }
  .cid-vquEZyUEN1 .navbar.opened {
    height: auto;
  }
  .cid-vquEZyUEN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vquEZyUEN1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vquEZyUEN1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-brand {
    margin-right: auto;
  }
  .cid-vquEZyUEN1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vreptWbEEs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/remont-header-1.png");
}
.cid-vreptWbEEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vreptWbEEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vreptWbEEs .mbr-section-title {
  color: #fefefe;
}
.cid-vreptWbEEs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vreqpFXobY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vreqpFXobY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vreqpFXobY .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vreqpFXobY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vreqpFXobY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vreqpFXobY .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vreqpFXobY .card-title,
.cid-vreqpFXobY .iconfont-wrapper,
.cid-vreqpFXobY .card-text {
  color: #000000;
  text-align: center;
}
.cid-vreqpFXobY .content-head {
  max-width: 800px;
}
.cid-vreqpFXobY .mbr-section-title {
  color: #000000;
}
.cid-vreqpFXobY .mbr-section-btn {
  text-align: center;
}
.cid-vreqpFXobY .card-title,
.cid-vreqpFXobY .iconfont-wrapper {
  color: #ececec;
}
.cid-vresmMJfgs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ececec;
}
.cid-vresmMJfgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vresmMJfgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vresmMJfgs .row {
  flex-direction: row-reverse;
}
.cid-vresmMJfgs .mbr-description {
  text-align: left;
}
.cid-vresmMJfgs .item-wrapper {
  background: #e4e4e4;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vresmMJfgs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vresmMJfgs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vresmMJfgs .card-title,
.cid-vresmMJfgs .iconfont-wrapper {
  color: #000000;
}
.cid-vresmMJfgs .card-text {
  color: #000000;
}
.cid-vresmMJfgs .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vresmMJfgs .mbr-number {
  color: #ff2f00;
}
.cid-vresmMJfgs .mbr-text,
.cid-vresmMJfgs .mbr-section-btn {
  text-align: center;
}
.cid-vresmMJfgs .card-text,
.cid-vresmMJfgs .item .mbr-section-btn {
  text-align: left;
}
.cid-vresmMJfgs .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vresmMJfgs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vreLMDG2O6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/obladnannya.webp");
}
.cid-vreLMDG2O6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vreLMDG2O6 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vreLMDG2O6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vreLMDG2O6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vreLMDG2O6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vreLMDG2O6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vreLMDG2O6 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vreLMDG2O6 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vreLMDG2O6 .card-title,
.cid-vreLMDG2O6 .iconfont-wrapper {
  color: #000000;
}
.cid-vreLMDG2O6 .card-text {
  color: #000000;
}
.cid-vreLMDG2O6 .content-head {
  max-width: 800px;
}
.cid-vreLMDG2O6 .mbr-section-title {
  color: #ececec;
}
.cid-vreUzRRhPF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vreUzRRhPF img,
.cid-vreUzRRhPF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vreUzRRhPF .item:focus,
.cid-vreUzRRhPF span:focus {
  outline: none;
}
.cid-vreUzRRhPF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vreUzRRhPF .item {
    margin-bottom: 1rem;
  }
}
.cid-vreUzRRhPF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vreUzRRhPF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vreUzRRhPF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vreUzRRhPF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vreUzRRhPF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vreUzRRhPF .mbr-section-title {
  color: #000000;
}
.cid-vreUzRRhPF .item-title {
  text-align: left;
}
.cid-vreUzRRhPF .item-subtitle {
  text-align: left;
}
.cid-vreUzRRhPF .mbr-text,
.cid-vreUzRRhPF .item .mbr-section-btn {
  text-align: left;
}
.cid-vreUzRRhPF .content-head {
  max-width: 800px;
}
.cid-vrwXRhfCCE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrwXRhfCCE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrwXRhfCCE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vrwXRhfCCE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vrwXRhfCCE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vrwXRhfCCE .content-head {
  max-width: 800px;
}
.cid-vrwXRhfCCE .mbr-section-title {
  color: #ececec;
}
.cid-vrwxxD4LPI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrwxxD4LPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwxxD4LPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwxxD4LPI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .footer-col {
    flex-direction: column;
  }
}
.cid-vrwxxD4LPI .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwxxD4LPI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrwxxD4LPI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrwxxD4LPI .soc-item {
  margin: 8px;
}
.cid-vrwxxD4LPI .soc-item a:hover .mbr-iconfont,
.cid-vrwxxD4LPI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vrwxxD4LPI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    text-align: center;
  }
  .cid-vrwxxD4LPI .social-row {
    justify-content: center;
  }
}
.cid-vrwxxD4LPI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 0rem;
  }
}
.cid-vrwxxD4LPI .mbr-text {
  color: #bbbbbb;
}
.cid-vrwxxD4LPI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrwxxD4LPI .list,
.cid-vrwxxD4LPI .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vrwxxD4LPI .copyright {
  color: #ffffff;
}
.cid-vquEZyUEN1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vquEZyUEN1 .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;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vquEZyUEN1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vquEZyUEN1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vquEZyUEN1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vquEZyUEN1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vquEZyUEN1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vquEZyUEN1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vquEZyUEN1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vquEZyUEN1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vquEZyUEN1 .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .nav-item:focus,
.cid-vquEZyUEN1 .nav-link:focus {
  outline: none;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vquEZyUEN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vquEZyUEN1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vquEZyUEN1 .navbar.opened {
  transition: all 0.25s;
}
.cid-vquEZyUEN1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vquEZyUEN1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquEZyUEN1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vquEZyUEN1 .navbar.collapsed {
  justify-content: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vquEZyUEN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar {
    min-height: 72px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vquEZyUEN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vquEZyUEN1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vquEZyUEN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vquEZyUEN1 .dropdown-item.active,
.cid-vquEZyUEN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquEZyUEN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vquEZyUEN1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquEZyUEN1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vquEZyUEN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vquEZyUEN1 .opacityScroll {
  background: #232323 !important;
}
.cid-vquEZyUEN1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vquEZyUEN1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vquEZyUEN1 .navbar {
    height: 70px;
  }
  .cid-vquEZyUEN1 .navbar.opened {
    height: auto;
  }
  .cid-vquEZyUEN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vquEZyUEN1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vquEZyUEN1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-brand {
    margin-right: auto;
  }
  .cid-vquEZyUEN1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vreWa3h9kD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vreWa3h9kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vreWa3h9kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vreWa3h9kD .mbr-section-title {
  color: #fefefe;
}
.cid-vreWa3h9kD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vreX9IyPny {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vreX9IyPny .mbr-fallback-image.disabled {
  display: none;
}
.cid-vreX9IyPny .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vreX9IyPny .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vreX9IyPny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vreX9IyPny .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vreX9IyPny .card-title,
.cid-vreX9IyPny .iconfont-wrapper,
.cid-vreX9IyPny .card-text {
  color: #000000;
  text-align: center;
}
.cid-vreX9IyPny .content-head {
  max-width: 800px;
}
.cid-vreX9IyPny .mbr-section-title {
  color: #000000;
}
.cid-vreX9IyPny .mbr-section-btn {
  text-align: center;
}
.cid-vreX9IyPny .card-title,
.cid-vreX9IyPny .iconfont-wrapper {
  color: #ececec;
}
.cid-vrff7KQuW1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vrff7KQuW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrff7KQuW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrff7KQuW1 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vrff7KQuW1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vrff7KQuW1 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vrff7KQuW1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vrff7KQuW1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vrff7KQuW1 .mbr-section-title {
  color: #ff2f00;
}
.cid-vrff7KQuW1 .mbr-text,
.cid-vrff7KQuW1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vrff7KQuW1 img {
  width: 100%;
  height: 100%;
}
.cid-vreYc4LUhc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ececec;
}
.cid-vreYc4LUhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vreYc4LUhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vreYc4LUhc .mbr-description {
  text-align: left;
}
.cid-vreYc4LUhc .item-wrapper {
  background: #e4e4e4;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vreYc4LUhc .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vreYc4LUhc .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vreYc4LUhc .card-title,
.cid-vreYc4LUhc .iconfont-wrapper {
  color: #000000;
}
.cid-vreYc4LUhc .card-text {
  color: #000000;
}
.cid-vreYc4LUhc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vreYc4LUhc .mbr-number {
  color: #9fe870;
}
.cid-vreYc4LUhc .mbr-text,
.cid-vreYc4LUhc .mbr-section-btn {
  text-align: center;
}
.cid-vreYc4LUhc .card-text,
.cid-vreYc4LUhc .item .mbr-section-btn {
  text-align: left;
}
.cid-vreYc4LUhc .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vreYc4LUhc .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vreYc4LUhc .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vreYc4LUhc .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vreYc4LUhc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vreYc4LUhc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vreYc4LUhc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vreYc4LUhc .card-title {
  text-align: left;
}
.cid-vreYc4LUhc .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vreYc4LUhc .item-content .item-footer {
  margin-top: auto;
}
.cid-vrOe2C0jet {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vrOe2C0jet .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrOe2C0jet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrOe2C0jet .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrOe2C0jet .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vrOe2C0jet .item-wrapper {
  background: #e4e4e4;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrOe2C0jet .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vrOe2C0jet .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vrOe2C0jet .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vrOe2C0jet .mbr-section-title {
  color: #ececec;
}
.cid-vrOe2C0jet .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrOe2C0jet .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrOe2C0jet .card-box .item-footer {
  margin-top: auto;
}
.cid-vrOe2C0jet .content-head {
  max-width: 800px;
}
.cid-vrwXxpYX7x {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrwXxpYX7x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrwXxpYX7x form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vrwXxpYX7x form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vrwXxpYX7x form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vrwXxpYX7x .content-head {
  max-width: 800px;
}
.cid-vrwXxpYX7x .mbr-section-title {
  color: #ececec;
}
.cid-vrwxxD4LPI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrwxxD4LPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwxxD4LPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwxxD4LPI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .footer-col {
    flex-direction: column;
  }
}
.cid-vrwxxD4LPI .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwxxD4LPI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrwxxD4LPI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrwxxD4LPI .soc-item {
  margin: 8px;
}
.cid-vrwxxD4LPI .soc-item a:hover .mbr-iconfont,
.cid-vrwxxD4LPI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vrwxxD4LPI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    text-align: center;
  }
  .cid-vrwxxD4LPI .social-row {
    justify-content: center;
  }
}
.cid-vrwxxD4LPI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 0rem;
  }
}
.cid-vrwxxD4LPI .mbr-text {
  color: #bbbbbb;
}
.cid-vrwxxD4LPI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrwxxD4LPI .list,
.cid-vrwxxD4LPI .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vrwxxD4LPI .copyright {
  color: #ffffff;
}
.cid-vquEZyUEN1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vquEZyUEN1 .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;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vquEZyUEN1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vquEZyUEN1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquEZyUEN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vquEZyUEN1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vquEZyUEN1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vquEZyUEN1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vquEZyUEN1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vquEZyUEN1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vquEZyUEN1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vquEZyUEN1 .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vquEZyUEN1 .nav-item:focus,
.cid-vquEZyUEN1 .nav-link:focus {
  outline: none;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vquEZyUEN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vquEZyUEN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vquEZyUEN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vquEZyUEN1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vquEZyUEN1 .navbar.opened {
  transition: all 0.25s;
}
.cid-vquEZyUEN1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vquEZyUEN1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquEZyUEN1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vquEZyUEN1 .navbar.collapsed {
  justify-content: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vquEZyUEN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vquEZyUEN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vquEZyUEN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vquEZyUEN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar {
    min-height: 72px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vquEZyUEN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vquEZyUEN1 .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-vquEZyUEN1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vquEZyUEN1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vquEZyUEN1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vquEZyUEN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vquEZyUEN1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vquEZyUEN1 .dropdown-item.active,
.cid-vquEZyUEN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquEZyUEN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vquEZyUEN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vquEZyUEN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vquEZyUEN1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquEZyUEN1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vquEZyUEN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vquEZyUEN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquEZyUEN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquEZyUEN1 .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vquEZyUEN1 .opacityScroll {
  background: #232323 !important;
}
.cid-vquEZyUEN1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vquEZyUEN1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vquEZyUEN1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vquEZyUEN1 .navbar {
    height: 70px;
  }
  .cid-vquEZyUEN1 .navbar.opened {
    height: auto;
  }
  .cid-vquEZyUEN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vquEZyUEN1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vquEZyUEN1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-brand {
    margin-right: auto;
  }
  .cid-vquEZyUEN1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vquEZyUEN1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vquEZyUEN1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vquEZyUEN1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vquEZyUEN1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vrfww89OK9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vrfww89OK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfww89OK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfww89OK9 .mbr-section-title {
  color: #fefefe;
}
.cid-vrfww89OK9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrfwW6gm95 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vrfwW6gm95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfwW6gm95 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vrfwW6gm95 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vrfwW6gm95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfwW6gm95 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vrfwW6gm95 .card-title,
.cid-vrfwW6gm95 .iconfont-wrapper,
.cid-vrfwW6gm95 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vrfwW6gm95 .content-head {
  max-width: 800px;
}
.cid-vrfwW6gm95 .mbr-section-title {
  color: #000000;
}
.cid-vrfwW6gm95 .mbr-section-btn {
  text-align: center;
}
.cid-vrfwW6gm95 .card-title,
.cid-vrfwW6gm95 .iconfont-wrapper {
  color: #ececec;
}
.cid-vrfyWpyGIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vrfyWpyGIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfyWpyGIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfyWpyGIh .mbr-description {
  text-align: left;
}
.cid-vrfyWpyGIh .item-wrapper {
  background: #ececec;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vrfyWpyGIh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrfyWpyGIh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vrfyWpyGIh .card-title,
.cid-vrfyWpyGIh .iconfont-wrapper {
  color: #000000;
}
.cid-vrfyWpyGIh .card-text {
  color: #000000;
}
.cid-vrfyWpyGIh .mbr-section-title {
  color: #ececec;
  text-align: center;
}
.cid-vrfyWpyGIh .mbr-number {
  color: #9fe870;
}
.cid-vrfyWpyGIh .mbr-text,
.cid-vrfyWpyGIh .mbr-section-btn {
  text-align: center;
}
.cid-vrfyWpyGIh .card-text,
.cid-vrfyWpyGIh .item .mbr-section-btn {
  text-align: left;
}
.cid-vrfyWpyGIh .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vrfyWpyGIh .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vrfyWpyGIh .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrfyWpyGIh .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vrfyWpyGIh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vrfyWpyGIh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrfyWpyGIh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vrfyWpyGIh .card-title {
  text-align: left;
}
.cid-vrfyWpyGIh .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrfyWpyGIh .item-content .item-footer {
  margin-top: auto;
}
.cid-vrfP25DQff {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-vrfP25DQff .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfP25DQff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfP25DQff .mbr-description {
  text-align: left;
}
.cid-vrfP25DQff .item-wrapper {
  background: #e4e4e4;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vrfP25DQff .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrfP25DQff .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vrfP25DQff .card-title,
.cid-vrfP25DQff .iconfont-wrapper {
  color: #000000;
}
.cid-vrfP25DQff .card-text {
  color: #000000;
}
.cid-vrfP25DQff .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vrfP25DQff .mbr-text,
.cid-vrfP25DQff .mbr-section-btn {
  text-align: center;
}
.cid-vrfP25DQff .card-text,
.cid-vrfP25DQff .item .mbr-section-btn {
  text-align: left;
}
.cid-vrfP25DQff .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vrfP25DQff .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vrfP25DQff .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff2f00;
  background-color: #ff2f00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vrfP25DQff .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vrfP25DQff .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vrfP25DQff .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff2f00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrfP25DQff .mbr-text UL {
  text-align: left;
}
.cid-vrfP25DQff .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-vrfP25DQff .mbr-subtitle {
  text-align: center;
}
.cid-vry2dod4Iw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vry2dod4Iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vry2dod4Iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vry2dod4Iw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vry2dod4Iw .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vry2dod4Iw .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vry2dod4Iw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vry2dod4Iw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vry2dod4Iw .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vry2dod4Iw .mbr-section-title {
  color: #ececec;
}
.cid-vry2dod4Iw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vry2dod4Iw .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vry2dod4Iw .card-box .item-footer {
  margin-top: auto;
}
.cid-vry2dod4Iw .content-head {
  max-width: 800px;
}
.cid-vrwX91BcET {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrwX91BcET .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrwX91BcET form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vrwX91BcET form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vrwX91BcET form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vrwX91BcET .content-head {
  max-width: 800px;
}
.cid-vrwX91BcET .mbr-section-title {
  color: #ececec;
}
.cid-vrwxxD4LPI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrwxxD4LPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwxxD4LPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrwxxD4LPI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .footer-col {
    flex-direction: column;
  }
}
.cid-vrwxxD4LPI .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vrwxxD4LPI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .mbr-section-btn {
    text-align: center;
  }
}
.cid-vrwxxD4LPI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrwxxD4LPI .soc-item {
  margin: 8px;
}
.cid-vrwxxD4LPI .soc-item a:hover .mbr-iconfont,
.cid-vrwxxD4LPI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vrwxxD4LPI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vrwxxD4LPI .row {
    text-align: center;
  }
  .cid-vrwxxD4LPI .social-row {
    justify-content: center;
  }
}
.cid-vrwxxD4LPI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrwxxD4LPI .list {
    margin-bottom: 0rem;
  }
}
.cid-vrwxxD4LPI .mbr-text {
  color: #bbbbbb;
}
.cid-vrwxxD4LPI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vrwxxD4LPI .list,
.cid-vrwxxD4LPI .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vrwxxD4LPI .copyright {
  color: #ffffff;
}
.cid-vsAbvuNFjU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vsAbvuNFjU .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;
}
@media (max-width: 767px) {
  .cid-vsAbvuNFjU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vsAbvuNFjU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsAbvuNFjU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vsAbvuNFjU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsAbvuNFjU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsAbvuNFjU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vsAbvuNFjU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vsAbvuNFjU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAbvuNFjU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vsAbvuNFjU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vsAbvuNFjU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vsAbvuNFjU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAbvuNFjU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vsAbvuNFjU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vsAbvuNFjU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vsAbvuNFjU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vsAbvuNFjU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vsAbvuNFjU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAbvuNFjU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vsAbvuNFjU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vsAbvuNFjU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vsAbvuNFjU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAbvuNFjU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vsAbvuNFjU .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsAbvuNFjU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vsAbvuNFjU .nav-item:focus,
.cid-vsAbvuNFjU .nav-link:focus {
  outline: none;
}
.cid-vsAbvuNFjU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsAbvuNFjU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsAbvuNFjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsAbvuNFjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsAbvuNFjU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsAbvuNFjU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsAbvuNFjU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vsAbvuNFjU .navbar.opened {
  transition: all 0.25s;
}
.cid-vsAbvuNFjU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsAbvuNFjU .navbar .navbar-logo img {
  width: auto;
}
.cid-vsAbvuNFjU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vsAbvuNFjU .navbar.collapsed {
  justify-content: center;
}
.cid-vsAbvuNFjU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsAbvuNFjU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsAbvuNFjU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vsAbvuNFjU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsAbvuNFjU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsAbvuNFjU .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-vsAbvuNFjU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsAbvuNFjU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsAbvuNFjU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAbvuNFjU .navbar {
    min-height: 72px;
  }
  .cid-vsAbvuNFjU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vsAbvuNFjU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsAbvuNFjU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsAbvuNFjU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsAbvuNFjU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsAbvuNFjU .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-vsAbvuNFjU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsAbvuNFjU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vsAbvuNFjU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsAbvuNFjU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsAbvuNFjU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vsAbvuNFjU .dropdown-item.active,
.cid-vsAbvuNFjU .dropdown-item:active {
  background-color: transparent;
}
.cid-vsAbvuNFjU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsAbvuNFjU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsAbvuNFjU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsAbvuNFjU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vsAbvuNFjU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vsAbvuNFjU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vsAbvuNFjU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsAbvuNFjU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vsAbvuNFjU .navbar-buttons {
    text-align: left;
  }
}
.cid-vsAbvuNFjU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsAbvuNFjU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vsAbvuNFjU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsAbvuNFjU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAbvuNFjU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAbvuNFjU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsAbvuNFjU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAbvuNFjU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsAbvuNFjU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsAbvuNFjU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAbvuNFjU .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vsAbvuNFjU .opacityScroll {
  background: #232323 !important;
}
.cid-vsAbvuNFjU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsAbvuNFjU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vsAbvuNFjU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsAbvuNFjU .navbar {
    height: 70px;
  }
  .cid-vsAbvuNFjU .navbar.opened {
    height: auto;
  }
  .cid-vsAbvuNFjU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vsAbvuNFjU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vsAbvuNFjU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vsAbvuNFjU .navbar-brand {
    margin-right: auto;
  }
  .cid-vsAbvuNFjU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vsAbvuNFjU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vsAbvuNFjU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vsAbvuNFjU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAbvuNFjU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vsAbvuNFjU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vsAbvuNFjU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vsAbvuNFjU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vsAbvwD5JC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vsAbvwD5JC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAbvwD5JC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAbvwD5JC .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAbvwD5JC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAbvwD5JC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAbvwD5JC .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAbvwD5JC .mbr-text,
.cid-vsAbvwD5JC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAbvwD5JC .card-title,
.cid-vsAbvwD5JC .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAbvy3LCX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vsAbvy3LCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAbvy3LCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAbvy3LCX .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vsAbvy3LCX .footer-col {
    flex-direction: column;
  }
}
.cid-vsAbvy3LCX .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vsAbvy3LCX .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAbvy3LCX .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAbvy3LCX .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAbvy3LCX .mbr-section-btn {
    text-align: center;
  }
}
.cid-vsAbvy3LCX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsAbvy3LCX .soc-item {
  margin: 8px;
}
.cid-vsAbvy3LCX .soc-item a:hover .mbr-iconfont,
.cid-vsAbvy3LCX .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vsAbvy3LCX .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vsAbvy3LCX .row {
    text-align: center;
  }
  .cid-vsAbvy3LCX .social-row {
    justify-content: center;
  }
}
.cid-vsAbvy3LCX .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vsAbvy3LCX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAbvy3LCX .list {
    margin-bottom: 0rem;
  }
}
.cid-vsAbvy3LCX .mbr-text {
  color: #bbbbbb;
}
.cid-vsAbvy3LCX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAbvy3LCX .list,
.cid-vsAbvy3LCX .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vsAbvy3LCX .copyright {
  color: #ffffff;
}
.cid-vsAcjOT4fT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vsAcjOT4fT .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;
}
@media (max-width: 767px) {
  .cid-vsAcjOT4fT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vsAcjOT4fT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsAcjOT4fT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vsAcjOT4fT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsAcjOT4fT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsAcjOT4fT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vsAcjOT4fT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vsAcjOT4fT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAcjOT4fT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vsAcjOT4fT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vsAcjOT4fT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vsAcjOT4fT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAcjOT4fT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vsAcjOT4fT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vsAcjOT4fT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vsAcjOT4fT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vsAcjOT4fT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vsAcjOT4fT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAcjOT4fT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vsAcjOT4fT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vsAcjOT4fT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vsAcjOT4fT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAcjOT4fT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vsAcjOT4fT .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsAcjOT4fT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vsAcjOT4fT .nav-item:focus,
.cid-vsAcjOT4fT .nav-link:focus {
  outline: none;
}
.cid-vsAcjOT4fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsAcjOT4fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsAcjOT4fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsAcjOT4fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsAcjOT4fT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsAcjOT4fT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsAcjOT4fT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vsAcjOT4fT .navbar.opened {
  transition: all 0.25s;
}
.cid-vsAcjOT4fT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsAcjOT4fT .navbar .navbar-logo img {
  width: auto;
}
.cid-vsAcjOT4fT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vsAcjOT4fT .navbar.collapsed {
  justify-content: center;
}
.cid-vsAcjOT4fT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsAcjOT4fT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsAcjOT4fT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vsAcjOT4fT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsAcjOT4fT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsAcjOT4fT .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-vsAcjOT4fT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsAcjOT4fT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsAcjOT4fT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAcjOT4fT .navbar {
    min-height: 72px;
  }
  .cid-vsAcjOT4fT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vsAcjOT4fT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsAcjOT4fT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsAcjOT4fT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsAcjOT4fT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsAcjOT4fT .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-vsAcjOT4fT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsAcjOT4fT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vsAcjOT4fT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsAcjOT4fT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsAcjOT4fT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vsAcjOT4fT .dropdown-item.active,
.cid-vsAcjOT4fT .dropdown-item:active {
  background-color: transparent;
}
.cid-vsAcjOT4fT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsAcjOT4fT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsAcjOT4fT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsAcjOT4fT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vsAcjOT4fT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vsAcjOT4fT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vsAcjOT4fT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsAcjOT4fT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vsAcjOT4fT .navbar-buttons {
    text-align: left;
  }
}
.cid-vsAcjOT4fT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsAcjOT4fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vsAcjOT4fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsAcjOT4fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAcjOT4fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAcjOT4fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsAcjOT4fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAcjOT4fT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsAcjOT4fT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsAcjOT4fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAcjOT4fT .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vsAcjOT4fT .opacityScroll {
  background: #232323 !important;
}
.cid-vsAcjOT4fT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsAcjOT4fT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vsAcjOT4fT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsAcjOT4fT .navbar {
    height: 70px;
  }
  .cid-vsAcjOT4fT .navbar.opened {
    height: auto;
  }
  .cid-vsAcjOT4fT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vsAcjOT4fT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vsAcjOT4fT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vsAcjOT4fT .navbar-brand {
    margin-right: auto;
  }
  .cid-vsAcjOT4fT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vsAcjOT4fT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vsAcjOT4fT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vsAcjOT4fT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAcjOT4fT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vsAcjOT4fT .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vsAcjOT4fT .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vsAcjOT4fT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vsAcjQD9EF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vsAcjQD9EF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAcjQD9EF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAcjQD9EF .mbr-section-title {
  color: #fefefe;
}
.cid-vsAcjQD9EF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAcjRKXJp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vsAcjRKXJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAcjRKXJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAcjRKXJp .card-wrapper {
  background: #ff2f00;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vsAcjRKXJp .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAcjRKXJp .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-vsAcjRKXJp .row {
  justify-content: space-between;
}
.cid-vsAcjRKXJp .mbr-text,
.cid-vsAcjRKXJp .mbr-section-btn {
  text-align: justify;
  color: #ececec;
}
.cid-vsAcjRKXJp .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-vsAcjSJdVJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vsAcjSJdVJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vsAcjSJdVJ .panel-group {
  border: none;
}
.cid-vsAcjSJdVJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vsAcjSJdVJ .card-header {
    padding: 0rem;
  }
}
.cid-vsAcjSJdVJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vsAcjSJdVJ .img-col {
  padding: 0;
}
.cid-vsAcjSJdVJ .img-item {
  height: 100%;
}
.cid-vsAcjSJdVJ img {
  height: 100%;
  object-fit: cover;
}
.cid-vsAcjSJdVJ .collapsed span {
  transform: rotate(0deg);
}
.cid-vsAcjSJdVJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vsAcjSJdVJ p {
  margin-bottom: 0.3rem;
}
.cid-vsAcjSJdVJ .panel-title-edit {
  color: #000000;
}
.cid-vsAcjSJdVJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vsAcjSJdVJ .card {
  background: #e4e4e4;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vsAcjSJdVJ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAcjSJdVJ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vsAcjSJdVJ .panel-text {
  color: #000000;
}
.cid-vsAcjSJdVJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vsAcjSJdVJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vsAcjSJdVJ .panel-title-edit,
.cid-vsAcjSJdVJ .mbr-iconfont {
  color: #000000;
}
.cid-vsAcjTGtWQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAcjTGtWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAcjTGtWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAcjTGtWQ .container-fluid {
    padding: 0;
  }
}
.cid-vsAcjTGtWQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAcjTGtWQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAcjTGtWQ .embla__button--next,
.cid-vsAcjTGtWQ .embla__button--prev {
  display: flex;
}
.cid-vsAcjTGtWQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAcjTGtWQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAcjTGtWQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAcjTGtWQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAcjTGtWQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAcjTGtWQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAcjTGtWQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAcjTGtWQ .embla {
  position: relative;
  width: 100%;
}
.cid-vsAcjTGtWQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAcjTGtWQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAcjTGtWQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAcjTGtWQ .embla__slide a {
  cursor: grab;
}
.cid-vsAcjTGtWQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAcjTGtWQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAcjTGtWQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAcjTGtWQ .mbr-section-title {
  color: #232323;
}
.cid-vsAcjTGtWQ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vsAcjTGtWQ .mbr-box {
  color: #ffffff;
}
.cid-vsAcjTGtWQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAcjTGtWQ img,
.cid-vsAcjTGtWQ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAcjTGtWQ .item-wrapper {
  position: relative;
}
.cid-vsAcjTGtWQ .content-head {
  max-width: 800px;
}
.cid-vsAcjWY7xc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAcjWY7xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAcjWY7xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAcjWY7xc .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAcjWY7xc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAcjWY7xc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAcjWY7xc .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAcjWY7xc .mbr-text,
.cid-vsAcjWY7xc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAcjWY7xc .card-title,
.cid-vsAcjWY7xc .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAcjXVKBW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAcjXVKBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAcjXVKBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAcjXVKBW .container-fluid {
    padding: 0;
  }
}
.cid-vsAcjXVKBW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAcjXVKBW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAcjXVKBW .embla__button--next,
.cid-vsAcjXVKBW .embla__button--prev {
  display: flex;
}
.cid-vsAcjXVKBW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAcjXVKBW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAcjXVKBW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAcjXVKBW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAcjXVKBW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAcjXVKBW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAcjXVKBW .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAcjXVKBW .embla {
  position: relative;
  width: 100%;
}
.cid-vsAcjXVKBW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAcjXVKBW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAcjXVKBW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAcjXVKBW .embla__slide a {
  cursor: grab;
}
.cid-vsAcjXVKBW .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAcjXVKBW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAcjXVKBW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAcjXVKBW .mbr-section-title {
  color: #232323;
}
.cid-vsAcjXVKBW .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAcjXVKBW .mbr-box {
  color: #ffffff;
}
.cid-vsAcjXVKBW .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAcjXVKBW img,
.cid-vsAcjXVKBW .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAcjXVKBW .item-wrapper {
  position: relative;
}
.cid-vsAcjXVKBW .content-head {
  max-width: 800px;
}
.cid-vsAck0Pc06 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAck0Pc06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAck0Pc06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAck0Pc06 .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAck0Pc06 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAck0Pc06 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAck0Pc06 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAck0Pc06 .mbr-text,
.cid-vsAck0Pc06 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAck0Pc06 .card-title,
.cid-vsAck0Pc06 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAck1IIBh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAck1IIBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAck1IIBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAck1IIBh .container-fluid {
    padding: 0;
  }
}
.cid-vsAck1IIBh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAck1IIBh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAck1IIBh .embla__button--next,
.cid-vsAck1IIBh .embla__button--prev {
  display: flex;
}
.cid-vsAck1IIBh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAck1IIBh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAck1IIBh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAck1IIBh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAck1IIBh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAck1IIBh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAck1IIBh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAck1IIBh .embla {
  position: relative;
  width: 100%;
}
.cid-vsAck1IIBh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAck1IIBh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAck1IIBh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAck1IIBh .embla__slide a {
  cursor: grab;
}
.cid-vsAck1IIBh .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAck1IIBh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAck1IIBh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAck1IIBh .mbr-section-title {
  color: #232323;
}
.cid-vsAck1IIBh .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAck1IIBh .mbr-box {
  color: #ffffff;
}
.cid-vsAck1IIBh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAck1IIBh img,
.cid-vsAck1IIBh .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAck1IIBh .item-wrapper {
  position: relative;
}
.cid-vsAck1IIBh .content-head {
  max-width: 800px;
}
.cid-vsAck4tWFa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAck4tWFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAck4tWFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAck4tWFa .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAck4tWFa .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAck4tWFa .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAck4tWFa .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAck4tWFa .mbr-text,
.cid-vsAck4tWFa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAck4tWFa .card-title,
.cid-vsAck4tWFa .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAck5lmiM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAck5lmiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAck5lmiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAck5lmiM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAck5lmiM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAck5lmiM .embla__button--next,
.cid-vsAck5lmiM .embla__button--prev {
  display: flex;
}
.cid-vsAck5lmiM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAck5lmiM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAck5lmiM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAck5lmiM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAck5lmiM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAck5lmiM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAck5lmiM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAck5lmiM .embla {
  position: relative;
  width: 100%;
}
.cid-vsAck5lmiM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAck5lmiM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAck5lmiM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAck5lmiM .embla__slide a {
  cursor: grab;
}
.cid-vsAck5lmiM .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAck5lmiM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAck5lmiM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAck5lmiM .mbr-section-title {
  color: #232323;
}
.cid-vsAck5lmiM .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAck5lmiM .mbr-box {
  color: #ffffff;
}
.cid-vsAck5lmiM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAck5lmiM img,
.cid-vsAck5lmiM .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAck5lmiM .item-wrapper {
  position: relative;
}
.cid-vsAck5lmiM .content-head {
  max-width: 800px;
}
.cid-vsAck7HYIY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAck7HYIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAck7HYIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAck7HYIY .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAck7HYIY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAck7HYIY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAck7HYIY .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAck7HYIY .mbr-text,
.cid-vsAck7HYIY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAck7HYIY .card-title,
.cid-vsAck7HYIY .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAck8RUiq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAck8RUiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAck8RUiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAck8RUiq .container-fluid {
    padding: 0;
  }
}
.cid-vsAck8RUiq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAck8RUiq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAck8RUiq .embla__button--next,
.cid-vsAck8RUiq .embla__button--prev {
  display: flex;
}
.cid-vsAck8RUiq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAck8RUiq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAck8RUiq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAck8RUiq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAck8RUiq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAck8RUiq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAck8RUiq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAck8RUiq .embla {
  position: relative;
  width: 100%;
}
.cid-vsAck8RUiq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAck8RUiq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAck8RUiq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAck8RUiq .embla__slide a {
  cursor: grab;
}
.cid-vsAck8RUiq .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAck8RUiq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAck8RUiq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAck8RUiq .mbr-section-title {
  color: #232323;
}
.cid-vsAck8RUiq .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAck8RUiq .mbr-box {
  color: #ffffff;
}
.cid-vsAck8RUiq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAck8RUiq img,
.cid-vsAck8RUiq .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAck8RUiq .item-wrapper {
  position: relative;
}
.cid-vsAck8RUiq .content-head {
  max-width: 800px;
}
.cid-vsAckbHF79 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAckbHF79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckbHF79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckbHF79 .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAckbHF79 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAckbHF79 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckbHF79 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAckbHF79 .mbr-text,
.cid-vsAckbHF79 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAckbHF79 .card-title,
.cid-vsAckbHF79 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAckcQA8D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAckcQA8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckcQA8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckcQA8D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAckcQA8D .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAckcQA8D .embla__button--next,
.cid-vsAckcQA8D .embla__button--prev {
  display: flex;
}
.cid-vsAckcQA8D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAckcQA8D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAckcQA8D .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAckcQA8D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAckcQA8D .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAckcQA8D .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAckcQA8D .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAckcQA8D .embla {
  position: relative;
  width: 100%;
}
.cid-vsAckcQA8D .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAckcQA8D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAckcQA8D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAckcQA8D .embla__slide a {
  cursor: grab;
}
.cid-vsAckcQA8D .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAckcQA8D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAckcQA8D .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAckcQA8D .mbr-section-title {
  color: #232323;
}
.cid-vsAckcQA8D .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAckcQA8D .mbr-box {
  color: #ffffff;
}
.cid-vsAckcQA8D .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAckcQA8D img,
.cid-vsAckcQA8D .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAckcQA8D .item-wrapper {
  position: relative;
}
.cid-vsAckcQA8D .content-head {
  max-width: 800px;
}
.cid-vsAckgHCrO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAckgHCrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckgHCrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckgHCrO .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAckgHCrO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAckgHCrO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckgHCrO .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAckgHCrO .mbr-text,
.cid-vsAckgHCrO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAckgHCrO .card-title,
.cid-vsAckgHCrO .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAckiNaue {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAckiNaue .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckiNaue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAckiNaue .container-fluid {
    padding: 0;
  }
}
.cid-vsAckiNaue .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAckiNaue .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAckiNaue .embla__button--next,
.cid-vsAckiNaue .embla__button--prev {
  display: flex;
}
.cid-vsAckiNaue .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAckiNaue .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAckiNaue .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAckiNaue .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAckiNaue .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAckiNaue .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAckiNaue .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAckiNaue .embla {
  position: relative;
  width: 100%;
}
.cid-vsAckiNaue .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAckiNaue .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAckiNaue .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAckiNaue .embla__slide a {
  cursor: grab;
}
.cid-vsAckiNaue .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAckiNaue .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAckiNaue .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAckiNaue .mbr-section-title {
  color: #232323;
}
.cid-vsAckiNaue .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAckiNaue .mbr-box {
  color: #ffffff;
}
.cid-vsAckiNaue .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAckiNaue img,
.cid-vsAckiNaue .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAckiNaue .item-wrapper {
  position: relative;
}
.cid-vsAckiNaue .content-head {
  max-width: 800px;
}
.cid-vsAckn4bUL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAckn4bUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckn4bUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckn4bUL .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAckn4bUL .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAckn4bUL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckn4bUL .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAckn4bUL .mbr-text,
.cid-vsAckn4bUL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAckn4bUL .card-title,
.cid-vsAckn4bUL .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAckofvlS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAckofvlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckofvlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAckofvlS .container-fluid {
    padding: 0;
  }
}
.cid-vsAckofvlS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAckofvlS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAckofvlS .embla__button--next,
.cid-vsAckofvlS .embla__button--prev {
  display: flex;
}
.cid-vsAckofvlS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAckofvlS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAckofvlS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAckofvlS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAckofvlS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAckofvlS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAckofvlS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAckofvlS .embla {
  position: relative;
  width: 100%;
}
.cid-vsAckofvlS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAckofvlS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAckofvlS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAckofvlS .embla__slide a {
  cursor: grab;
}
.cid-vsAckofvlS .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAckofvlS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAckofvlS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAckofvlS .mbr-section-title {
  color: #232323;
}
.cid-vsAckofvlS .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAckofvlS .mbr-box {
  color: #ffffff;
}
.cid-vsAckofvlS .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAckofvlS img,
.cid-vsAckofvlS .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAckofvlS .item-wrapper {
  position: relative;
}
.cid-vsAckofvlS .content-head {
  max-width: 800px;
}
.cid-vsAckur5F1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAckur5F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckur5F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckur5F1 .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAckur5F1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAckur5F1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckur5F1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAckur5F1 .mbr-text,
.cid-vsAckur5F1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAckur5F1 .card-title,
.cid-vsAckur5F1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAckvIDyq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAckvIDyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckvIDyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAckvIDyq .container-fluid {
    padding: 0;
  }
}
.cid-vsAckvIDyq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAckvIDyq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAckvIDyq .embla__button--next,
.cid-vsAckvIDyq .embla__button--prev {
  display: flex;
}
.cid-vsAckvIDyq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAckvIDyq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAckvIDyq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAckvIDyq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAckvIDyq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAckvIDyq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAckvIDyq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAckvIDyq .embla {
  position: relative;
  width: 100%;
}
.cid-vsAckvIDyq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAckvIDyq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAckvIDyq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAckvIDyq .embla__slide a {
  cursor: grab;
}
.cid-vsAckvIDyq .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAckvIDyq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAckvIDyq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAckvIDyq .mbr-section-title {
  color: #232323;
}
.cid-vsAckvIDyq .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAckvIDyq .mbr-box {
  color: #ffffff;
}
.cid-vsAckvIDyq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAckvIDyq img,
.cid-vsAckvIDyq .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAckvIDyq .item-wrapper {
  position: relative;
}
.cid-vsAckvIDyq .content-head {
  max-width: 800px;
}
.cid-vsAckz2qmv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAckz2qmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckz2qmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckz2qmv .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAckz2qmv .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAckz2qmv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckz2qmv .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAckz2qmv .mbr-text,
.cid-vsAckz2qmv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAckz2qmv .card-title,
.cid-vsAckz2qmv .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAckAhCos {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-vsAckAhCos .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckAhCos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vsAckAhCos .container-fluid {
    padding: 0;
  }
}
.cid-vsAckAhCos .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vsAckAhCos .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsAckAhCos .embla__button--next,
.cid-vsAckAhCos .embla__button--prev {
  display: flex;
}
.cid-vsAckAhCos .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vsAckAhCos .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vsAckAhCos .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsAckAhCos .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vsAckAhCos .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vsAckAhCos .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vsAckAhCos .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vsAckAhCos .embla {
  position: relative;
  width: 100%;
}
.cid-vsAckAhCos .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vsAckAhCos .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsAckAhCos .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsAckAhCos .embla__slide a {
  cursor: grab;
}
.cid-vsAckAhCos .embla__slide a:active {
  cursor: grabbing;
}
.cid-vsAckAhCos .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsAckAhCos .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vsAckAhCos .mbr-section-title {
  color: #232323;
}
.cid-vsAckAhCos .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vsAckAhCos .mbr-box {
  color: #ffffff;
}
.cid-vsAckAhCos .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vsAckAhCos img,
.cid-vsAckAhCos .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vsAckAhCos .item-wrapper {
  position: relative;
}
.cid-vsAckAhCos .content-head {
  max-width: 800px;
}
.cid-vsAckEhGyq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsAckEhGyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckEhGyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckEhGyq .card-wrapper {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .cid-vsAckEhGyq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAckEhGyq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckEhGyq .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsAckEhGyq .mbr-text,
.cid-vsAckEhGyq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsAckEhGyq .card-title,
.cid-vsAckEhGyq .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsAckFNrEN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vsAckFNrEN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsAckFNrEN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vsAckFNrEN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vsAckFNrEN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vsAckFNrEN .content-head {
  max-width: 800px;
}
.cid-vsAckFNrEN .mbr-section-title {
  color: #ececec;
}
.cid-vsAckH8ZQT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vsAckH8ZQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAckH8ZQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAckH8ZQT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vsAckH8ZQT .footer-col {
    flex-direction: column;
  }
}
.cid-vsAckH8ZQT .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vsAckH8ZQT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAckH8ZQT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckH8ZQT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAckH8ZQT .mbr-section-btn {
    text-align: center;
  }
}
.cid-vsAckH8ZQT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsAckH8ZQT .soc-item {
  margin: 8px;
}
.cid-vsAckH8ZQT .soc-item a:hover .mbr-iconfont,
.cid-vsAckH8ZQT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vsAckH8ZQT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vsAckH8ZQT .row {
    text-align: center;
  }
  .cid-vsAckH8ZQT .social-row {
    justify-content: center;
  }
}
.cid-vsAckH8ZQT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vsAckH8ZQT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAckH8ZQT .list {
    margin-bottom: 0rem;
  }
}
.cid-vsAckH8ZQT .mbr-text {
  color: #bbbbbb;
}
.cid-vsAckH8ZQT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAckH8ZQT .list,
.cid-vsAckH8ZQT .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vsAckH8ZQT .copyright {
  color: #ffffff;
}
.cid-vsAecq7LML {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vsAecq7LML .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;
}
@media (max-width: 767px) {
  .cid-vsAecq7LML .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vsAecq7LML .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsAecq7LML .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vsAecq7LML .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsAecq7LML .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsAecq7LML .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vsAecq7LML .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vsAecq7LML .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAecq7LML .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vsAecq7LML .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vsAecq7LML .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vsAecq7LML .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAecq7LML .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vsAecq7LML .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vsAecq7LML .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vsAecq7LML .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vsAecq7LML .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vsAecq7LML .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAecq7LML .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vsAecq7LML .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vsAecq7LML .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vsAecq7LML .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAecq7LML .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vsAecq7LML .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsAecq7LML .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vsAecq7LML .nav-item:focus,
.cid-vsAecq7LML .nav-link:focus {
  outline: none;
}
.cid-vsAecq7LML .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsAecq7LML .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsAecq7LML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsAecq7LML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsAecq7LML .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsAecq7LML .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsAecq7LML .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vsAecq7LML .navbar.opened {
  transition: all 0.25s;
}
.cid-vsAecq7LML .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsAecq7LML .navbar .navbar-logo img {
  width: auto;
}
.cid-vsAecq7LML .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vsAecq7LML .navbar.collapsed {
  justify-content: center;
}
.cid-vsAecq7LML .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsAecq7LML .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsAecq7LML .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vsAecq7LML .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsAecq7LML .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsAecq7LML .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-vsAecq7LML .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsAecq7LML .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsAecq7LML .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAecq7LML .navbar {
    min-height: 72px;
  }
  .cid-vsAecq7LML .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vsAecq7LML .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsAecq7LML .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsAecq7LML .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsAecq7LML .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsAecq7LML .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-vsAecq7LML .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsAecq7LML .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vsAecq7LML .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsAecq7LML .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsAecq7LML .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vsAecq7LML .dropdown-item.active,
.cid-vsAecq7LML .dropdown-item:active {
  background-color: transparent;
}
.cid-vsAecq7LML .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsAecq7LML .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsAecq7LML .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsAecq7LML .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vsAecq7LML .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vsAecq7LML .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vsAecq7LML ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsAecq7LML .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vsAecq7LML .navbar-buttons {
    text-align: left;
  }
}
.cid-vsAecq7LML button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsAecq7LML button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vsAecq7LML button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsAecq7LML button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAecq7LML button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAecq7LML button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsAecq7LML nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAecq7LML nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsAecq7LML nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsAecq7LML nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAecq7LML .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vsAecq7LML .opacityScroll {
  background: #232323 !important;
}
.cid-vsAecq7LML a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsAecq7LML .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vsAecq7LML .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsAecq7LML .navbar {
    height: 70px;
  }
  .cid-vsAecq7LML .navbar.opened {
    height: auto;
  }
  .cid-vsAecq7LML .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsAecq7LML .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vsAecq7LML .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vsAecq7LML .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vsAecq7LML .navbar-brand {
    margin-right: auto;
  }
  .cid-vsAecq7LML .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vsAecq7LML .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vsAecq7LML .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vsAecq7LML .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vsAecq7LML .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAecq7LML .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vsAecq7LML .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vsAecq7LML .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vsAecq7LML .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vsAectDoaB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/remont-header-1.png");
}
.cid-vsAectDoaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAectDoaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAectDoaB .mbr-section-title {
  color: #fefefe;
}
.cid-vsAectDoaB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAecuAbiU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vsAecuAbiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAecuAbiU .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAecuAbiU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsAecuAbiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAecuAbiU .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vsAecuAbiU .card-title,
.cid-vsAecuAbiU .iconfont-wrapper,
.cid-vsAecuAbiU .card-text {
  color: #000000;
  text-align: center;
}
.cid-vsAecuAbiU .content-head {
  max-width: 800px;
}
.cid-vsAecuAbiU .mbr-section-title {
  color: #000000;
}
.cid-vsAecuAbiU .mbr-section-btn {
  text-align: center;
}
.cid-vsAecuAbiU .card-title,
.cid-vsAecuAbiU .iconfont-wrapper {
  color: #ececec;
}
.cid-vsAecwpGnF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ececec;
}
.cid-vsAecwpGnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAecwpGnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAecwpGnF .row {
  flex-direction: row-reverse;
}
.cid-vsAecwpGnF .mbr-description {
  text-align: left;
}
.cid-vsAecwpGnF .item-wrapper {
  background: #e4e4e4;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vsAecwpGnF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAecwpGnF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vsAecwpGnF .card-title,
.cid-vsAecwpGnF .iconfont-wrapper {
  color: #000000;
}
.cid-vsAecwpGnF .card-text {
  color: #000000;
}
.cid-vsAecwpGnF .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vsAecwpGnF .mbr-number {
  color: #ff2f00;
}
.cid-vsAecwpGnF .mbr-text,
.cid-vsAecwpGnF .mbr-section-btn {
  text-align: center;
}
.cid-vsAecwpGnF .card-text,
.cid-vsAecwpGnF .item .mbr-section-btn {
  text-align: left;
}
.cid-vsAecwpGnF .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAecwpGnF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsAecxC90d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/obladnannya.webp");
}
.cid-vsAecxC90d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAecxC90d .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vsAecxC90d .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAecxC90d .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vsAecxC90d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAecxC90d .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAecxC90d .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAecxC90d .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vsAecxC90d .card-title,
.cid-vsAecxC90d .iconfont-wrapper {
  color: #000000;
}
.cid-vsAecxC90d .card-text {
  color: #000000;
}
.cid-vsAecxC90d .content-head {
  max-width: 800px;
}
.cid-vsAecxC90d .mbr-section-title {
  color: #ececec;
}
.cid-vsAeczvfLS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vsAeczvfLS img,
.cid-vsAeczvfLS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vsAeczvfLS .item:focus,
.cid-vsAeczvfLS span:focus {
  outline: none;
}
.cid-vsAeczvfLS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAeczvfLS .item {
    margin-bottom: 1rem;
  }
}
.cid-vsAeczvfLS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAeczvfLS .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAeczvfLS .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vsAeczvfLS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vsAeczvfLS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vsAeczvfLS .mbr-section-title {
  color: #000000;
}
.cid-vsAeczvfLS .item-title {
  text-align: left;
}
.cid-vsAeczvfLS .item-subtitle {
  text-align: left;
}
.cid-vsAeczvfLS .mbr-text,
.cid-vsAeczvfLS .item .mbr-section-btn {
  text-align: left;
}
.cid-vsAeczvfLS .content-head {
  max-width: 800px;
}
.cid-vsAecB3pK7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vsAecB3pK7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsAecB3pK7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vsAecB3pK7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vsAecB3pK7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vsAecB3pK7 .content-head {
  max-width: 800px;
}
.cid-vsAecB3pK7 .mbr-section-title {
  color: #ececec;
}
.cid-vsAecBUPZa {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vsAecBUPZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAecBUPZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAecBUPZa .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vsAecBUPZa .footer-col {
    flex-direction: column;
  }
}
.cid-vsAecBUPZa .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vsAecBUPZa .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAecBUPZa .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAecBUPZa .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAecBUPZa .mbr-section-btn {
    text-align: center;
  }
}
.cid-vsAecBUPZa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsAecBUPZa .soc-item {
  margin: 8px;
}
.cid-vsAecBUPZa .soc-item a:hover .mbr-iconfont,
.cid-vsAecBUPZa .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vsAecBUPZa .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vsAecBUPZa .row {
    text-align: center;
  }
  .cid-vsAecBUPZa .social-row {
    justify-content: center;
  }
}
.cid-vsAecBUPZa .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vsAecBUPZa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAecBUPZa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsAecBUPZa .mbr-text {
  color: #bbbbbb;
}
.cid-vsAecBUPZa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAecBUPZa .list,
.cid-vsAecBUPZa .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vsAecBUPZa .copyright {
  color: #ffffff;
}
.cid-vsAf25QeYX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vsAf25QeYX .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;
}
@media (max-width: 767px) {
  .cid-vsAf25QeYX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vsAf25QeYX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsAf25QeYX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vsAf25QeYX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsAf25QeYX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsAf25QeYX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vsAf25QeYX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vsAf25QeYX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAf25QeYX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vsAf25QeYX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vsAf25QeYX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vsAf25QeYX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAf25QeYX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vsAf25QeYX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vsAf25QeYX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vsAf25QeYX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vsAf25QeYX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vsAf25QeYX .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAf25QeYX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vsAf25QeYX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vsAf25QeYX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vsAf25QeYX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAf25QeYX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vsAf25QeYX .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsAf25QeYX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vsAf25QeYX .nav-item:focus,
.cid-vsAf25QeYX .nav-link:focus {
  outline: none;
}
.cid-vsAf25QeYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsAf25QeYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsAf25QeYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsAf25QeYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsAf25QeYX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsAf25QeYX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsAf25QeYX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vsAf25QeYX .navbar.opened {
  transition: all 0.25s;
}
.cid-vsAf25QeYX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsAf25QeYX .navbar .navbar-logo img {
  width: auto;
}
.cid-vsAf25QeYX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vsAf25QeYX .navbar.collapsed {
  justify-content: center;
}
.cid-vsAf25QeYX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsAf25QeYX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsAf25QeYX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vsAf25QeYX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsAf25QeYX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsAf25QeYX .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-vsAf25QeYX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsAf25QeYX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsAf25QeYX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAf25QeYX .navbar {
    min-height: 72px;
  }
  .cid-vsAf25QeYX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vsAf25QeYX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsAf25QeYX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsAf25QeYX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsAf25QeYX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsAf25QeYX .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-vsAf25QeYX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsAf25QeYX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vsAf25QeYX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsAf25QeYX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsAf25QeYX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vsAf25QeYX .dropdown-item.active,
.cid-vsAf25QeYX .dropdown-item:active {
  background-color: transparent;
}
.cid-vsAf25QeYX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsAf25QeYX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsAf25QeYX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsAf25QeYX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vsAf25QeYX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vsAf25QeYX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vsAf25QeYX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsAf25QeYX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vsAf25QeYX .navbar-buttons {
    text-align: left;
  }
}
.cid-vsAf25QeYX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsAf25QeYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vsAf25QeYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsAf25QeYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAf25QeYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAf25QeYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsAf25QeYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAf25QeYX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsAf25QeYX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsAf25QeYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAf25QeYX .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vsAf25QeYX .opacityScroll {
  background: #232323 !important;
}
.cid-vsAf25QeYX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsAf25QeYX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vsAf25QeYX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsAf25QeYX .navbar {
    height: 70px;
  }
  .cid-vsAf25QeYX .navbar.opened {
    height: auto;
  }
  .cid-vsAf25QeYX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vsAf25QeYX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vsAf25QeYX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vsAf25QeYX .navbar-brand {
    margin-right: auto;
  }
  .cid-vsAf25QeYX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vsAf25QeYX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vsAf25QeYX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vsAf25QeYX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAf25QeYX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vsAf25QeYX .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vsAf25QeYX .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vsAf25QeYX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vsAf27Qc5o {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vsAf27Qc5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAf27Qc5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAf27Qc5o .mbr-section-title {
  color: #fefefe;
}
.cid-vsAf27Qc5o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAf28Uh43 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vsAf28Uh43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAf28Uh43 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAf28Uh43 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsAf28Uh43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAf28Uh43 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vsAf28Uh43 .card-title,
.cid-vsAf28Uh43 .iconfont-wrapper,
.cid-vsAf28Uh43 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vsAf28Uh43 .content-head {
  max-width: 800px;
}
.cid-vsAf28Uh43 .mbr-section-title {
  color: #000000;
}
.cid-vsAf28Uh43 .mbr-section-btn {
  text-align: center;
}
.cid-vsAf28Uh43 .card-title,
.cid-vsAf28Uh43 .iconfont-wrapper {
  color: #ececec;
}
.cid-vsAf2allsG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vsAf2allsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAf2allsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAf2allsG .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vsAf2allsG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsAf2allsG .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vsAf2allsG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAf2allsG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vsAf2allsG .mbr-section-title {
  color: #ff2f00;
}
.cid-vsAf2allsG .mbr-text,
.cid-vsAf2allsG .mbr-section-btn {
  color: #ffffff;
}
.cid-vsAf2allsG img {
  width: 100%;
  height: 100%;
}
.cid-vsAf2c8I9F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ececec;
}
.cid-vsAf2c8I9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAf2c8I9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAf2c8I9F .mbr-description {
  text-align: left;
}
.cid-vsAf2c8I9F .item-wrapper {
  background: #e4e4e4;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vsAf2c8I9F .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAf2c8I9F .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vsAf2c8I9F .card-title,
.cid-vsAf2c8I9F .iconfont-wrapper {
  color: #000000;
}
.cid-vsAf2c8I9F .card-text {
  color: #000000;
}
.cid-vsAf2c8I9F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vsAf2c8I9F .mbr-number {
  color: #9fe870;
}
.cid-vsAf2c8I9F .mbr-text,
.cid-vsAf2c8I9F .mbr-section-btn {
  text-align: center;
}
.cid-vsAf2c8I9F .card-text,
.cid-vsAf2c8I9F .item .mbr-section-btn {
  text-align: left;
}
.cid-vsAf2c8I9F .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vsAf2c8I9F .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vsAf2c8I9F .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAf2c8I9F .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vsAf2c8I9F .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vsAf2c8I9F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAf2c8I9F .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vsAf2c8I9F .card-title {
  text-align: left;
}
.cid-vsAf2c8I9F .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vsAf2c8I9F .item-content .item-footer {
  margin-top: auto;
}
.cid-vsAf2dTz2F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/zp.webp");
}
.cid-vsAf2dTz2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAf2dTz2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAf2dTz2F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAf2dTz2F .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vsAf2dTz2F .item-wrapper {
  background: #e4e4e4;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAf2dTz2F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAf2dTz2F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vsAf2dTz2F .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vsAf2dTz2F .mbr-section-title {
  color: #ececec;
}
.cid-vsAf2dTz2F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAf2dTz2F .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vsAf2dTz2F .card-box .item-footer {
  margin-top: auto;
}
.cid-vsAf2dTz2F .content-head {
  max-width: 800px;
}
.cid-vsAf2fFATF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vsAf2fFATF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsAf2fFATF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vsAf2fFATF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vsAf2fFATF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vsAf2fFATF .content-head {
  max-width: 800px;
}
.cid-vsAf2fFATF .mbr-section-title {
  color: #ececec;
}
.cid-vsAf2gMoUy {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vsAf2gMoUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAf2gMoUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAf2gMoUy .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vsAf2gMoUy .footer-col {
    flex-direction: column;
  }
}
.cid-vsAf2gMoUy .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vsAf2gMoUy .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAf2gMoUy .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAf2gMoUy .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAf2gMoUy .mbr-section-btn {
    text-align: center;
  }
}
.cid-vsAf2gMoUy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsAf2gMoUy .soc-item {
  margin: 8px;
}
.cid-vsAf2gMoUy .soc-item a:hover .mbr-iconfont,
.cid-vsAf2gMoUy .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vsAf2gMoUy .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vsAf2gMoUy .row {
    text-align: center;
  }
  .cid-vsAf2gMoUy .social-row {
    justify-content: center;
  }
}
.cid-vsAf2gMoUy .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vsAf2gMoUy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAf2gMoUy .list {
    margin-bottom: 0rem;
  }
}
.cid-vsAf2gMoUy .mbr-text {
  color: #bbbbbb;
}
.cid-vsAf2gMoUy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAf2gMoUy .list,
.cid-vsAf2gMoUy .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vsAf2gMoUy .copyright {
  color: #ffffff;
}
.cid-vsAg0YN0sN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vsAg0YN0sN .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;
}
@media (max-width: 767px) {
  .cid-vsAg0YN0sN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vsAg0YN0sN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsAg0YN0sN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vsAg0YN0sN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsAg0YN0sN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsAg0YN0sN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vsAg0YN0sN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vsAg0YN0sN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAg0YN0sN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vsAg0YN0sN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vsAg0YN0sN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vsAg0YN0sN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vsAg0YN0sN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vsAg0YN0sN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vsAg0YN0sN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vsAg0YN0sN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vsAg0YN0sN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vsAg0YN0sN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAg0YN0sN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vsAg0YN0sN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vsAg0YN0sN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vsAg0YN0sN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAg0YN0sN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vsAg0YN0sN .iconfont-wrapper {
  color: #ff2f00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsAg0YN0sN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: rgba(35, 35, 35, 0.4) !important;
  border-radius: 4px !important;
}
.cid-vsAg0YN0sN .nav-item:focus,
.cid-vsAg0YN0sN .nav-link:focus {
  outline: none;
}
.cid-vsAg0YN0sN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsAg0YN0sN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsAg0YN0sN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsAg0YN0sN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsAg0YN0sN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsAg0YN0sN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsAg0YN0sN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vsAg0YN0sN .navbar.opened {
  transition: all 0.25s;
}
.cid-vsAg0YN0sN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsAg0YN0sN .navbar .navbar-logo img {
  width: auto;
}
.cid-vsAg0YN0sN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vsAg0YN0sN .navbar.collapsed {
  justify-content: center;
}
.cid-vsAg0YN0sN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsAg0YN0sN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsAg0YN0sN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vsAg0YN0sN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsAg0YN0sN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsAg0YN0sN .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-vsAg0YN0sN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsAg0YN0sN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsAg0YN0sN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vsAg0YN0sN .navbar {
    min-height: 72px;
  }
  .cid-vsAg0YN0sN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vsAg0YN0sN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsAg0YN0sN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsAg0YN0sN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsAg0YN0sN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsAg0YN0sN .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-vsAg0YN0sN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsAg0YN0sN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vsAg0YN0sN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsAg0YN0sN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsAg0YN0sN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vsAg0YN0sN .dropdown-item.active,
.cid-vsAg0YN0sN .dropdown-item:active {
  background-color: transparent;
}
.cid-vsAg0YN0sN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsAg0YN0sN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsAg0YN0sN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsAg0YN0sN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vsAg0YN0sN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vsAg0YN0sN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vsAg0YN0sN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsAg0YN0sN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vsAg0YN0sN .navbar-buttons {
    text-align: left;
  }
}
.cid-vsAg0YN0sN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsAg0YN0sN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2f00;
}
.cid-vsAg0YN0sN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsAg0YN0sN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAg0YN0sN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsAg0YN0sN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsAg0YN0sN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAg0YN0sN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsAg0YN0sN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsAg0YN0sN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsAg0YN0sN .navbar-dropdown {
  padding: 0;
  background: rgba(35, 35, 35, 0.4) !important;
  position: fixed;
}
.cid-vsAg0YN0sN .opacityScroll {
  background: #232323 !important;
}
.cid-vsAg0YN0sN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsAg0YN0sN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}


/* Застосовується до будь-яких елементів, ID яких починається з "footer01" */
[id^="footer01"] .mbr-fonts-style.display-7 {
    font-size: 0.9rem !important; /* Зменшує розмір шрифту (за замовчуванням ~1.2rem) */
}

/* Додатково гарантує, що посилання та поштові адреси не переносяться на новий рядок */
[id^="footer01"] a {
    white-space: nowrap;
} 


@media (max-width: 992px) {
  .cid-vsAg0YN0sN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsAg0YN0sN .navbar {
    height: 70px;
  }
  .cid-vsAg0YN0sN .navbar.opened {
    height: auto;
  }
  .cid-vsAg0YN0sN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vsAg0YN0sN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vsAg0YN0sN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vsAg0YN0sN .navbar-brand {
    margin-right: auto;
  }
  .cid-vsAg0YN0sN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.4) !important;
    background: rgba(35, 35, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vsAg0YN0sN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vsAg0YN0sN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vsAg0YN0sN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vsAg0YN0sN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vsAg0YN0sN .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vsAg0YN0sN .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vsAg0YN0sN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vsAg11ljQI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vsAg11ljQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAg11ljQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAg11ljQI .mbr-section-title {
  color: #fefefe;
}
.cid-vsAg11ljQI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAg12skpx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vsAg12skpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAg12skpx .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAg12skpx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsAg12skpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAg12skpx .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vsAg12skpx .card-title,
.cid-vsAg12skpx .iconfont-wrapper,
.cid-vsAg12skpx .card-text {
  color: #000000;
  text-align: center;
}
.cid-vsAg12skpx .content-head {
  max-width: 800px;
}
.cid-vsAg12skpx .mbr-section-title {
  color: #000000;
}
.cid-vsAg12skpx .mbr-section-btn {
  text-align: center;
}
.cid-vsAg12skpx .card-title,
.cid-vsAg12skpx .iconfont-wrapper {
  color: #ececec;
}
.cid-vsAg13NXc5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vsAg13NXc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAg13NXc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAg13NXc5 .mbr-description {
  text-align: left;
}
.cid-vsAg13NXc5 .item-wrapper {
  background: #ececec;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vsAg13NXc5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAg13NXc5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vsAg13NXc5 .card-title,
.cid-vsAg13NXc5 .iconfont-wrapper {
  color: #000000;
}
.cid-vsAg13NXc5 .card-text {
  color: #000000;
}
.cid-vsAg13NXc5 .mbr-section-title {
  color: #ececec;
  text-align: center;
}
.cid-vsAg13NXc5 .mbr-number {
  color: #9fe870;
}
.cid-vsAg13NXc5 .mbr-text,
.cid-vsAg13NXc5 .mbr-section-btn {
  text-align: center;
}
.cid-vsAg13NXc5 .card-text,
.cid-vsAg13NXc5 .item .mbr-section-btn {
  text-align: left;
}
.cid-vsAg13NXc5 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vsAg13NXc5 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vsAg13NXc5 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAg13NXc5 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vsAg13NXc5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vsAg13NXc5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAg13NXc5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vsAg13NXc5 .card-title {
  text-align: left;
}
.cid-vsAg13NXc5 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vsAg13NXc5 .item-content .item-footer {
  margin-top: auto;
}
.cid-vsAg14VqsI {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-vsAg14VqsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAg14VqsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAg14VqsI .mbr-description {
  text-align: left;
}
.cid-vsAg14VqsI .item-wrapper {
  background: #e4e4e4;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vsAg14VqsI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAg14VqsI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vsAg14VqsI .card-title,
.cid-vsAg14VqsI .iconfont-wrapper {
  color: #000000;
}
.cid-vsAg14VqsI .card-text {
  color: #000000;
}
.cid-vsAg14VqsI .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vsAg14VqsI .mbr-text,
.cid-vsAg14VqsI .mbr-section-btn {
  text-align: center;
}
.cid-vsAg14VqsI .card-text,
.cid-vsAg14VqsI .item .mbr-section-btn {
  text-align: left;
}
.cid-vsAg14VqsI .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vsAg14VqsI .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vsAg14VqsI .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff2f00;
  background-color: #ff2f00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vsAg14VqsI .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vsAg14VqsI .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vsAg14VqsI .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff2f00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsAg14VqsI .mbr-text UL {
  text-align: left;
}
.cid-vsAg14VqsI .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-vsAg14VqsI .mbr-subtitle {
  text-align: center;
}
.cid-vsAg163qYa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vsAg163qYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAg163qYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAg163qYa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vsAg163qYa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vsAg163qYa .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vsAg163qYa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAg163qYa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vsAg163qYa .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff2f00;
  height: 80px;
  border-radius: 50%;
}
.cid-vsAg163qYa .mbr-section-title {
  color: #ececec;
}
.cid-vsAg163qYa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAg163qYa .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vsAg163qYa .card-box .item-footer {
  margin-top: auto;
}
.cid-vsAg163qYa .content-head {
  max-width: 800px;
}
.cid-vsAg17CIQi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vsAg17CIQi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsAg17CIQi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vsAg17CIQi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vsAg17CIQi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vsAg17CIQi .content-head {
  max-width: 800px;
}
.cid-vsAg17CIQi .mbr-section-title {
  color: #ececec;
}
.cid-vsAg18sPD2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vsAg18sPD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsAg18sPD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsAg18sPD2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vsAg18sPD2 .footer-col {
    flex-direction: column;
  }
}
.cid-vsAg18sPD2 .row {
  background: #232323;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vsAg18sPD2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsAg18sPD2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAg18sPD2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vsAg18sPD2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vsAg18sPD2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsAg18sPD2 .soc-item {
  margin: 8px;
}
.cid-vsAg18sPD2 .soc-item a:hover .mbr-iconfont,
.cid-vsAg18sPD2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vsAg18sPD2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vsAg18sPD2 .row {
    text-align: center;
  }
  .cid-vsAg18sPD2 .social-row {
    justify-content: center;
  }
}
.cid-vsAg18sPD2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vsAg18sPD2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsAg18sPD2 .list {
    margin-bottom: 0rem;
  }
}
.cid-vsAg18sPD2 .mbr-text {
  color: #bbbbbb;
}
.cid-vsAg18sPD2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vsAg18sPD2 .list,
.cid-vsAg18sPD2 .item-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vsAg18sPD2 .copyright {
  color: #ffffff;
}
