.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdfbf9;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a9c5d0 !important;
}
.bg-success {
  background-color: #64e2a8 !important;
}
.bg-info {
  background-color: #50daf6 !important;
}
.bg-warning {
  background-color: #ffd147 !important;
}
.bg-danger {
  background-color: #e4626f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a9c5d0 !important;
  border-color: #a9c5d0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cadbe2 !important;
  border-color: #cadbe2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cadbe2 !important;
  border-color: #cadbe2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f36870 !important;
  border-color: #f36870 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f7979d !important;
  border-color: #f7979d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f7979d !important;
  border-color: #f7979d !important;
}
.btn-info,
.btn-info:active {
  background-color: #50daf6 !important;
  border-color: #50daf6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #81e4f8 !important;
  border-color: #81e4f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #81e4f8 !important;
  border-color: #81e4f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #64e2a8 !important;
  border-color: #64e2a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8feac0 !important;
  border-color: #8feac0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8feac0 !important;
  border-color: #8feac0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd147 !important;
  border-color: #ffd147 !important;
  color: #473500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffde7a !important;
  border-color: #ffde7a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #473500 !important;
  background-color: #ffde7a !important;
  border-color: #ffde7a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4626f !important;
  border-color: #e4626f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #eb8e97 !important;
  border-color: #eb8e97 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb8e97 !important;
  border-color: #eb8e97 !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: #a9c5d0;
  color: #a9c5d0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #719fb1 !important;
  background-color: transparent !important;
  border-color: #719fb1 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a9c5d0 !important;
  border-color: #a9c5d0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f36870;
  color: #f36870;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ed1824 !important;
  background-color: transparent !important;
  border-color: #ed1824 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f36870 !important;
  border-color: #f36870 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #50daf6;
  color: #50daf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cbfe4 !important;
  background-color: transparent !important;
  border-color: #0cbfe4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #50daf6 !important;
  border-color: #50daf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #64e2a8;
  color: #64e2a8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #26ca7e !important;
  background-color: transparent !important;
  border-color: #26ca7e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #64e2a8 !important;
  border-color: #64e2a8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd147;
  color: #ffd147;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #efb300 !important;
  background-color: transparent !important;
  border-color: #efb300 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #473500 !important;
  background-color: #ffd147 !important;
  border-color: #ffd147 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e4626f;
  color: #e4626f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cc2334 !important;
  background-color: transparent !important;
  border-color: #cc2334 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e4626f !important;
  border-color: #e4626f !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: #a9c5d0 !important;
}
.text-secondary {
  color: #f36870 !important;
}
.text-success {
  color: #64e2a8 !important;
}
.text-info {
  color: #50daf6 !important;
}
.text-warning {
  color: #ffd147 !important;
}
.text-danger {
  color: #e4626f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6799ac !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e3121e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #23bd76 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0bb3d5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e0a800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bf2131 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a9c5d0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #50daf6;
}
.alert-warning {
  background-color: #ffd147;
}
.alert-danger {
  background-color: #e4626f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a9c5d0;
  border-color: #a9c5d0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a9c5d0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a9c5d0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #a9c5d0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a9c5d0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a9c5d0;
}
.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: #a9c5d0;
  border-bottom-color: #a9c5d0;
}
.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: #a9c5d0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f36870 !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='%23a9c5d0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 0 !important;
}
.navbar-logo img {
  border-radius: 0 !important;
}
.display-7 {
  font-weight: 300;
}
.cid-v5QgmaJRKz .navbar-dropdown {
  position: relative !important;
}
.cid-v5QgmaJRKz .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaJRKz .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaJRKz .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v5QgmaJRKz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QgmaJRKz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5QgmaJRKz .dropdown-item {
  border: none !important;
  background: #fdfbf9 !important;
}
.cid-v5QgmaJRKz .dropdown-item:hover,
.cid-v5QgmaJRKz .dropdown-item:focus {
  background: #fdfbf9 !important;
  color: #003a4e !important;
}
.cid-v5QgmaJRKz .dropdown-item:hover span {
  color: white;
}
.cid-v5QgmaJRKz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5QgmaJRKz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5QgmaJRKz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5QgmaJRKz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5QgmaJRKz .nav-link {
  position: relative;
}
.cid-v5QgmaJRKz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5QgmaJRKz .container {
    flex-wrap: nowrap;
  }
}
.cid-v5QgmaJRKz .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5QgmaJRKz .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-v5QgmaJRKz .dropdown-menu,
.cid-v5QgmaJRKz .navbar.opened {
  background: #fdfbf9 !important;
}
.cid-v5QgmaJRKz .nav-item:focus,
.cid-v5QgmaJRKz .nav-link:focus {
  outline: none;
}
.cid-v5QgmaJRKz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5QgmaJRKz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5QgmaJRKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5QgmaJRKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QgmaJRKz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5QgmaJRKz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5QgmaJRKz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fdfbf9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5QgmaJRKz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5QgmaJRKz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5QgmaJRKz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5QgmaJRKz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5QgmaJRKz .navbar.collapsed {
  justify-content: center;
}
.cid-v5QgmaJRKz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5QgmaJRKz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5QgmaJRKz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v5QgmaJRKz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5QgmaJRKz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5QgmaJRKz .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-v5QgmaJRKz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5QgmaJRKz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5QgmaJRKz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5QgmaJRKz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5QgmaJRKz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5QgmaJRKz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5QgmaJRKz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5QgmaJRKz .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-v5QgmaJRKz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5QgmaJRKz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5QgmaJRKz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5QgmaJRKz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5QgmaJRKz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5QgmaJRKz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5QgmaJRKz .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5QgmaJRKz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5QgmaJRKz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5QgmaJRKz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5QgmaJRKz .navbar-brand .navbar-caption:hover,
.cid-v5QgmaJRKz .navbar-brand .navbar-caption:focus {
  color: #003a4e !important;
}
.cid-v5QgmaJRKz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5QgmaJRKz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5QgmaJRKz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003a4e !important;
}
.cid-v5QgmaJRKz .dropdown-item.active,
.cid-v5QgmaJRKz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5QgmaJRKz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5QgmaJRKz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5QgmaJRKz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5QgmaJRKz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfbf9;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5QgmaJRKz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5QgmaJRKz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5QgmaJRKz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5QgmaJRKz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5QgmaJRKz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5QgmaJRKz .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5QgmaJRKz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5QgmaJRKz .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5QgmaJRKz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5QgmaJRKz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fdfbf9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5QgmaJRKz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003a4e;
}
.cid-v5QgmaJRKz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5QgmaJRKz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5QgmaJRKz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5QgmaJRKz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5QgmaJRKz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QgmaJRKz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5QgmaJRKz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5QgmaJRKz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QgmaJRKz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5QgmaJRKz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5QgmaJRKz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5QgmaJRKz .navbar {
    height: 70px;
  }
  .cid-v5QgmaJRKz .navbar.opened {
    height: auto;
  }
  .cid-v5QgmaJRKz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5QgmaJRKz .navbar-nav {
  margin: 0 auto;
}
.cid-v5QgmaJRKz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5QgmaJRKz .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5QgmaJRKz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-v5QgmaJRKz .nav-item .nav-link:hover,
.cid-v5QgmaJRKz .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003a4e !important;
  opacity: 0.5;
}
.cid-v5QgmaJRKz .nav-item .nav-link:hover::after,
.cid-v5QgmaJRKz .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v5QgmaJRKz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5QgmaJRKz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5QgmaJRKz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5QgmaJRKz .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5QgmaJRKz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5QgmaJRKz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5QgmaJRKz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5QgmaJRKz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5QgmaJRKz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5QgmaJRKz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5QgmaJRKz .content-wrap {
  min-height: 110px;
}
.cid-v5QgmaJRKz .nav-link,
.cid-v5QgmaJRKz .dropdown-item {
  color: #79949F;
}
.cid-v5QgmaJRKz .navbar-caption {
  color: #79949F;
}
.cid-v5QgmaKyVC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaKyVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaKyVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaKyVC .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaKyVC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaKyVC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5QgmaKyVC .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaKyVC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5QgmaKyVC .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaKyVC .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5QgmaKyVC .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaKyVC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v5QgmaKyVC .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v5QgmaKyVC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v5QgmaKyVC .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaKyVC .mbr-text,
.cid-v5QgmaKyVC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5QgmaKyVC .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5QgmaKyVC .mbr-section-title,
.cid-v5QgmaKyVC .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5QgmaLpdE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaLpdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaLpdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaLpdE .items-wrapper,
.cid-v5QgmaLpdE .items-wrap {
  margin: 0 -27px;
}
.cid-v5QgmaLpdE .items-wrap {
  justify-content: space-between;
}
.cid-v5QgmaLpdE .items-wrapper {
  justify-content: center;
}
.cid-v5QgmaLpdE .card {
  justify-content: flex-end;
  padding: 0 27px;
}
.cid-v5QgmaLpdE .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaLpdE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLpdE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLpdE .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLpdE .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLpdE .item {
  margin-bottom: 54px;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLpdE .item {
    margin-bottom: 12px;
  }
}
.cid-v5QgmaLpdE .item .item-wrapper .item-img img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaLpdE .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5QgmaLpdE .mbr-label {
  color: #79949F;
}
.cid-v5QgmaLpdE .mbr-section-title {
  color: #79949F;
}
.cid-v5QgmaLpdE .item-number {
  color: #c10b02;
}
.cid-v5QgmaLpdE .item-title {
  color: #c10b02;
}
.cid-v5QgmaLpdE .item-text {
  color: #4b4949;
}
.cid-v5QgmaLpdE .mbr-text,
.cid-v5QgmaLpdE .text-wrapper {
  color: #000000;
}
.cid-v5QgmaLFAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaLFAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaLFAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaLFAA .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaLFAA .card-wrapper {
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaLFAA .card-wrapper {
    padding: 22px;
  }
}
.cid-v5QgmaLFAA .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLFAA .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5QgmaLFAA .mbr-label {
  color: #79949F;
}
.cid-v5QgmaLCC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaLCC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaLCC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaLCC6 .card {
  justify-content: flex-end;
}
.cid-v5QgmaLCC6 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaLCC6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLCC6 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLCC6 .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 32px;
}
.cid-v5QgmaLCC6 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5QgmaLCC6 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 42px 16px 0;
}
@media (max-width: 1440px) {
  .cid-v5QgmaLCC6 .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 32px 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 22px 16px 0;
  }
}
.cid-v5QgmaLCC6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #79949f;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: none !important;
  padding: 0;
  animation: none;
}
.cid-v5QgmaLCC6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-v5QgmaLCC6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-v5QgmaLCC6 .tab-content {
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content {
    padding: 22px;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper {
  margin-bottom: 32px;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 22px;
  border-bottom: 3px dashed #79949f;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
    padding-right: 16px;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 26px;
  color: #79949f;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .item-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 122px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .title-wrapper .title-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .text-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .text-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .text-wrapper .image-wrap {
  margin-bottom: 32px;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
  height: 280px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
    width: 100%;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .image-wrapper {
  width: 34%;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
  }
}
.cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .image-wrapper img {
  height: 770px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaLCC6 .tab-content .tab-pane .item-content .image-wrapper img {
    height: 350px;
  }
}
.cid-v5QgmaLCC6 .mbr-label {
  color: #79949F;
}
.cid-v5QgmaLCC6 .mbr-section-title {
  color: #79949F;
}
.cid-v5QgmaLCC6 .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-v5QgmaLCC6 .item-desc {
  color: #000000;
}
.cid-v5QgmaLCC6 .item-title {
  color: #79949F;
}
.cid-v5QgmaLCC6 .item-text {
  color: #000000;
}
.cid-v5QgmaLYTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaLYTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaLYTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaLYTv .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaLYTv .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper {
    padding: 22px;
  }
}
.cid-v5QgmaLYTv .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLYTv .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLYTv .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLYTv .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLYTv .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaLYTv .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaLYTv .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-v5QgmaLYTv .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaLYTv .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5QgmaLYTv .mbr-label {
  color: #79949F;
}
.cid-v5QgmaLYTv .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaLYTv .mbr-desc {
  color: #000000;
}
.cid-v5QgmaLYTv .mbr-text {
  color: #4b4949;
}
.cid-v5QgmaLYTv .mbr-section-title,
.cid-v5QgmaLYTv .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaLYTv .mbr-text,
.cid-v5QgmaLYTv .text-wrapper {
  color: #000000;
}
.cid-v5QgmaLd0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaLd0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaLd0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaLd0p .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLd0p .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaLd0p .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5QgmaLd0p .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5QgmaLd0p .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper {
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
  padding: 32px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 22px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5QgmaLd0p .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5QgmaLd0p .items-wrapper .item .card_2 {
  padding-right: 0;
  padding-left: 122px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaLd0p .items-wrapper .item .card_2 {
    padding-right: 0;
    padding-left: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaLd0p .items-wrapper .item .card_2 {
    padding-left: 0;
    display: block;
  }
}
.cid-v5QgmaLd0p .mbr-label {
  color: #79949F;
}
.cid-v5QgmaLd0p .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaLd0p .item-number {
  color: #79949F;
}
.cid-v5QgmaLd0p .item-price {
  color: #79949F;
  text-align: center;
}
.cid-v5QgmaLd0p .item-title {
  color: #c10b02;
  text-align: center;
}
.cid-v5QgmaLd0p .item-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v5QgmaLd0p .mbr-section-title,
.cid-v5QgmaLd0p .title-wrap {
  color: #79949F;
}
.cid-v5QgmaLd0p .item-title,
.cid-v5QgmaLd0p .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaMwPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaMwPM .item:focus,
.cid-v5QgmaMwPM span:focus {
  outline: none;
}
.cid-v5QgmaMwPM .item {
  cursor: pointer;
}
.cid-v5QgmaMwPM .grid-container {
  grid-row-gap: 54px;
}
@media (max-width: 767px) {
  .cid-v5QgmaMwPM .grid-container {
    grid-row-gap: 22px;
  }
}
.cid-v5QgmaMwPM .grid-container-1,
.cid-v5QgmaMwPM .grid-container-2,
.cid-v5QgmaMwPM .grid-container-3 {
  gap: 0 54px;
}
@media (max-width: 767px) {
  .cid-v5QgmaMwPM .grid-container-1,
  .cid-v5QgmaMwPM .grid-container-2,
  .cid-v5QgmaMwPM .grid-container-3 {
    gap: 0 22px;
  }
}
.cid-v5QgmaMwPM .mbr-section-title {
  margin-bottom: 64px;
  color: #c10b02;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5QgmaMwPM .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaMwPM .content-head {
  max-width: 800px;
}
.cid-v5QgmaMwPM .container,
.cid-v5QgmaMwPM .container-fluid {
  overflow: hidden;
}
.cid-v5QgmaMwPM .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5QgmaMwPM .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cid-v5QgmaMwPM .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v5QgmaMwPM .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5QgmaMwPM .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v5QgmaMwPM .card_2 img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-v5QgmaMwPM .card_2 img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v5QgmaMwPM .card_2 img {
    height: 150px;
  }
}
.cid-v5QgmaMwPM .card_3 img {
  height: 500px;
}
@media (max-width: 1200px) {
  .cid-v5QgmaMwPM .card_3 img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v5QgmaMwPM .card_3 img {
    height: 150px;
  }
}
.cid-v5QgmaMwPM .card_4 img {
  height: 300px;
}
@media (max-width: 1200px) {
  .cid-v5QgmaMwPM .card_4 img {
    height: 150px;
  }
}
.cid-v5QgmaMwPM .grid-container-1,
.cid-v5QgmaMwPM .grid-container-2,
.cid-v5QgmaMwPM .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5QgmaMwPM .grid-container-1 {
  align-items: flex-end;
}
.cid-v5QgmaMwPM .grid-container-2 {
  align-items: flex-start;
}
.cid-v5QgmaMPLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaMPLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaMPLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaMPLl .content-wrap {
  margin: 0;
}
.cid-v5QgmaMPLl .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v5QgmaMPLl .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMPLl .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaMPLl .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMPLl .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaMPLl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5QgmaMPLl .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMPLl .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaMPLl .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMPLl .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5QgmaMPLl .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v5QgmaMPLl .mbr-text,
.cid-v5QgmaMPLl .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v5QgmaMPLl .mbr-section-title,
.cid-v5QgmaMPLl .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaM1Z4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/2123307/assets/images/photo-1756803447585-b748feee8e05.jpeg");
}
.cid-v5QgmaM1Z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaM1Z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaM1Z4 .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5QgmaM1Z4 .content-wrap {
    height: 350px;
  }
}
.cid-v5QgmaMFaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaMFaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaMFaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaMFaD .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaMFaD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaMFaD .content-wrap {
  justify-content: center;
  margin: 0 -26px;
}
.cid-v5QgmaMFaD .content-wrap .card {
  padding: 0 26px;
}
.cid-v5QgmaMFaD .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 52px;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .content-wrap .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .content-wrap .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5QgmaMFaD .image-wrapper {
  height: 100%;
}
.cid-v5QgmaMFaD .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaMFaD .image-wrapper img {
    height: 350px;
  }
}
.cid-v5QgmaMFaD .mbr-label {
  color: #79949F;
}
.cid-v5QgmaMFaD .mbr-section-title {
  color: #79949F;
}
.cid-v5QgmaMFaD .item-number {
  color: #79949F;
}
.cid-v5QgmaMFaD .item-title {
  color: #c10b02;
}
.cid-v5QgmaMFaD .item-text {
  color: #000000;
}
.cid-v5QgmaMFaD .item-title,
.cid-v5QgmaMFaD .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaMJBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaMJBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaMJBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaMJBF .row {
  justify-content: space-between;
}
.cid-v5QgmaMJBF .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaMJBF .title-wrapper {
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .title-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .title-wrapper {
    padding-right: 0;
  }
}
.cid-v5QgmaMJBF .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .title-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaMJBF .title-wrapper .image-wrapper img {
  height: 830px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .title-wrapper .image-wrapper img {
    height: 630px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .title-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v5QgmaMJBF .items-wrapper {
  padding: 0 122px;
  padding: 0 !important;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .items-wrapper {
    padding-right: 0;
  }
}
.cid-v5QgmaMJBF .items-wrapper .item {
  border-radius: 0 !important;
}
.cid-v5QgmaMJBF .items-wrapper .item:first-child .item-wrapper {
  border-top: 3px dashed #79949f;
}
.cid-v5QgmaMJBF .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(-10deg);
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-v5QgmaMJBF .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper {
    padding: 22px 0;
  }
}
.cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-img {
  width: 25%;
  margin-right: 22px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-img {
    transform: none;
    margin-right: 0;
    width: 100%;
  }
}
.cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-img img {
  height: 270px;
  transform: rotate(10deg);
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-v5QgmaMJBF .items-wrapper .mbr-section-btn {
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-v5QgmaMJBF .items-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5QgmaMJBF .mbr-label {
  color: #79949F;
}
.cid-v5QgmaMJBF .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaMJBF .mbr-desc {
  color: #4b4949;
  text-align: right;
}
.cid-v5QgmaMJBF .item-number {
  color: #c10b02;
}
.cid-v5QgmaMJBF .item-title {
  color: #79949F;
}
.cid-v5QgmaMJBF .item-text {
  color: #000000;
}
.cid-v5QgmaMJBF .mbr-section-title,
.cid-v5QgmaMJBF .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaNIYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaNIYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaNIYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaNIYq .card {
  justify-content: flex-end;
}
.cid-v5QgmaNIYq .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaNIYq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNIYq .desc-wrapper {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNIYq .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v5QgmaNIYq .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5QgmaNIYq .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNIYq .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNIYq .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNIYq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5QgmaNIYq .mbr-label {
  color: #79949F;
}
.cid-v5QgmaNIYq .mbr-section-title {
  color: #79949F;
}
.cid-v5QgmaNIYq .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-v5QgmaNIYq .item-number {
  color: #79949F;
}
.cid-v5QgmaNIYq .item-title {
  color: #c10b02;
}
.cid-v5QgmaNIYq .item-text {
  color: #000000;
}
.cid-v5QgmaNIYq .item-title,
.cid-v5QgmaNIYq .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaNRTO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaNRTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaNRTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaNRTO .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNRTO .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-v5QgmaNRTO .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNRTO .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-v5QgmaNRTO .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaNRTO .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .content-wrapper {
    display: block;
  }
}
.cid-v5QgmaNRTO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNRTO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNRTO .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaNRTO .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .item {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNRTO .item .item-wrapper {
  height: 100%;
}
.cid-v5QgmaNRTO .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaNRTO .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5QgmaNRTO .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-v5QgmaNRTO .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5QgmaNRTO .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNRTO .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5QgmaNRTO .mbr-label {
  color: #79949F;
}
.cid-v5QgmaNRTO .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaNRTO .mbr-text {
  color: #000000;
}
.cid-v5QgmaNRTO .item-name {
  color: #79949F;
}
.cid-v5QgmaNRTO .item-text {
  color: #000000;
}
.cid-v5QgmaNRTO .mbr-section-title,
.cid-v5QgmaNRTO .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaNqG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaNqG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaNqG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaNqG0 .row {
  justify-content: center;
  margin: 0 -46px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNqG0 .row {
    margin: 0 -32px;
  }
}
.cid-v5QgmaNqG0 .row .card {
  padding: 0 46px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNqG0 .row .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaNqG0 .image-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaNqG0 .image-wrapper img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaNqG0 .image-wrapper img {
    height: 350px;
  }
}
.cid-v5QgmaNqG0 .mbr-text {
  margin-bottom: 0;
  color: #4b4949;
}
@media (max-width: 992px) {
  .cid-v5QgmaNqG0 .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaNqG0 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5QgmaNqG0 .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5QgmaNqG0 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaNqG0 .mbr-text,
.cid-v5QgmaNqG0 .text-wrapper {
  color: #000000;
}
.cid-v5QgmaNGCr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaNGCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaNGCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaNGCr .card {
  justify-content: flex-end;
}
.cid-v5QgmaNGCr .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaNGCr .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNGCr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNGCr .mbr-section-btn {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNGCr .mbr-section-btn {
    text-align: left;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNGCr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaNGCr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px dashed #79949f;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v5QgmaNGCr .items-wrapper {
    display: block;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1200px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-img {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-img img {
  height: 210px;
  width: 155px;
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #79949f;
}
@media (max-width: 1200px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content .title-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
  margin-bottom: 0;
  padding-left: 22px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
    padding-left: 0;
    margin-bottom: 22px;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5QgmaNGCr .items-wrapper .item .card_1 .item-img img {
  transform: rotate(6deg);
}
@media (max-width: 1200px) {
  .cid-v5QgmaNGCr .items-wrapper .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-v5QgmaNGCr .items-wrapper .item .card_2 .item-img img {
  transform: rotate(-6deg);
}
@media (max-width: 1200px) {
  .cid-v5QgmaNGCr .items-wrapper .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-v5QgmaNGCr .mbr-label {
  color: #79949F;
}
.cid-v5QgmaNGCr .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaNGCr .item-number {
  color: #79949F;
}
.cid-v5QgmaNGCr .item-title {
  color: #c10b02;
}
.cid-v5QgmaNGCr .item-text {
  color: #000000;
}
.cid-v5QgmaNGCr .mbr-section-title,
.cid-v5QgmaNGCr .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaNGCr .item-title,
.cid-v5QgmaNGCr .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaNtuq {
  background-color: transparent;
}
.cid-v5QgmaNtuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaNtuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaNtuq .content-wrap {
  margin: 0;
}
.cid-v5QgmaNtuq .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v5QgmaNtuq .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNtuq .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaNtuq .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaNtuq .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNtuq .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNtuq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNtuq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaNtuq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaNtuq .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaNtuq .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v5QgmaNtuq .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5QgmaNtuq .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaNtuq .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaNtuq .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5QgmaNtuq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaNtuq .image-wrapper img {
    height: 350px;
  }
}
.cid-v5QgmaNtuq .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaNtuq .mbr-text,
.cid-v5QgmaNtuq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5QgmaNtuq .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5QgmaNtuq .mbr-section-title,
.cid-v5QgmaNtuq .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5QgmaNTgs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
  background-color: transparent;
}
.cid-v5QgmaNTgs .item:focus,
.cid-v5QgmaNTgs span:focus {
  outline: none;
}
.cid-v5QgmaNTgs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5QgmaNTgs .item {
  color: #79949f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v5QgmaNTgs .item {
    min-height: 45px;
  }
}
.cid-v5QgmaOHAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaOHAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaOHAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaOHAZ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOHAZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOHAZ .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaOHAZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaOHAZ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5QgmaOHAZ .items-wrapper {
  margin: 0 -24px;
}
.cid-v5QgmaOHAZ .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5QgmaOHAZ .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOHAZ .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #79949f;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOHAZ .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-v5QgmaOHAZ .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v5QgmaOHAZ .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOHAZ .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-v5QgmaOHAZ .mbr-label {
  color: #79949F;
}
.cid-v5QgmaOHAZ .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaOHAZ .item-number {
  color: #79949F;
}
.cid-v5QgmaOHAZ .item-desc {
  color: #79949F;
}
.cid-v5QgmaOHAZ .mbr-section-title,
.cid-v5QgmaOHAZ .title-wrap {
  color: #79949F;
}
.cid-v5QgmaOAi7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaOAi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaOAi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaOAi7 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5QgmaOAi7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOAi7 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOAi7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOAi7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
.cid-v5QgmaOAi7 .content-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOAi7 .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5QgmaOAi7 .image-wrapper {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaOAi7 .image-wrapper {
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaOAi7 .image-wrapper {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.cid-v5QgmaOAi7 .image-wrapper .image-wrap img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaOAi7 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5QgmaOAi7 .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaOAi7 .mbr-text {
  color: #4b4949;
}
.cid-v5QgmaOAi7 .mbr-section-title,
.cid-v5QgmaOAi7 .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaOAi7 .mbr-text,
.cid-v5QgmaOAi7 .text-wrapper {
  color: #000000;
}
.cid-v5QgmaOgB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaOgB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaOgB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaOgB1 .row {
  justify-content: space-between;
}
.cid-v5QgmaOgB1 .card {
  justify-content: space-between;
}
.cid-v5QgmaOgB1 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOgB1 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaOgB1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOgB1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOgB1 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOgB1 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaOgB1 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5QgmaOgB1 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v5QgmaOgB1 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5QgmaOgB1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaOgB1 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5QgmaOgB1 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOgB1 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5QgmaOgB1 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaOgB1 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5QgmaOgB1 .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaOgB1 .list {
  color: #4b4949;
}
.cid-v5QgmaOgB1 .list-title {
  color: #79949F;
}
.cid-v5QgmaOgB1 .mbr-desc,
.cid-v5QgmaOgB1 .desc-wrapper {
  color: #000000;
  text-align: right;
}
.cid-v5QgmaOgB1 .mbr-section-title,
.cid-v5QgmaOgB1 .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaOgB1 .list,
.cid-v5QgmaOgB1 .item-wrap {
  color: #000000;
}
.cid-v5QgmaOVJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaOVJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaOVJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaOVJy .row {
  justify-content: space-between;
}
.cid-v5QgmaOVJy .card {
  justify-content: flex-end;
}
.cid-v5QgmaOVJy .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaOVJy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOVJy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOVJy .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOVJy .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOVJy .embla__slide {
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 768px) {
  .cid-v5QgmaOVJy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5QgmaOVJy .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper {
    padding: 22px;
  }
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 42px;
  color: #79949f;
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5QgmaOVJy .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaOVJy .embla__button--next,
.cid-v5QgmaOVJy .embla__button--prev {
  display: flex;
}
.cid-v5QgmaOVJy .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 42px;
  background-color: transparent !important;
  border: none !important;
  color: #79949f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5 !important;
  display: none;
}
.cid-v5QgmaOVJy .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5QgmaOVJy .embla__button.embla__button--prev {
  left: 0;
}
.cid-v5QgmaOVJy .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-v5QgmaOVJy .embla__button.embla__button--next {
  right: 0;
}
.cid-v5QgmaOVJy .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-v5QgmaOVJy .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5QgmaOVJy .embla {
  position: relative;
  width: 100%;
}
.cid-v5QgmaOVJy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v5QgmaOVJy .embla__viewport {
    padding: 0;
  }
}
.cid-v5QgmaOVJy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5QgmaOVJy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5QgmaOVJy .embla__slide a {
  cursor: grab;
}
.cid-v5QgmaOVJy .embla__slide a:active {
  cursor: grabbing;
}
.cid-v5QgmaOVJy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5QgmaOVJy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v5QgmaOVJy .mbr-label {
  color: #79949F;
}
.cid-v5QgmaOVJy .mbr-section-title {
  color: #79949F;
}
.cid-v5QgmaOVJy .mbr-desc {
  color: #000000;
}
.cid-v5QgmaOVJy .item-text {
  color: #c10b02;
}
.cid-v5QgmaOVJy .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5QgmaOVJy .item-text,
.cid-v5QgmaOVJy .mbr-section-btn,
.cid-v5QgmaOVJy .iconfont-wrapper {
  text-align: center;
}
.cid-v5QgmaOVJy .item-text,
.cid-v5QgmaOVJy .iconfont-wrapper,
.cid-v5QgmaOVJy .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaOEEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaOEEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaOEEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaOEEC .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOEEC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOEEC .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOEEC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaOEEC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5QgmaOEEC .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaOEEC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5QgmaOEEC .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOEEC .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaOEEC .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOEEC .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-v5QgmaOEEC .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-v5QgmaOEEC .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-v5QgmaOEEC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-v5QgmaOEEC .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-v5QgmaOEEC .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-v5QgmaOEEC .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5QgmaOEEC .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-v5QgmaOEEC .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-v5QgmaOEEC .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaOEEC .mbr-text,
.cid-v5QgmaOEEC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5QgmaOEEC .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5QgmaOEEC .mbr-section-title,
.cid-v5QgmaOEEC .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5QgmaPz9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-v5QgmaPz9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaPz9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2123307/assets/images/background1.jpg?rnd=1766207948862");
}
.cid-v5QgmaPz9l .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPz9l .content-wrap {
    height: 350px;
  }
}
.cid-v5QgmaPl9T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaPl9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaPl9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaPl9T .card {
  justify-content: flex-end;
}
.cid-v5QgmaPl9T .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaPl9T .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPl9T .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaPl9T .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #79949f;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v5QgmaPl9T .items-wrapper {
    display: block;
  }
}
.cid-v5QgmaPl9T .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5QgmaPl9T .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaPl9T .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-v5QgmaPl9T .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5QgmaPl9T .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5QgmaPl9T .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v5QgmaPl9T .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v5QgmaPl9T .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-v5QgmaPl9T .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaPl9T .mbr-label {
  color: #79949F;
}
.cid-v5QgmaPl9T .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaPl9T .item-title {
  color: #4b4949;
}
.cid-v5QgmaPl9T .item-title,
.cid-v5QgmaPl9T .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5QgmaPl9T .mbr-section-title,
.cid-v5QgmaPl9T .title-wrapper {
  color: #79949F;
}
.cid-v5QgmaPaax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaPaax .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaPaax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaPaax .row {
  justify-content: space-between;
}
.cid-v5QgmaPaax .card {
  justify-content: flex-end;
}
.cid-v5QgmaPaax .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaPaax .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPaax .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaPaax .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPaax .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaPaax .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPaax .panel-group {
    display: block;
  }
}
.cid-v5QgmaPaax .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaPaax .panel-group .card {
    padding: 22px 0;
  }
}
.cid-v5QgmaPaax .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5QgmaPaax .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5QgmaPaax .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5QgmaPaax .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-v5QgmaPaax .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v5QgmaPaax .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #79949f;
}
.cid-v5QgmaPaax .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v5QgmaPaax .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaPaax .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-v5QgmaPaax .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaPaax .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5QgmaPaax .mbr-label {
  color: #79949F;
}
.cid-v5QgmaPaax .mbr-section-title {
  color: #79949F;
}
.cid-v5QgmaPaax .mbr-desc {
  color: #000000;
}
.cid-v5QgmaPaax .panel-title-edit {
  color: #000000;
}
.cid-v5QgmaPaax .panel-text {
  color: #4b4949;
}
.cid-v5QgmaPaax .panel-text,
.cid-v5QgmaPaax .panel-body {
  color: #000000;
}
.cid-v5QgmaPGW5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaPGW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaPGW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaPGW5 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaPGW5 .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaPGW5 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5QgmaPGW5 .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5QgmaPGW5 .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5QgmaPGW5 .image-wrapper {
  padding: 16px;
  border: 3px dashed #79949f;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-v5QgmaPGW5 .image-wrapper {
    transform: none;
  }
}
.cid-v5QgmaPGW5 .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-v5QgmaPGW5 .mbr-label {
  color: #79949F;
}
.cid-v5QgmaPGW5 .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaPGW5 .item-number {
  color: #79949F;
}
.cid-v5QgmaPGW5 .item-title {
  color: #c10b02;
}
.cid-v5QgmaPGW5 .item-text {
  color: #000000;
}
.cid-v5QgmaPGW5 .mbr-section-title,
.cid-v5QgmaPGW5 .title-wrap {
  color: #79949F;
}
.cid-v5QgmaPGW5 .item-title,
.cid-v5QgmaPGW5 .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaP1u9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaP1u9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaP1u9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaP1u9 .content-wrap {
  margin: 0;
}
.cid-v5QgmaP1u9 .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-v5QgmaP1u9 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaP1u9 .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaP1u9 .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaP1u9 .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .content-wrapper {
    padding: 0;
  }
}
.cid-v5QgmaP1u9 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaP1u9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5QgmaP1u9 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5QgmaP1u9 .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaP1u9 .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-v5QgmaP1u9 .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-v5QgmaP1u9 .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaP1u9 .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #79949f !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #79949f !important;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #79949f;
  border-radius: 0;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v5QgmaP1u9 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5QgmaP1u9 .mbr-label {
  color: #79949F;
}
.cid-v5QgmaP1u9 .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaP1u9 .mbr-text {
  color: #4b4949;
}
.cid-v5QgmaP1u9 .mbr-desc {
  color: #4b4949;
}
.cid-v5QgmaP1u9 label {
  color: #4b4949;
}
.cid-v5QgmaP1u9 .mbr-section-title,
.cid-v5QgmaP1u9 .mbr-section-btn {
  color: #79949F;
}
.cid-v5QgmaP1u9 .mbr-text,
.cid-v5QgmaP1u9 .text-wrapper {
  color: #000000;
}
.cid-v5QgmaP1u9 .mbr-desc,
.cid-v5QgmaP1u9 .desc-wrapper {
  color: #000000;
}
.cid-v5QgmaPO96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5QgmaPO96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaPO96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaPO96 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPO96 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaPO96 .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5QgmaPO96 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QgmaPO96 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5QgmaPO96 .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5QgmaPO96 .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5QgmaPO96 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaPO96 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5QgmaPO96 .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #79949f;
}
@media (max-width: 1640px) {
  .cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5QgmaPO96 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v5QgmaPO96 .mbr-label {
  color: #79949F;
}
.cid-v5QgmaPO96 .mbr-section-title {
  color: #c10b02;
}
.cid-v5QgmaPO96 .item-title {
  color: #000000;
}
.cid-v5QgmaPO96 .mbr-section-title,
.cid-v5QgmaPO96 .title-wrap {
  color: #79949F;
}
.cid-v5QgmaQa3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #79949f;
}
.cid-v5QgmaQa3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QgmaQa3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QgmaQa3U .row {
  justify-content: center;
}
.cid-v5QgmaQa3U .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaQa3U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaQa3U .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaQa3U .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaQa3U .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5QgmaQa3U .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-v5QgmaQa3U .nav-wrapper .list .item-wrap:hover,
.cid-v5QgmaQa3U .nav-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-v5QgmaQa3U .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5QgmaQa3U .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5QgmaQa3U .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v5QgmaQa3U .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5QgmaQa3U .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QgmaQa3U .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v5QgmaQa3U .mbr-section-title {
  color: #ffffff;
}
.cid-v5QgmaQa3U .list {
  color: #ffffff;
}
.cid-v5TrIkza9P .navbar-dropdown {
  position: relative !important;
}
.cid-v5TrIkza9P .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v5TrIkza9P .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrIkza9P .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v5TrIkza9P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5TrIkza9P .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5TrIkza9P .dropdown-item {
  border: none !important;
  background: #fdfbf9 !important;
}
.cid-v5TrIkza9P .dropdown-item:hover,
.cid-v5TrIkza9P .dropdown-item:focus {
  background: #fdfbf9 !important;
  color: #003a4e !important;
}
.cid-v5TrIkza9P .dropdown-item:hover span {
  color: white;
}
.cid-v5TrIkza9P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5TrIkza9P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5TrIkza9P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5TrIkza9P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5TrIkza9P .nav-link {
  position: relative;
}
.cid-v5TrIkza9P .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5TrIkza9P .container {
    flex-wrap: nowrap;
  }
}
.cid-v5TrIkza9P .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5TrIkza9P .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-v5TrIkza9P .dropdown-menu,
.cid-v5TrIkza9P .navbar.opened {
  background: #fdfbf9 !important;
}
.cid-v5TrIkza9P .nav-item:focus,
.cid-v5TrIkza9P .nav-link:focus {
  outline: none;
}
.cid-v5TrIkza9P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5TrIkza9P .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5TrIkza9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5TrIkza9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5TrIkza9P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5TrIkza9P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5TrIkza9P .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fdfbf9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5TrIkza9P .navbar.opened {
  transition: all 0.3s;
}
.cid-v5TrIkza9P .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5TrIkza9P .navbar .navbar-logo img {
  width: auto;
}
.cid-v5TrIkza9P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5TrIkza9P .navbar.collapsed {
  justify-content: center;
}
.cid-v5TrIkza9P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5TrIkza9P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5TrIkza9P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v5TrIkza9P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5TrIkza9P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5TrIkza9P .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-v5TrIkza9P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5TrIkza9P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5TrIkza9P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5TrIkza9P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5TrIkza9P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5TrIkza9P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5TrIkza9P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5TrIkza9P .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-v5TrIkza9P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5TrIkza9P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5TrIkza9P .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5TrIkza9P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5TrIkza9P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5TrIkza9P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5TrIkza9P .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5TrIkza9P .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5TrIkza9P .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5TrIkza9P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5TrIkza9P .navbar-brand .navbar-caption:hover,
.cid-v5TrIkza9P .navbar-brand .navbar-caption:focus {
  color: #003a4e !important;
}
.cid-v5TrIkza9P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5TrIkza9P .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5TrIkza9P .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003a4e !important;
}
.cid-v5TrIkza9P .dropdown-item.active,
.cid-v5TrIkza9P .dropdown-item:active {
  background-color: transparent;
}
.cid-v5TrIkza9P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5TrIkza9P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5TrIkza9P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5TrIkza9P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfbf9;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5TrIkza9P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5TrIkza9P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5TrIkza9P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5TrIkza9P ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5TrIkza9P ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5TrIkza9P .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5TrIkza9P .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5TrIkza9P .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5TrIkza9P .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5TrIkza9P button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fdfbf9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5TrIkza9P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003a4e;
}
.cid-v5TrIkza9P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5TrIkza9P button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5TrIkza9P button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5TrIkza9P button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5TrIkza9P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5TrIkza9P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5TrIkza9P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5TrIkza9P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5TrIkza9P .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5TrIkza9P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5TrIkza9P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5TrIkza9P .navbar {
    height: 70px;
  }
  .cid-v5TrIkza9P .navbar.opened {
    height: auto;
  }
  .cid-v5TrIkza9P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5TrIkza9P .navbar-nav {
  margin: 0 auto;
}
.cid-v5TrIkza9P .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5TrIkza9P .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5TrIkza9P .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-v5TrIkza9P .nav-item .nav-link:hover,
.cid-v5TrIkza9P .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003a4e !important;
  opacity: 0.5;
}
.cid-v5TrIkza9P .nav-item .nav-link:hover::after,
.cid-v5TrIkza9P .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v5TrIkza9P .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5TrIkza9P .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5TrIkza9P .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5TrIkza9P .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5TrIkza9P .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5TrIkza9P .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5TrIkza9P .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5TrIkza9P .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5TrIkza9P .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5TrIkza9P .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5TrIkza9P .content-wrap {
  min-height: 110px;
}
.cid-v5TrIkza9P .nav-link,
.cid-v5TrIkza9P .dropdown-item {
  color: #79949F;
}
.cid-v5TrIkza9P .navbar-caption {
  color: #79949F;
}
.cid-v5TrIsHViG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrIsHViG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrIsHViG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrIsHViG .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrIsHViG .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrIsHViG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5TrIsHViG .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5TrIsHViG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5TrIsHViG .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrIsHViG .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5TrIsHViG .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrIsHViG .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TrIsHViG .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v5TrIsHViG .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v5TrIsHViG .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrIsHViG .mbr-text,
.cid-v5TrIsHViG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5TrIsHViG .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5TrIsHViG .mbr-section-title,
.cid-v5TrIsHViG .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5TrIw2HMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrIw2HMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrIw2HMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrIw2HMk .items-wrapper,
.cid-v5TrIw2HMk .items-wrap {
  margin: 0 -27px;
}
.cid-v5TrIw2HMk .items-wrap {
  justify-content: space-between;
}
.cid-v5TrIw2HMk .items-wrapper {
  justify-content: center;
}
.cid-v5TrIw2HMk .card {
  justify-content: flex-end;
  padding: 0 27px;
}
.cid-v5TrIw2HMk .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrIw2HMk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrIw2HMk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrIw2HMk .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrIw2HMk .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TrIw2HMk .item {
  margin-bottom: 54px;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-v5TrIw2HMk .item {
    margin-bottom: 12px;
  }
}
.cid-v5TrIw2HMk .item .item-wrapper .item-img img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrIw2HMk .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5TrIw2HMk .mbr-label {
  color: #79949F;
}
.cid-v5TrIw2HMk .mbr-section-title {
  color: #79949F;
}
.cid-v5TrIw2HMk .item-number {
  color: #c10b02;
}
.cid-v5TrIw2HMk .item-title {
  color: #c10b02;
}
.cid-v5TrIw2HMk .item-text {
  color: #4b4949;
}
.cid-v5TrIw2HMk .mbr-text,
.cid-v5TrIw2HMk .text-wrapper {
  color: #000000;
}
.cid-v5TrIzHw6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrIzHw6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrIzHw6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrIzHw6l .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrIzHw6l .card-wrapper {
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrIzHw6l .card-wrapper {
    padding: 22px;
  }
}
.cid-v5TrIzHw6l .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5TrIzHw6l .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5TrIzHw6l .mbr-label {
  color: #79949F;
}
.cid-v5TrIDGB8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrIDGB8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrIDGB8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrIDGB8Q .card {
  justify-content: flex-end;
}
.cid-v5TrIDGB8Q .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrIDGB8Q .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrIDGB8Q .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5TrIDGB8Q .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 32px;
}
.cid-v5TrIDGB8Q .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5TrIDGB8Q .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 42px 16px 0;
}
@media (max-width: 1440px) {
  .cid-v5TrIDGB8Q .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 32px 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 22px 16px 0;
  }
}
.cid-v5TrIDGB8Q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #79949f;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: none !important;
  padding: 0;
  animation: none;
}
.cid-v5TrIDGB8Q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-v5TrIDGB8Q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-v5TrIDGB8Q .tab-content {
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content {
    padding: 22px;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper {
  margin-bottom: 32px;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 22px;
  border-bottom: 3px dashed #79949f;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
    padding-right: 16px;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 26px;
  color: #79949f;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .item-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 122px;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .title-wrapper .title-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .text-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .text-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .text-wrapper .image-wrap {
  margin-bottom: 32px;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
  height: 280px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
    width: 100%;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .image-wrapper {
  width: 34%;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
  }
}
.cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .image-wrapper img {
  height: 770px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrIDGB8Q .tab-content .tab-pane .item-content .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TrIDGB8Q .mbr-label {
  color: #79949F;
}
.cid-v5TrIDGB8Q .mbr-section-title {
  color: #79949F;
}
.cid-v5TrIDGB8Q .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-v5TrIDGB8Q .item-desc {
  color: #000000;
}
.cid-v5TrIDGB8Q .item-title {
  color: #79949F;
}
.cid-v5TrIDGB8Q .item-text {
  color: #000000;
}
.cid-v5TrIMqkQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrIMqkQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrIMqkQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrIMqkQy .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrIMqkQy .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper {
    padding: 22px;
  }
}
.cid-v5TrIMqkQy .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TrIMqkQy .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrIMqkQy .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v5TrIMqkQy .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5TrIMqkQy .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrIMqkQy .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-v5TrIMqkQy .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-v5TrIMqkQy .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrIMqkQy .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5TrIMqkQy .mbr-label {
  color: #79949F;
}
.cid-v5TrIMqkQy .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrIMqkQy .mbr-desc {
  color: #000000;
}
.cid-v5TrIMqkQy .mbr-text {
  color: #4b4949;
}
.cid-v5TrIMqkQy .mbr-section-title,
.cid-v5TrIMqkQy .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrIMqkQy .mbr-text,
.cid-v5TrIMqkQy .text-wrapper {
  color: #000000;
}
.cid-v5TrIS7YG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrIS7YG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrIS7YG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrIS7YG4 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrIS7YG4 .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrIS7YG4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TrIS7YG4 .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TrIS7YG4 .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper {
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
  padding: 32px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 22px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-bottom: 22px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-bottom: 22px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TrIS7YG4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5TrIS7YG4 .items-wrapper .item .card_2 {
  padding-right: 0;
  padding-left: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .card_2 {
    padding-right: 0;
    padding-left: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrIS7YG4 .items-wrapper .item .card_2 {
    padding-left: 0;
    display: block;
  }
}
.cid-v5TrIS7YG4 .mbr-label {
  color: #79949F;
}
.cid-v5TrIS7YG4 .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrIS7YG4 .item-number {
  color: #79949F;
}
.cid-v5TrIS7YG4 .item-price {
  color: #79949F;
  text-align: center;
}
.cid-v5TrIS7YG4 .item-title {
  color: #c10b02;
  text-align: center;
}
.cid-v5TrIS7YG4 .item-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v5TrIS7YG4 .mbr-section-title,
.cid-v5TrIS7YG4 .title-wrap {
  color: #79949F;
}
.cid-v5TrIS7YG4 .item-title,
.cid-v5TrIS7YG4 .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJ1581n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJ1581n .item:focus,
.cid-v5TrJ1581n span:focus {
  outline: none;
}
.cid-v5TrJ1581n .item {
  cursor: pointer;
}
.cid-v5TrJ1581n .grid-container {
  grid-row-gap: 54px;
}
@media (max-width: 767px) {
  .cid-v5TrJ1581n .grid-container {
    grid-row-gap: 22px;
  }
}
.cid-v5TrJ1581n .grid-container-1,
.cid-v5TrJ1581n .grid-container-2,
.cid-v5TrJ1581n .grid-container-3 {
  gap: 0 54px;
}
@media (max-width: 767px) {
  .cid-v5TrJ1581n .grid-container-1,
  .cid-v5TrJ1581n .grid-container-2,
  .cid-v5TrJ1581n .grid-container-3 {
    gap: 0 22px;
  }
}
.cid-v5TrJ1581n .mbr-section-title {
  margin-bottom: 64px;
  color: #c10b02;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5TrJ1581n .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJ1581n .content-head {
  max-width: 800px;
}
.cid-v5TrJ1581n .container,
.cid-v5TrJ1581n .container-fluid {
  overflow: hidden;
}
.cid-v5TrJ1581n .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5TrJ1581n .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cid-v5TrJ1581n .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v5TrJ1581n .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5TrJ1581n .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v5TrJ1581n .card_2 img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-v5TrJ1581n .card_2 img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v5TrJ1581n .card_2 img {
    height: 150px;
  }
}
.cid-v5TrJ1581n .card_3 img {
  height: 500px;
}
@media (max-width: 1200px) {
  .cid-v5TrJ1581n .card_3 img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v5TrJ1581n .card_3 img {
    height: 150px;
  }
}
.cid-v5TrJ1581n .card_4 img {
  height: 300px;
}
@media (max-width: 1200px) {
  .cid-v5TrJ1581n .card_4 img {
    height: 150px;
  }
}
.cid-v5TrJ1581n .grid-container-1,
.cid-v5TrJ1581n .grid-container-2,
.cid-v5TrJ1581n .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5TrJ1581n .grid-container-1 {
  align-items: flex-end;
}
.cid-v5TrJ1581n .grid-container-2 {
  align-items: flex-start;
}
.cid-v5TrJ5Og2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJ5Og2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJ5Og2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJ5Og2D .content-wrap {
  margin: 0;
}
.cid-v5TrJ5Og2D .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v5TrJ5Og2D .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5TrJ5Og2D .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrJ5Og2D .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJ5Og2D .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v5TrJ5Og2D .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5TrJ5Og2D .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TrJ5Og2D .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrJ5Og2D .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJ5Og2D .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5TrJ5Og2D .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v5TrJ5Og2D .mbr-text,
.cid-v5TrJ5Og2D .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v5TrJ5Og2D .mbr-section-title,
.cid-v5TrJ5Og2D .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJ9nCQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/2123307/assets/images/photo-1756803447585-b748feee8e05.jpeg");
}
.cid-v5TrJ9nCQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJ9nCQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJ9nCQF .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5TrJ9nCQF .content-wrap {
    height: 350px;
  }
}
.cid-v5TrJd4yZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJd4yZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJd4yZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJd4yZP .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrJd4yZP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJd4yZP .content-wrap {
  justify-content: center;
  margin: 0 -26px;
}
.cid-v5TrJd4yZP .content-wrap .card {
  padding: 0 26px;
}
.cid-v5TrJd4yZP .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 52px;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .content-wrap .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .content-wrap .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TrJd4yZP .image-wrapper {
  height: 100%;
}
.cid-v5TrJd4yZP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrJd4yZP .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TrJd4yZP .mbr-label {
  color: #79949F;
}
.cid-v5TrJd4yZP .mbr-section-title {
  color: #79949F;
}
.cid-v5TrJd4yZP .item-number {
  color: #79949F;
}
.cid-v5TrJd4yZP .item-title {
  color: #c10b02;
}
.cid-v5TrJd4yZP .item-text {
  color: #000000;
}
.cid-v5TrJd4yZP .item-title,
.cid-v5TrJd4yZP .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJhIwf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJhIwf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJhIwf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJhIwf2 .row {
  justify-content: space-between;
}
.cid-v5TrJhIwf2 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrJhIwf2 .title-wrapper {
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .title-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .title-wrapper {
    padding-right: 0;
  }
}
.cid-v5TrJhIwf2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .title-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrJhIwf2 .title-wrapper .image-wrapper img {
  height: 830px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .title-wrapper .image-wrapper img {
    height: 630px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .title-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TrJhIwf2 .items-wrapper {
  padding: 0 122px;
  padding: 0 !important;
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .items-wrapper {
    padding-right: 0;
  }
}
.cid-v5TrJhIwf2 .items-wrapper .item {
  border-radius: 0 !important;
}
.cid-v5TrJhIwf2 .items-wrapper .item:first-child .item-wrapper {
  border-top: 3px dashed #79949f;
}
.cid-v5TrJhIwf2 .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(-10deg);
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper {
    padding: 22px 0;
  }
}
.cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-img {
  width: 25%;
  margin-right: 22px;
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-img {
    transform: none;
    margin-right: 0;
    width: 100%;
  }
}
.cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-img img {
  height: 270px;
  transform: rotate(10deg);
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-v5TrJhIwf2 .items-wrapper .mbr-section-btn {
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-v5TrJhIwf2 .items-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5TrJhIwf2 .mbr-label {
  color: #79949F;
}
.cid-v5TrJhIwf2 .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrJhIwf2 .mbr-desc {
  color: #4b4949;
  text-align: right;
}
.cid-v5TrJhIwf2 .item-number {
  color: #c10b02;
}
.cid-v5TrJhIwf2 .item-title {
  color: #79949F;
}
.cid-v5TrJhIwf2 .item-text {
  color: #000000;
}
.cid-v5TrJhIwf2 .mbr-section-title,
.cid-v5TrJhIwf2 .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJmswSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJmswSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJmswSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJmswSv .card {
  justify-content: flex-end;
}
.cid-v5TrJmswSv .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrJmswSv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJmswSv .desc-wrapper {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrJmswSv .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v5TrJmswSv .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TrJmswSv .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TrJmswSv .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TrJmswSv .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrJmswSv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TrJmswSv .mbr-label {
  color: #79949F;
}
.cid-v5TrJmswSv .mbr-section-title {
  color: #79949F;
}
.cid-v5TrJmswSv .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-v5TrJmswSv .item-number {
  color: #79949F;
}
.cid-v5TrJmswSv .item-title {
  color: #c10b02;
}
.cid-v5TrJmswSv .item-text {
  color: #000000;
}
.cid-v5TrJmswSv .item-title,
.cid-v5TrJmswSv .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJrGUNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJrGUNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJrGUNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJrGUNo .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-v5TrJrGUNo .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-v5TrJrGUNo .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v5TrJrGUNo .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-v5TrJrGUNo .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrJrGUNo .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .content-wrapper {
    display: block;
  }
}
.cid-v5TrJrGUNo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJrGUNo .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v5TrJrGUNo .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrJrGUNo .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .item {
    margin-bottom: 32px;
  }
}
.cid-v5TrJrGUNo .item .item-wrapper {
  height: 100%;
}
.cid-v5TrJrGUNo .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-v5TrJrGUNo .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5TrJrGUNo .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-v5TrJrGUNo .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TrJrGUNo .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJrGUNo .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TrJrGUNo .mbr-label {
  color: #79949F;
}
.cid-v5TrJrGUNo .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrJrGUNo .mbr-text {
  color: #000000;
}
.cid-v5TrJrGUNo .item-name {
  color: #79949F;
}
.cid-v5TrJrGUNo .item-text {
  color: #000000;
}
.cid-v5TrJrGUNo .mbr-section-title,
.cid-v5TrJrGUNo .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJwJ3Hk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJwJ3Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJwJ3Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJwJ3Hk .row {
  justify-content: center;
  margin: 0 -46px;
}
@media (max-width: 1440px) {
  .cid-v5TrJwJ3Hk .row {
    margin: 0 -32px;
  }
}
.cid-v5TrJwJ3Hk .row .card {
  padding: 0 46px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v5TrJwJ3Hk .row .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJwJ3Hk .image-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TrJwJ3Hk .image-wrapper img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrJwJ3Hk .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TrJwJ3Hk .mbr-text {
  margin-bottom: 0;
  color: #4b4949;
}
@media (max-width: 992px) {
  .cid-v5TrJwJ3Hk .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v5TrJwJ3Hk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5TrJwJ3Hk .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5TrJwJ3Hk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrJwJ3Hk .mbr-text,
.cid-v5TrJwJ3Hk .text-wrapper {
  color: #000000;
}
.cid-v5TrJB020a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJB020a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJB020a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJB020a .card {
  justify-content: flex-end;
}
.cid-v5TrJB020a .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrJB020a .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJB020a .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJB020a .mbr-section-btn {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJB020a .mbr-section-btn {
    text-align: left;
    margin-bottom: 32px;
  }
}
.cid-v5TrJB020a .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrJB020a .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px dashed #79949f;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v5TrJB020a .items-wrapper {
    display: block;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1200px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-img {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-img img {
  height: 210px;
  width: 155px;
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #79949f;
}
@media (max-width: 1200px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content .title-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
  margin-bottom: 0;
  padding-left: 22px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
    padding-left: 0;
    margin-bottom: 22px;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrJB020a .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TrJB020a .items-wrapper .item .card_1 .item-img img {
  transform: rotate(6deg);
}
@media (max-width: 1200px) {
  .cid-v5TrJB020a .items-wrapper .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-v5TrJB020a .items-wrapper .item .card_2 .item-img img {
  transform: rotate(-6deg);
}
@media (max-width: 1200px) {
  .cid-v5TrJB020a .items-wrapper .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-v5TrJB020a .mbr-label {
  color: #79949F;
}
.cid-v5TrJB020a .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrJB020a .item-number {
  color: #79949F;
}
.cid-v5TrJB020a .item-title {
  color: #c10b02;
}
.cid-v5TrJB020a .item-text {
  color: #000000;
}
.cid-v5TrJB020a .mbr-section-title,
.cid-v5TrJB020a .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJB020a .item-title,
.cid-v5TrJB020a .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJGVgRR {
  background-color: transparent;
}
.cid-v5TrJGVgRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJGVgRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJGVgRR .content-wrap {
  margin: 0;
}
.cid-v5TrJGVgRR .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v5TrJGVgRR .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-v5TrJGVgRR .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrJGVgRR .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJGVgRR .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v5TrJGVgRR .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJGVgRR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJGVgRR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJGVgRR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TrJGVgRR .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TrJGVgRR .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v5TrJGVgRR .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TrJGVgRR .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrJGVgRR .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJGVgRR .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5TrJGVgRR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrJGVgRR .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TrJGVgRR .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrJGVgRR .mbr-text,
.cid-v5TrJGVgRR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5TrJGVgRR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5TrJGVgRR .mbr-section-title,
.cid-v5TrJGVgRR .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5TrJLTEJF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
  background-color: transparent;
}
.cid-v5TrJLTEJF .item:focus,
.cid-v5TrJLTEJF span:focus {
  outline: none;
}
.cid-v5TrJLTEJF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5TrJLTEJF .item {
  color: #79949f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v5TrJLTEJF .item {
    min-height: 45px;
  }
}
.cid-v5TrJQ6Bjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJQ6Bjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJQ6Bjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJQ6Bjj .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJQ6Bjj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrJQ6Bjj .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrJQ6Bjj .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TrJQ6Bjj .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TrJQ6Bjj .items-wrapper {
  margin: 0 -24px;
}
.cid-v5TrJQ6Bjj .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TrJQ6Bjj .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TrJQ6Bjj .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #79949f;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrJQ6Bjj .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-v5TrJQ6Bjj .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v5TrJQ6Bjj .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-v5TrJQ6Bjj .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-v5TrJQ6Bjj .mbr-label {
  color: #79949F;
}
.cid-v5TrJQ6Bjj .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrJQ6Bjj .item-number {
  color: #79949F;
}
.cid-v5TrJQ6Bjj .item-desc {
  color: #79949F;
}
.cid-v5TrJQ6Bjj .mbr-section-title,
.cid-v5TrJQ6Bjj .title-wrap {
  color: #79949F;
}
.cid-v5TrJV0M3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJV0M3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJV0M3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJV0M3d .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TrJV0M3d .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrJV0M3d .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJV0M3d .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJV0M3d .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
.cid-v5TrJV0M3d .content-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrJV0M3d .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5TrJV0M3d .image-wrapper {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-v5TrJV0M3d .image-wrapper {
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrJV0M3d .image-wrapper {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.cid-v5TrJV0M3d .image-wrapper .image-wrap img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrJV0M3d .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5TrJV0M3d .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrJV0M3d .mbr-text {
  color: #4b4949;
}
.cid-v5TrJV0M3d .mbr-section-title,
.cid-v5TrJV0M3d .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJV0M3d .mbr-text,
.cid-v5TrJV0M3d .text-wrapper {
  color: #000000;
}
.cid-v5TrJZfzZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrJZfzZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrJZfzZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrJZfzZ2 .row {
  justify-content: space-between;
}
.cid-v5TrJZfzZ2 .card {
  justify-content: space-between;
}
.cid-v5TrJZfzZ2 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrJZfzZ2 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TrJZfzZ2 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrJZfzZ2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrJZfzZ2 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrJZfzZ2 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrJZfzZ2 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5TrJZfzZ2 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v5TrJZfzZ2 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5TrJZfzZ2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TrJZfzZ2 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5TrJZfzZ2 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrJZfzZ2 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5TrJZfzZ2 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrJZfzZ2 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5TrJZfzZ2 .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrJZfzZ2 .list {
  color: #4b4949;
}
.cid-v5TrJZfzZ2 .list-title {
  color: #79949F;
}
.cid-v5TrJZfzZ2 .mbr-desc,
.cid-v5TrJZfzZ2 .desc-wrapper {
  color: #000000;
  text-align: right;
}
.cid-v5TrJZfzZ2 .mbr-section-title,
.cid-v5TrJZfzZ2 .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrJZfzZ2 .list,
.cid-v5TrJZfzZ2 .item-wrap {
  color: #000000;
}
.cid-v5TrK3dow5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrK3dow5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrK3dow5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrK3dow5 .row {
  justify-content: space-between;
}
.cid-v5TrK3dow5 .card {
  justify-content: flex-end;
}
.cid-v5TrK3dow5 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrK3dow5 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrK3dow5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrK3dow5 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrK3dow5 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5TrK3dow5 .embla__slide {
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 768px) {
  .cid-v5TrK3dow5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5TrK3dow5 .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper {
    padding: 22px;
  }
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 42px;
  color: #79949f;
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5TrK3dow5 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrK3dow5 .embla__button--next,
.cid-v5TrK3dow5 .embla__button--prev {
  display: flex;
}
.cid-v5TrK3dow5 .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 42px;
  background-color: transparent !important;
  border: none !important;
  color: #79949f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5 !important;
  display: none;
}
.cid-v5TrK3dow5 .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5TrK3dow5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v5TrK3dow5 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-v5TrK3dow5 .embla__button.embla__button--next {
  right: 0;
}
.cid-v5TrK3dow5 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-v5TrK3dow5 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5TrK3dow5 .embla {
  position: relative;
  width: 100%;
}
.cid-v5TrK3dow5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v5TrK3dow5 .embla__viewport {
    padding: 0;
  }
}
.cid-v5TrK3dow5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5TrK3dow5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5TrK3dow5 .embla__slide a {
  cursor: grab;
}
.cid-v5TrK3dow5 .embla__slide a:active {
  cursor: grabbing;
}
.cid-v5TrK3dow5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5TrK3dow5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v5TrK3dow5 .mbr-label {
  color: #79949F;
}
.cid-v5TrK3dow5 .mbr-section-title {
  color: #79949F;
}
.cid-v5TrK3dow5 .mbr-desc {
  color: #000000;
}
.cid-v5TrK3dow5 .item-text {
  color: #c10b02;
}
.cid-v5TrK3dow5 .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5TrK3dow5 .item-text,
.cid-v5TrK3dow5 .mbr-section-btn,
.cid-v5TrK3dow5 .iconfont-wrapper {
  text-align: center;
}
.cid-v5TrK3dow5 .item-text,
.cid-v5TrK3dow5 .iconfont-wrapper,
.cid-v5TrK3dow5 .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrK9ojWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrK9ojWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrK9ojWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrK9ojWS .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrK9ojWS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrK9ojWS .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrK9ojWS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrK9ojWS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5TrK9ojWS .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5TrK9ojWS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5TrK9ojWS .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-v5TrK9ojWS .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TrK9ojWS .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-v5TrK9ojWS .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-v5TrK9ojWS .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-v5TrK9ojWS .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-v5TrK9ojWS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-v5TrK9ojWS .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-v5TrK9ojWS .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-v5TrK9ojWS .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5TrK9ojWS .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-v5TrK9ojWS .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-v5TrK9ojWS .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrK9ojWS .mbr-text,
.cid-v5TrK9ojWS .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5TrK9ojWS .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5TrK9ojWS .mbr-section-title,
.cid-v5TrK9ojWS .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5TrKe17rA {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-v5TrKe17rA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrKe17rA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2123307/assets/images/background1.jpg?rnd=1766207948862");
}
.cid-v5TrKe17rA .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5TrKe17rA .content-wrap {
    height: 350px;
  }
}
.cid-v5TrKizrzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrKizrzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrKizrzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrKizrzA .card {
  justify-content: flex-end;
}
.cid-v5TrKizrzA .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrKizrzA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKizrzA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TrKizrzA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #79949f;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v5TrKizrzA .items-wrapper {
    display: block;
  }
}
.cid-v5TrKizrzA .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TrKizrzA .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrKizrzA .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-v5TrKizrzA .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5TrKizrzA .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TrKizrzA .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v5TrKizrzA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v5TrKizrzA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-v5TrKizrzA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrKizrzA .mbr-label {
  color: #79949F;
}
.cid-v5TrKizrzA .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrKizrzA .item-title {
  color: #4b4949;
}
.cid-v5TrKizrzA .item-title,
.cid-v5TrKizrzA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5TrKizrzA .mbr-section-title,
.cid-v5TrKizrzA .title-wrapper {
  color: #79949F;
}
.cid-v5TrKp2kZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrKp2kZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrKp2kZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrKp2kZ7 .row {
  justify-content: space-between;
}
.cid-v5TrKp2kZ7 .card {
  justify-content: flex-end;
}
.cid-v5TrKp2kZ7 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrKp2kZ7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKp2kZ7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrKp2kZ7 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKp2kZ7 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5TrKp2kZ7 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-v5TrKp2kZ7 .panel-group {
    display: block;
  }
}
.cid-v5TrKp2kZ7 .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrKp2kZ7 .panel-group .card {
    padding: 22px 0;
  }
}
.cid-v5TrKp2kZ7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5TrKp2kZ7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5TrKp2kZ7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5TrKp2kZ7 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-v5TrKp2kZ7 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v5TrKp2kZ7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #79949f;
}
.cid-v5TrKp2kZ7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v5TrKp2kZ7 .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5TrKp2kZ7 .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-v5TrKp2kZ7 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TrKp2kZ7 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5TrKp2kZ7 .mbr-label {
  color: #79949F;
}
.cid-v5TrKp2kZ7 .mbr-section-title {
  color: #79949F;
}
.cid-v5TrKp2kZ7 .mbr-desc {
  color: #000000;
}
.cid-v5TrKp2kZ7 .panel-title-edit {
  color: #000000;
}
.cid-v5TrKp2kZ7 .panel-text {
  color: #4b4949;
}
.cid-v5TrKp2kZ7 .panel-text,
.cid-v5TrKp2kZ7 .panel-body {
  color: #000000;
}
.cid-v5TrKukHGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrKukHGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrKukHGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrKukHGf .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrKukHGf .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrKukHGf .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TrKukHGf .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TrKukHGf .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TrKukHGf .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TrKukHGf .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TrKukHGf .image-wrapper {
  padding: 16px;
  border: 3px dashed #79949f;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-v5TrKukHGf .image-wrapper {
    transform: none;
  }
}
.cid-v5TrKukHGf .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-v5TrKukHGf .mbr-label {
  color: #79949F;
}
.cid-v5TrKukHGf .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrKukHGf .item-number {
  color: #79949F;
}
.cid-v5TrKukHGf .item-title {
  color: #c10b02;
}
.cid-v5TrKukHGf .item-text {
  color: #000000;
}
.cid-v5TrKukHGf .mbr-section-title,
.cid-v5TrKukHGf .title-wrap {
  color: #79949F;
}
.cid-v5TrKukHGf .item-title,
.cid-v5TrKukHGf .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrKA9Stk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrKA9Stk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrKA9Stk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrKA9Stk .content-wrap {
  margin: 0;
}
.cid-v5TrKA9Stk .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-v5TrKA9Stk .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrKA9Stk .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5TrKA9Stk .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrKA9Stk .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .content-wrapper {
    padding: 0;
  }
}
.cid-v5TrKA9Stk .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrKA9Stk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TrKA9Stk .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5TrKA9Stk .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrKA9Stk .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-v5TrKA9Stk .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-v5TrKA9Stk .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrKA9Stk .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #79949f !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #79949f !important;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #79949f;
  border-radius: 0;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v5TrKA9Stk .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TrKA9Stk .mbr-label {
  color: #79949F;
}
.cid-v5TrKA9Stk .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrKA9Stk .mbr-text {
  color: #4b4949;
}
.cid-v5TrKA9Stk .mbr-desc {
  color: #4b4949;
}
.cid-v5TrKA9Stk label {
  color: #4b4949;
}
.cid-v5TrKA9Stk .mbr-section-title,
.cid-v5TrKA9Stk .mbr-section-btn {
  color: #79949F;
}
.cid-v5TrKA9Stk .mbr-text,
.cid-v5TrKA9Stk .text-wrapper {
  color: #000000;
}
.cid-v5TrKA9Stk .mbr-desc,
.cid-v5TrKA9Stk .desc-wrapper {
  color: #000000;
}
.cid-v5TrKFyRiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TrKFyRiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrKFyRiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrKFyRiw .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKFyRiw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrKFyRiw .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TrKFyRiw .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TrKFyRiw .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TrKFyRiw .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TrKFyRiw .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TrKFyRiw .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TrKFyRiw .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TrKFyRiw .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #79949f;
}
@media (max-width: 1640px) {
  .cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TrKFyRiw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v5TrKFyRiw .mbr-label {
  color: #79949F;
}
.cid-v5TrKFyRiw .mbr-section-title {
  color: #c10b02;
}
.cid-v5TrKFyRiw .item-title {
  color: #000000;
}
.cid-v5TrKFyRiw .mbr-section-title,
.cid-v5TrKFyRiw .title-wrap {
  color: #79949F;
}
.cid-v5TrKKVJ3b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #79949f;
}
.cid-v5TrKKVJ3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TrKKVJ3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TrKKVJ3b .row {
  justify-content: center;
}
.cid-v5TrKKVJ3b .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKKVJ3b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TrKKVJ3b .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKKVJ3b .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrKKVJ3b .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5TrKKVJ3b .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-v5TrKKVJ3b .nav-wrapper .list .item-wrap:hover,
.cid-v5TrKKVJ3b .nav-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-v5TrKKVJ3b .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5TrKKVJ3b .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5TrKKVJ3b .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v5TrKKVJ3b .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TrKKVJ3b .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TrKKVJ3b .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v5TrKKVJ3b .mbr-section-title {
  color: #ffffff;
}
.cid-v5TrKKVJ3b .list {
  color: #ffffff;
}
.cid-v5TtXm4yyW .navbar-dropdown {
  position: relative !important;
}
.cid-v5TtXm4yyW .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v5TtXm4yyW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXm4yyW .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v5TtXm4yyW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5TtXm4yyW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5TtXm4yyW .dropdown-item {
  border: none !important;
  background: #fdfbf9 !important;
}
.cid-v5TtXm4yyW .dropdown-item:hover,
.cid-v5TtXm4yyW .dropdown-item:focus {
  background: #fdfbf9 !important;
  color: #003a4e !important;
}
.cid-v5TtXm4yyW .dropdown-item:hover span {
  color: white;
}
.cid-v5TtXm4yyW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5TtXm4yyW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5TtXm4yyW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5TtXm4yyW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5TtXm4yyW .nav-link {
  position: relative;
}
.cid-v5TtXm4yyW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5TtXm4yyW .container {
    flex-wrap: nowrap;
  }
}
.cid-v5TtXm4yyW .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5TtXm4yyW .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-v5TtXm4yyW .dropdown-menu,
.cid-v5TtXm4yyW .navbar.opened {
  background: #fdfbf9 !important;
}
.cid-v5TtXm4yyW .nav-item:focus,
.cid-v5TtXm4yyW .nav-link:focus {
  outline: none;
}
.cid-v5TtXm4yyW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5TtXm4yyW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5TtXm4yyW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5TtXm4yyW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5TtXm4yyW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5TtXm4yyW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5TtXm4yyW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fdfbf9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5TtXm4yyW .navbar.opened {
  transition: all 0.3s;
}
.cid-v5TtXm4yyW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5TtXm4yyW .navbar .navbar-logo img {
  width: auto;
}
.cid-v5TtXm4yyW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5TtXm4yyW .navbar.collapsed {
  justify-content: center;
}
.cid-v5TtXm4yyW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5TtXm4yyW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5TtXm4yyW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v5TtXm4yyW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5TtXm4yyW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5TtXm4yyW .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-v5TtXm4yyW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5TtXm4yyW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5TtXm4yyW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5TtXm4yyW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5TtXm4yyW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5TtXm4yyW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5TtXm4yyW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5TtXm4yyW .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-v5TtXm4yyW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5TtXm4yyW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5TtXm4yyW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5TtXm4yyW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5TtXm4yyW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5TtXm4yyW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5TtXm4yyW .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5TtXm4yyW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5TtXm4yyW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5TtXm4yyW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5TtXm4yyW .navbar-brand .navbar-caption:hover,
.cid-v5TtXm4yyW .navbar-brand .navbar-caption:focus {
  color: #003a4e !important;
}
.cid-v5TtXm4yyW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5TtXm4yyW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5TtXm4yyW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003a4e !important;
}
.cid-v5TtXm4yyW .dropdown-item.active,
.cid-v5TtXm4yyW .dropdown-item:active {
  background-color: transparent;
}
.cid-v5TtXm4yyW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5TtXm4yyW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5TtXm4yyW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5TtXm4yyW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfbf9;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5TtXm4yyW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5TtXm4yyW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5TtXm4yyW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5TtXm4yyW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5TtXm4yyW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5TtXm4yyW .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5TtXm4yyW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5TtXm4yyW .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5TtXm4yyW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5TtXm4yyW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fdfbf9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5TtXm4yyW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003a4e;
}
.cid-v5TtXm4yyW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5TtXm4yyW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5TtXm4yyW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5TtXm4yyW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5TtXm4yyW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5TtXm4yyW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5TtXm4yyW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5TtXm4yyW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5TtXm4yyW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5TtXm4yyW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5TtXm4yyW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5TtXm4yyW .navbar {
    height: 70px;
  }
  .cid-v5TtXm4yyW .navbar.opened {
    height: auto;
  }
  .cid-v5TtXm4yyW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5TtXm4yyW .navbar-nav {
  margin: 0 auto;
}
.cid-v5TtXm4yyW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5TtXm4yyW .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5TtXm4yyW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-v5TtXm4yyW .nav-item .nav-link:hover,
.cid-v5TtXm4yyW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003a4e !important;
  opacity: 0.5;
}
.cid-v5TtXm4yyW .nav-item .nav-link:hover::after,
.cid-v5TtXm4yyW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v5TtXm4yyW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5TtXm4yyW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5TtXm4yyW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5TtXm4yyW .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5TtXm4yyW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5TtXm4yyW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5TtXm4yyW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5TtXm4yyW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5TtXm4yyW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5TtXm4yyW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5TtXm4yyW .content-wrap {
  min-height: 110px;
}
.cid-v5TtXm4yyW .nav-link,
.cid-v5TtXm4yyW .dropdown-item {
  color: #79949F;
}
.cid-v5TtXm4yyW .navbar-caption {
  color: #79949F;
}
.cid-v5TtXtw10w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXtw10w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtXtw10w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtXtw10w .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtXtw10w .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtXtw10w .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5TtXtw10w .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXtw10w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5TtXtw10w .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtXtw10w .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5TtXtw10w .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtXtw10w .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TtXtw10w .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v5TtXtw10w .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v5TtXtw10w .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtXtw10w .mbr-text,
.cid-v5TtXtw10w .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5TtXtw10w .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5TtXtw10w .mbr-section-title,
.cid-v5TtXtw10w .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5TtXxVd9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXxVd9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtXxVd9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtXxVd9G .items-wrapper,
.cid-v5TtXxVd9G .items-wrap {
  margin: 0 -27px;
}
.cid-v5TtXxVd9G .items-wrap {
  justify-content: space-between;
}
.cid-v5TtXxVd9G .items-wrapper {
  justify-content: center;
}
.cid-v5TtXxVd9G .card {
  justify-content: flex-end;
  padding: 0 27px;
}
.cid-v5TtXxVd9G .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtXxVd9G .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtXxVd9G .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtXxVd9G .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtXxVd9G .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TtXxVd9G .item {
  margin-bottom: 54px;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-v5TtXxVd9G .item {
    margin-bottom: 12px;
  }
}
.cid-v5TtXxVd9G .item .item-wrapper .item-img img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtXxVd9G .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5TtXxVd9G .mbr-label {
  color: #79949F;
}
.cid-v5TtXxVd9G .mbr-section-title {
  color: #79949F;
}
.cid-v5TtXxVd9G .item-number {
  color: #c10b02;
}
.cid-v5TtXxVd9G .item-title {
  color: #c10b02;
}
.cid-v5TtXxVd9G .item-text {
  color: #4b4949;
}
.cid-v5TtXxVd9G .mbr-text,
.cid-v5TtXxVd9G .text-wrapper {
  color: #000000;
}
.cid-v5TtXC6SXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXC6SXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtXC6SXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtXC6SXs .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtXC6SXs .card-wrapper {
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtXC6SXs .card-wrapper {
    padding: 22px;
  }
}
.cid-v5TtXC6SXs .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5TtXC6SXs .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5TtXC6SXs .mbr-label {
  color: #79949F;
}
.cid-v5TtXFChkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXFChkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtXFChkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtXFChkS .card {
  justify-content: flex-end;
}
.cid-v5TtXFChkS .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtXFChkS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtXFChkS .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5TtXFChkS .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 32px;
}
.cid-v5TtXFChkS .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5TtXFChkS .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 42px 16px 0;
}
@media (max-width: 1440px) {
  .cid-v5TtXFChkS .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 32px 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 22px 16px 0;
  }
}
.cid-v5TtXFChkS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #79949f;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: none !important;
  padding: 0;
  animation: none;
}
.cid-v5TtXFChkS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-v5TtXFChkS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-v5TtXFChkS .tab-content {
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content {
    padding: 22px;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper {
  margin-bottom: 32px;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 22px;
  border-bottom: 3px dashed #79949f;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
    padding-right: 16px;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 26px;
  color: #79949f;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .item-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 122px;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .title-wrapper .title-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .text-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content .text-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .text-wrapper .image-wrap {
  margin-bottom: 32px;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
  height: 280px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
    width: 100%;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .image-wrapper {
  width: 34%;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
  }
}
.cid-v5TtXFChkS .tab-content .tab-pane .item-content .image-wrapper img {
  height: 770px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtXFChkS .tab-content .tab-pane .item-content .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TtXFChkS .mbr-label {
  color: #79949F;
}
.cid-v5TtXFChkS .mbr-section-title {
  color: #79949F;
}
.cid-v5TtXFChkS .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-v5TtXFChkS .item-desc {
  color: #000000;
}
.cid-v5TtXFChkS .item-title {
  color: #79949F;
}
.cid-v5TtXFChkS .item-text {
  color: #000000;
}
.cid-v5TtXM1V9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXM1V9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtXM1V9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtXM1V9p .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtXM1V9p .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper {
    padding: 22px;
  }
}
.cid-v5TtXM1V9p .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TtXM1V9p .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtXM1V9p .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v5TtXM1V9p .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5TtXM1V9p .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtXM1V9p .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-v5TtXM1V9p .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-v5TtXM1V9p .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtXM1V9p .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5TtXM1V9p .mbr-label {
  color: #79949F;
}
.cid-v5TtXM1V9p .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtXM1V9p .mbr-desc {
  color: #000000;
}
.cid-v5TtXM1V9p .mbr-text {
  color: #4b4949;
}
.cid-v5TtXM1V9p .mbr-section-title,
.cid-v5TtXM1V9p .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtXM1V9p .mbr-text,
.cid-v5TtXM1V9p .text-wrapper {
  color: #000000;
}
.cid-v5TtXPWttq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXPWttq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtXPWttq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtXPWttq .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtXPWttq .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtXPWttq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TtXPWttq .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TtXPWttq .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper {
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
  padding: 32px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 22px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-bottom: 22px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-bottom: 22px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TtXPWttq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5TtXPWttq .items-wrapper .item .card_2 {
  padding-right: 0;
  padding-left: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TtXPWttq .items-wrapper .item .card_2 {
    padding-right: 0;
    padding-left: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXPWttq .items-wrapper .item .card_2 {
    padding-left: 0;
    display: block;
  }
}
.cid-v5TtXPWttq .mbr-label {
  color: #79949F;
}
.cid-v5TtXPWttq .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtXPWttq .item-number {
  color: #79949F;
}
.cid-v5TtXPWttq .item-price {
  color: #79949F;
  text-align: center;
}
.cid-v5TtXPWttq .item-title {
  color: #c10b02;
  text-align: center;
}
.cid-v5TtXPWttq .item-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v5TtXPWttq .mbr-section-title,
.cid-v5TtXPWttq .title-wrap {
  color: #79949F;
}
.cid-v5TtXPWttq .item-title,
.cid-v5TtXPWttq .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtXVQugG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXVQugG .item:focus,
.cid-v5TtXVQugG span:focus {
  outline: none;
}
.cid-v5TtXVQugG .item {
  cursor: pointer;
}
.cid-v5TtXVQugG .grid-container {
  grid-row-gap: 54px;
}
@media (max-width: 767px) {
  .cid-v5TtXVQugG .grid-container {
    grid-row-gap: 22px;
  }
}
.cid-v5TtXVQugG .grid-container-1,
.cid-v5TtXVQugG .grid-container-2,
.cid-v5TtXVQugG .grid-container-3 {
  gap: 0 54px;
}
@media (max-width: 767px) {
  .cid-v5TtXVQugG .grid-container-1,
  .cid-v5TtXVQugG .grid-container-2,
  .cid-v5TtXVQugG .grid-container-3 {
    gap: 0 22px;
  }
}
.cid-v5TtXVQugG .mbr-section-title {
  margin-bottom: 64px;
  color: #c10b02;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5TtXVQugG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtXVQugG .content-head {
  max-width: 800px;
}
.cid-v5TtXVQugG .container,
.cid-v5TtXVQugG .container-fluid {
  overflow: hidden;
}
.cid-v5TtXVQugG .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5TtXVQugG .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cid-v5TtXVQugG .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v5TtXVQugG .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5TtXVQugG .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v5TtXVQugG .card_2 img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-v5TtXVQugG .card_2 img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v5TtXVQugG .card_2 img {
    height: 150px;
  }
}
.cid-v5TtXVQugG .card_3 img {
  height: 500px;
}
@media (max-width: 1200px) {
  .cid-v5TtXVQugG .card_3 img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v5TtXVQugG .card_3 img {
    height: 150px;
  }
}
.cid-v5TtXVQugG .card_4 img {
  height: 300px;
}
@media (max-width: 1200px) {
  .cid-v5TtXVQugG .card_4 img {
    height: 150px;
  }
}
.cid-v5TtXVQugG .grid-container-1,
.cid-v5TtXVQugG .grid-container-2,
.cid-v5TtXVQugG .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5TtXVQugG .grid-container-1 {
  align-items: flex-end;
}
.cid-v5TtXVQugG .grid-container-2 {
  align-items: flex-start;
}
.cid-v5TtXYGkAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtXYGkAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtXYGkAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtXYGkAq .content-wrap {
  margin: 0;
}
.cid-v5TtXYGkAq .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v5TtXYGkAq .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5TtXYGkAq .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtXYGkAq .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXYGkAq .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v5TtXYGkAq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5TtXYGkAq .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TtXYGkAq .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtXYGkAq .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtXYGkAq .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5TtXYGkAq .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v5TtXYGkAq .mbr-text,
.cid-v5TtXYGkAq .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v5TtXYGkAq .mbr-section-title,
.cid-v5TtXYGkAq .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtY1vMw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/2123307/assets/images/photo-1756803447585-b748feee8e05.jpeg");
}
.cid-v5TtY1vMw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtY1vMw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtY1vMw1 .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5TtY1vMw1 .content-wrap {
    height: 350px;
  }
}
.cid-v5TtY4EFqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtY4EFqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtY4EFqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtY4EFqv .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtY4EFqv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtY4EFqv .content-wrap {
  justify-content: center;
  margin: 0 -26px;
}
.cid-v5TtY4EFqv .content-wrap .card {
  padding: 0 26px;
}
.cid-v5TtY4EFqv .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 52px;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .content-wrap .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .content-wrap .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TtY4EFqv .image-wrapper {
  height: 100%;
}
.cid-v5TtY4EFqv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtY4EFqv .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TtY4EFqv .mbr-label {
  color: #79949F;
}
.cid-v5TtY4EFqv .mbr-section-title {
  color: #79949F;
}
.cid-v5TtY4EFqv .item-number {
  color: #79949F;
}
.cid-v5TtY4EFqv .item-title {
  color: #c10b02;
}
.cid-v5TtY4EFqv .item-text {
  color: #000000;
}
.cid-v5TtY4EFqv .item-title,
.cid-v5TtY4EFqv .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtY8BZb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtY8BZb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtY8BZb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtY8BZb2 .row {
  justify-content: space-between;
}
.cid-v5TtY8BZb2 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtY8BZb2 .title-wrapper {
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .title-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .title-wrapper {
    padding-right: 0;
  }
}
.cid-v5TtY8BZb2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .title-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtY8BZb2 .title-wrapper .image-wrapper img {
  height: 830px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .title-wrapper .image-wrapper img {
    height: 630px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .title-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TtY8BZb2 .items-wrapper {
  padding: 0 122px;
  padding: 0 !important;
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .items-wrapper {
    padding-right: 0;
  }
}
.cid-v5TtY8BZb2 .items-wrapper .item {
  border-radius: 0 !important;
}
.cid-v5TtY8BZb2 .items-wrapper .item:first-child .item-wrapper {
  border-top: 3px dashed #79949f;
}
.cid-v5TtY8BZb2 .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(-10deg);
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper {
    padding: 22px 0;
  }
}
.cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-img {
  width: 25%;
  margin-right: 22px;
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-img {
    transform: none;
    margin-right: 0;
    width: 100%;
  }
}
.cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-img img {
  height: 270px;
  transform: rotate(10deg);
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-v5TtY8BZb2 .items-wrapper .mbr-section-btn {
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-v5TtY8BZb2 .items-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5TtY8BZb2 .mbr-label {
  color: #79949F;
}
.cid-v5TtY8BZb2 .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtY8BZb2 .mbr-desc {
  color: #4b4949;
  text-align: right;
}
.cid-v5TtY8BZb2 .item-number {
  color: #c10b02;
}
.cid-v5TtY8BZb2 .item-title {
  color: #79949F;
}
.cid-v5TtY8BZb2 .item-text {
  color: #000000;
}
.cid-v5TtY8BZb2 .mbr-section-title,
.cid-v5TtY8BZb2 .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYcjILb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYcjILb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYcjILb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYcjILb .card {
  justify-content: flex-end;
}
.cid-v5TtYcjILb .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtYcjILb .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYcjILb .desc-wrapper {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtYcjILb .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v5TtYcjILb .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TtYcjILb .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TtYcjILb .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TtYcjILb .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtYcjILb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TtYcjILb .mbr-label {
  color: #79949F;
}
.cid-v5TtYcjILb .mbr-section-title {
  color: #79949F;
}
.cid-v5TtYcjILb .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-v5TtYcjILb .item-number {
  color: #79949F;
}
.cid-v5TtYcjILb .item-title {
  color: #c10b02;
}
.cid-v5TtYcjILb .item-text {
  color: #000000;
}
.cid-v5TtYcjILb .item-title,
.cid-v5TtYcjILb .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYh1sCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYh1sCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYh1sCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYh1sCs .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-v5TtYh1sCs .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-v5TtYh1sCs .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v5TtYh1sCs .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-v5TtYh1sCs .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtYh1sCs .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .content-wrapper {
    display: block;
  }
}
.cid-v5TtYh1sCs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYh1sCs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v5TtYh1sCs .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtYh1sCs .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .item {
    margin-bottom: 32px;
  }
}
.cid-v5TtYh1sCs .item .item-wrapper {
  height: 100%;
}
.cid-v5TtYh1sCs .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-v5TtYh1sCs .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5TtYh1sCs .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-v5TtYh1sCs .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TtYh1sCs .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYh1sCs .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TtYh1sCs .mbr-label {
  color: #79949F;
}
.cid-v5TtYh1sCs .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtYh1sCs .mbr-text {
  color: #000000;
}
.cid-v5TtYh1sCs .item-name {
  color: #79949F;
}
.cid-v5TtYh1sCs .item-text {
  color: #000000;
}
.cid-v5TtYh1sCs .mbr-section-title,
.cid-v5TtYh1sCs .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYnuBRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYnuBRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYnuBRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYnuBRg .row {
  justify-content: center;
  margin: 0 -46px;
}
@media (max-width: 1440px) {
  .cid-v5TtYnuBRg .row {
    margin: 0 -32px;
  }
}
.cid-v5TtYnuBRg .row .card {
  padding: 0 46px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v5TtYnuBRg .row .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYnuBRg .image-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TtYnuBRg .image-wrapper img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtYnuBRg .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TtYnuBRg .mbr-text {
  margin-bottom: 0;
  color: #4b4949;
}
@media (max-width: 992px) {
  .cid-v5TtYnuBRg .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v5TtYnuBRg .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5TtYnuBRg .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5TtYnuBRg .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtYnuBRg .mbr-text,
.cid-v5TtYnuBRg .text-wrapper {
  color: #000000;
}
.cid-v5TtYrrzHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYrrzHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYrrzHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYrrzHu .card {
  justify-content: flex-end;
}
.cid-v5TtYrrzHu .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtYrrzHu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYrrzHu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYrrzHu .mbr-section-btn {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYrrzHu .mbr-section-btn {
    text-align: left;
    margin-bottom: 32px;
  }
}
.cid-v5TtYrrzHu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtYrrzHu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px dashed #79949f;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v5TtYrrzHu .items-wrapper {
    display: block;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1200px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-img {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-img img {
  height: 210px;
  width: 155px;
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #79949f;
}
@media (max-width: 1200px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content .title-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
  margin-bottom: 0;
  padding-left: 22px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
    padding-left: 0;
    margin-bottom: 22px;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TtYrrzHu .items-wrapper .item .card_1 .item-img img {
  transform: rotate(6deg);
}
@media (max-width: 1200px) {
  .cid-v5TtYrrzHu .items-wrapper .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-v5TtYrrzHu .items-wrapper .item .card_2 .item-img img {
  transform: rotate(-6deg);
}
@media (max-width: 1200px) {
  .cid-v5TtYrrzHu .items-wrapper .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-v5TtYrrzHu .mbr-label {
  color: #79949F;
}
.cid-v5TtYrrzHu .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtYrrzHu .item-number {
  color: #79949F;
}
.cid-v5TtYrrzHu .item-title {
  color: #c10b02;
}
.cid-v5TtYrrzHu .item-text {
  color: #000000;
}
.cid-v5TtYrrzHu .mbr-section-title,
.cid-v5TtYrrzHu .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYrrzHu .item-title,
.cid-v5TtYrrzHu .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYwdMqb {
  background-color: transparent;
}
.cid-v5TtYwdMqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYwdMqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYwdMqb .content-wrap {
  margin: 0;
}
.cid-v5TtYwdMqb .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v5TtYwdMqb .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-v5TtYwdMqb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtYwdMqb .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYwdMqb .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v5TtYwdMqb .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYwdMqb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYwdMqb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYwdMqb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TtYwdMqb .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TtYwdMqb .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v5TtYwdMqb .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TtYwdMqb .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtYwdMqb .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYwdMqb .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5TtYwdMqb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtYwdMqb .image-wrapper img {
    height: 350px;
  }
}
.cid-v5TtYwdMqb .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtYwdMqb .mbr-text,
.cid-v5TtYwdMqb .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5TtYwdMqb .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5TtYwdMqb .mbr-section-title,
.cid-v5TtYwdMqb .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5TtYAfLAC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
  background-color: transparent;
}
.cid-v5TtYAfLAC .item:focus,
.cid-v5TtYAfLAC span:focus {
  outline: none;
}
.cid-v5TtYAfLAC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5TtYAfLAC .item {
  color: #79949f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v5TtYAfLAC .item {
    min-height: 45px;
  }
}
.cid-v5TtYDJ4g3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYDJ4g3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYDJ4g3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYDJ4g3 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYDJ4g3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtYDJ4g3 .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtYDJ4g3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TtYDJ4g3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TtYDJ4g3 .items-wrapper {
  margin: 0 -24px;
}
.cid-v5TtYDJ4g3 .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TtYDJ4g3 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TtYDJ4g3 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #79949f;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtYDJ4g3 .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-v5TtYDJ4g3 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v5TtYDJ4g3 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-v5TtYDJ4g3 .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-v5TtYDJ4g3 .mbr-label {
  color: #79949F;
}
.cid-v5TtYDJ4g3 .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtYDJ4g3 .item-number {
  color: #79949F;
}
.cid-v5TtYDJ4g3 .item-desc {
  color: #79949F;
}
.cid-v5TtYDJ4g3 .mbr-section-title,
.cid-v5TtYDJ4g3 .title-wrap {
  color: #79949F;
}
.cid-v5TtYHNJav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYHNJav .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYHNJav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYHNJav .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TtYHNJav .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtYHNJav .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYHNJav .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYHNJav .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
.cid-v5TtYHNJav .content-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtYHNJav .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5TtYHNJav .image-wrapper {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-v5TtYHNJav .image-wrapper {
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYHNJav .image-wrapper {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.cid-v5TtYHNJav .image-wrapper .image-wrap img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtYHNJav .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5TtYHNJav .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtYHNJav .mbr-text {
  color: #4b4949;
}
.cid-v5TtYHNJav .mbr-section-title,
.cid-v5TtYHNJav .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYHNJav .mbr-text,
.cid-v5TtYHNJav .text-wrapper {
  color: #000000;
}
.cid-v5TtYLSVt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYLSVt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYLSVt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYLSVt0 .row {
  justify-content: space-between;
}
.cid-v5TtYLSVt0 .card {
  justify-content: space-between;
}
.cid-v5TtYLSVt0 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtYLSVt0 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TtYLSVt0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYLSVt0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYLSVt0 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtYLSVt0 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtYLSVt0 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5TtYLSVt0 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v5TtYLSVt0 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5TtYLSVt0 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TtYLSVt0 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5TtYLSVt0 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtYLSVt0 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5TtYLSVt0 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtYLSVt0 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5TtYLSVt0 .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtYLSVt0 .list {
  color: #4b4949;
}
.cid-v5TtYLSVt0 .list-title {
  color: #79949F;
}
.cid-v5TtYLSVt0 .mbr-desc,
.cid-v5TtYLSVt0 .desc-wrapper {
  color: #000000;
  text-align: right;
}
.cid-v5TtYLSVt0 .mbr-section-title,
.cid-v5TtYLSVt0 .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYLSVt0 .list,
.cid-v5TtYLSVt0 .item-wrap {
  color: #000000;
}
.cid-v5TtYQrTXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYQrTXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYQrTXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYQrTXQ .row {
  justify-content: space-between;
}
.cid-v5TtYQrTXQ .card {
  justify-content: flex-end;
}
.cid-v5TtYQrTXQ .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtYQrTXQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYQrTXQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYQrTXQ .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYQrTXQ .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5TtYQrTXQ .embla__slide {
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 768px) {
  .cid-v5TtYQrTXQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5TtYQrTXQ .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 54px;
  border: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper {
    padding: 22px;
  }
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 42px;
  color: #79949f;
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5TtYQrTXQ .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtYQrTXQ .embla__button--next,
.cid-v5TtYQrTXQ .embla__button--prev {
  display: flex;
}
.cid-v5TtYQrTXQ .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 42px;
  background-color: transparent !important;
  border: none !important;
  color: #79949f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5 !important;
  display: none;
}
.cid-v5TtYQrTXQ .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5TtYQrTXQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-v5TtYQrTXQ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-v5TtYQrTXQ .embla__button.embla__button--next {
  right: 0;
}
.cid-v5TtYQrTXQ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-v5TtYQrTXQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5TtYQrTXQ .embla {
  position: relative;
  width: 100%;
}
.cid-v5TtYQrTXQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v5TtYQrTXQ .embla__viewport {
    padding: 0;
  }
}
.cid-v5TtYQrTXQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5TtYQrTXQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5TtYQrTXQ .embla__slide a {
  cursor: grab;
}
.cid-v5TtYQrTXQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-v5TtYQrTXQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5TtYQrTXQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v5TtYQrTXQ .mbr-label {
  color: #79949F;
}
.cid-v5TtYQrTXQ .mbr-section-title {
  color: #79949F;
}
.cid-v5TtYQrTXQ .mbr-desc {
  color: #000000;
}
.cid-v5TtYQrTXQ .item-text {
  color: #c10b02;
}
.cid-v5TtYQrTXQ .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5TtYQrTXQ .item-text,
.cid-v5TtYQrTXQ .mbr-section-btn,
.cid-v5TtYQrTXQ .iconfont-wrapper {
  text-align: center;
}
.cid-v5TtYQrTXQ .item-text,
.cid-v5TtYQrTXQ .iconfont-wrapper,
.cid-v5TtYQrTXQ .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtYWOJSe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtYWOJSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtYWOJSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtYWOJSe .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtYWOJSe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtYWOJSe .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtYWOJSe .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtYWOJSe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5TtYWOJSe .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5TtYWOJSe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5TtYWOJSe .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-v5TtYWOJSe .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5TtYWOJSe .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-v5TtYWOJSe .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-v5TtYWOJSe .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-v5TtYWOJSe .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-v5TtYWOJSe .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-v5TtYWOJSe .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-v5TtYWOJSe .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-v5TtYWOJSe .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5TtYWOJSe .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-v5TtYWOJSe .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-v5TtYWOJSe .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtYWOJSe .mbr-text,
.cid-v5TtYWOJSe .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5TtYWOJSe .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5TtYWOJSe .mbr-section-title,
.cid-v5TtYWOJSe .mbr-section-btn {
  text-align: center;
  color: #79949F;
}
.cid-v5TtZ1elCC {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-v5TtZ1elCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtZ1elCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2123307/assets/images/background1.jpg?rnd=1766207948862");
}
.cid-v5TtZ1elCC .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v5TtZ1elCC .content-wrap {
    height: 350px;
  }
}
.cid-v5TtZ5wYei {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtZ5wYei .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtZ5wYei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtZ5wYei .card {
  justify-content: flex-end;
}
.cid-v5TtZ5wYei .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtZ5wYei .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZ5wYei .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TtZ5wYei .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #79949f;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v5TtZ5wYei .items-wrapper {
    display: block;
  }
}
.cid-v5TtZ5wYei .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #79949f;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 1440px) {
  .cid-v5TtZ5wYei .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtZ5wYei .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-v5TtZ5wYei .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5TtZ5wYei .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5TtZ5wYei .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v5TtZ5wYei .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v5TtZ5wYei .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-v5TtZ5wYei .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtZ5wYei .mbr-label {
  color: #79949F;
}
.cid-v5TtZ5wYei .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtZ5wYei .item-title {
  color: #4b4949;
}
.cid-v5TtZ5wYei .item-title,
.cid-v5TtZ5wYei .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5TtZ5wYei .mbr-section-title,
.cid-v5TtZ5wYei .title-wrapper {
  color: #79949F;
}
.cid-v5TtZam43T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtZam43T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtZam43T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtZam43T .row {
  justify-content: space-between;
}
.cid-v5TtZam43T .card {
  justify-content: flex-end;
}
.cid-v5TtZam43T .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtZam43T .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZam43T .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtZam43T .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZam43T .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5TtZam43T .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-v5TtZam43T .panel-group {
    display: block;
  }
}
.cid-v5TtZam43T .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtZam43T .panel-group .card {
    padding: 22px 0;
  }
}
.cid-v5TtZam43T .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5TtZam43T .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5TtZam43T .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5TtZam43T .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-v5TtZam43T .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v5TtZam43T .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #79949f;
}
.cid-v5TtZam43T .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v5TtZam43T .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5TtZam43T .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-v5TtZam43T .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TtZam43T .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5TtZam43T .mbr-label {
  color: #79949F;
}
.cid-v5TtZam43T .mbr-section-title {
  color: #79949F;
}
.cid-v5TtZam43T .mbr-desc {
  color: #000000;
}
.cid-v5TtZam43T .panel-title-edit {
  color: #000000;
}
.cid-v5TtZam43T .panel-text {
  color: #4b4949;
}
.cid-v5TtZam43T .panel-text,
.cid-v5TtZam43T .panel-body {
  color: #000000;
}
.cid-v5TtZfLrqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtZfLrqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtZfLrqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtZfLrqh .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtZfLrqh .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtZfLrqh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TtZfLrqh .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TtZfLrqh .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TtZfLrqh .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-v5TtZfLrqh .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5TtZfLrqh .image-wrapper {
  padding: 16px;
  border: 3px dashed #79949f;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-v5TtZfLrqh .image-wrapper {
    transform: none;
  }
}
.cid-v5TtZfLrqh .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-v5TtZfLrqh .mbr-label {
  color: #79949F;
}
.cid-v5TtZfLrqh .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtZfLrqh .item-number {
  color: #79949F;
}
.cid-v5TtZfLrqh .item-title {
  color: #c10b02;
}
.cid-v5TtZfLrqh .item-text {
  color: #000000;
}
.cid-v5TtZfLrqh .mbr-section-title,
.cid-v5TtZfLrqh .title-wrap {
  color: #79949F;
}
.cid-v5TtZfLrqh .item-title,
.cid-v5TtZfLrqh .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtZm6ifr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtZm6ifr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtZm6ifr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtZm6ifr .content-wrap {
  margin: 0;
}
.cid-v5TtZm6ifr .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-v5TtZm6ifr .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtZm6ifr .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5TtZm6ifr .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtZm6ifr .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .content-wrapper {
    padding: 0;
  }
}
.cid-v5TtZm6ifr .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtZm6ifr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5TtZm6ifr .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v5TtZm6ifr .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtZm6ifr .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-v5TtZm6ifr .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #79949f;
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-v5TtZm6ifr .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtZm6ifr .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #79949f;
    padding-top: 22px;
  }
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #79949f !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #79949f !important;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #79949f;
  border-radius: 0;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v5TtZm6ifr .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5TtZm6ifr .mbr-label {
  color: #79949F;
}
.cid-v5TtZm6ifr .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtZm6ifr .mbr-text {
  color: #4b4949;
}
.cid-v5TtZm6ifr .mbr-desc {
  color: #4b4949;
}
.cid-v5TtZm6ifr label {
  color: #4b4949;
}
.cid-v5TtZm6ifr .mbr-section-title,
.cid-v5TtZm6ifr .mbr-section-btn {
  color: #79949F;
}
.cid-v5TtZm6ifr .mbr-text,
.cid-v5TtZm6ifr .text-wrapper {
  color: #000000;
}
.cid-v5TtZm6ifr .mbr-desc,
.cid-v5TtZm6ifr .desc-wrapper {
  color: #000000;
}
.cid-v5TtZslCoy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5TtZslCoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtZslCoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtZslCoy .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZslCoy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtZslCoy .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v5TtZslCoy .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TtZslCoy .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5TtZslCoy .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v5TtZslCoy .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TtZslCoy .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v5TtZslCoy .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5TtZslCoy .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v5TtZslCoy .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v5TtZslCoy .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5TtZslCoy .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #79949f;
}
@media (max-width: 1640px) {
  .cid-v5TtZslCoy .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5TtZslCoy .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v5TtZslCoy .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v5TtZslCoy .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5TtZslCoy .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v5TtZslCoy .mbr-label {
  color: #79949F;
}
.cid-v5TtZslCoy .mbr-section-title {
  color: #c10b02;
}
.cid-v5TtZslCoy .item-title {
  color: #000000;
}
.cid-v5TtZslCoy .mbr-section-title,
.cid-v5TtZslCoy .title-wrap {
  color: #79949F;
}
.cid-v5TtZyS9Rh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #79949f;
}
.cid-v5TtZyS9Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TtZyS9Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TtZyS9Rh .row {
  justify-content: center;
}
.cid-v5TtZyS9Rh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZyS9Rh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5TtZyS9Rh .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZyS9Rh .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtZyS9Rh .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5TtZyS9Rh .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-v5TtZyS9Rh .nav-wrapper .list .item-wrap:hover,
.cid-v5TtZyS9Rh .nav-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-v5TtZyS9Rh .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5TtZyS9Rh .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5TtZyS9Rh .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v5TtZyS9Rh .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5TtZyS9Rh .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5TtZyS9Rh .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v5TtZyS9Rh .mbr-section-title {
  color: #ffffff;
}
.cid-v5TtZyS9Rh .list {
  color: #ffffff;
}
