.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Anton-Regular';
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Anton-Regular';
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Ubuntu-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Anton-Regular';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Ubuntu-Light';
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #e30613 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #62c424 !important;
  border-color: #62c424 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7cdc3f !important;
  border-color: #7cdc3f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7cdc3f !important;
  border-color: #7cdc3f !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e30613 !important;
  border-color: #e30613 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f9232f !important;
  border-color: #f9232f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f9232f !important;
  border-color: #f9232f !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: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #62c424;
  color: #62c424;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3d7b17 !important;
  background-color: transparent !important;
  border-color: #3d7b17 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #62c424 !important;
  border-color: #62c424 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e30613;
  color: #e30613;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f040c !important;
  background-color: transparent !important;
  border-color: #8f040c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e30613 !important;
  border-color: #e30613 !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: #232323 !important;
}
.text-secondary {
  color: #62c424 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #e30613 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #376e14 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #80030b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #e30613;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdb8bc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu-Light';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu-Light';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #232323 !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: #62c424 !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='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cta {
  font-family: 'Anton-Regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.cta > .mbr-iconfont {
  font-size: 1.8rem;
}
.footer {
  font-family: 'Ubuntu-Light';
  font-size: 0.8rem;
  line-height: 1.5;
}
.footer > .mbr-iconfont {
  font-size: 0.8rem;
}
.faq {
  font-family: 'Anton-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.faq > .mbr-iconfont {
  font-size: 1.2rem;
}
.aufz-hlung {
  font-family: 'Ubuntu-Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.aufz-hlung > .mbr-iconfont {
  font-size: 0.9rem;
}
.navigation {
  font-family: 'Ubuntu-Light';
  font-size: 1.4rem;
  line-height: 1.5;
}
.navigation > .mbr-iconfont {
  font-size: 1.4rem;
}
.button {
  font-family: 'Ubuntu-Light';
  font-size: 0.7rem;
  line-height: 1.5;
}
.button > .mbr-iconfont {
  font-size: 0.7rem;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vbukeQhuVA {
  display: flex;
  background-image: url("../../../assets/images/img-20260228-105352-2000x1500.jpg");
}
.cid-vbukeQhuVA .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-vbukeQhuVA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vbukeQhuVA .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-vbukeQhuVA .image-wrap {
  text-align: center;
}
.cid-vbukeQhuVA .image-wrap .header-logo {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-vbukeQhuVA {
    align-items: center;
  }
  .cid-vbukeQhuVA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbukeQhuVA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbukeQhuVA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbukeQhuVA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbukeQhuVA .content-wrap {
    width: 100%;
  }
}
.cid-vbukeQhuVA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vbukeQhuVA .mbr-text,
.cid-vbukeQhuVA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vbukeQhuVA .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vatHa1Wpk0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vatHa1Wpk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vatHa1Wpk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vatHa1Wpk0 .content-wrap {
  margin: 0 -30px;
}
.cid-vatHa1Wpk0 .content-wrap .card {
  padding: 0 30px;
}
.cid-vatHa1Wpk0 .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vatHa1Wpk0 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vatHa1Wpk0 .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vatHa1Wpk0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vatHa1Wpk0 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vatHa1Wpk0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vatHa1Wpk0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vatHa1Wpk0 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vatHa1Wpk0 .mbr-section-title {
  color: #3a353e;
}
.cid-vatHa1Wpk0 .mbr-text {
  color: #3a353e;
}
.cid-vatHa1Wpk0 .mbr-text,
.cid-vatHa1Wpk0 .text-wrap {
  color: #000000;
}
.cid-vatHa1Wpk0 .mbr-section-title,
.cid-vatHa1Wpk0 .mbr-section-btn {
  color: #000000;
}
.cid-vatSohL7z7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vatSohL7z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vatSohL7z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vatSohL7z7 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vatSohL7z7 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vatSohL7z7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vatSohL7z7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vatSohL7z7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vatSohL7z7 .items-wrapper {
  margin: 0 -8px;
}
.cid-vatSohL7z7 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vatSohL7z7 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vatSohL7z7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vatSohL7z7 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vatSohL7z7 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-img img {
  height: 330px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
  padding: 8px 16px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vatSohL7z7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    width: 100%;
    text-align: center;
  }
}
.cid-vatSohL7z7 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vatSohL7z7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vatSohL7z7 .mbr-text,
.cid-vatSohL7z7 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vatSohL7z7 .item-title {
  color: #000000;
}
.cid-vatSohL7z7 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vatSohL7z7 .item-title,
.cid-vatSohL7z7 .mbr-section-btn {
  text-align: center;
}
.cid-vaRtOch77H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaRtOch77H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRtOch77H .container {
  max-width: 1300px;
}
.cid-vaRtOch77H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRtOch77H .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-vaRtOch77H .text-wrapper {
    padding: 3rem;
  }
}
.cid-vaRtOch77H .row {
  background: #f7f7f7;
}
.cid-vaRtOch77H .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vaRtOch77H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaRtOch77H .image-wrapper {
  padding: 0;
}
.cid-vaRtOch77H .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaRtOch77H .mbr-section-title {
  color: #000000;
}
.cid-vaRtOch77H .mbr-text,
.cid-vaRtOch77H .mbr-section-btn {
  color: #000000;
}
.cid-vaRtOch77H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaRuLYjQh8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-vaRuLYjQh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRuLYjQh8 .container {
  max-width: 1300px;
}
.cid-vaRuLYjQh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRuLYjQh8 .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-vaRuLYjQh8 .text-wrapper {
    padding: 3rem;
  }
}
.cid-vaRuLYjQh8 .row {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-vaRuLYjQh8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaRuLYjQh8 .image-wrapper {
  padding: 0;
}
.cid-vaRuLYjQh8 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaRuLYjQh8 .mbr-section-title {
  color: #000000;
}
.cid-vaRuLYjQh8 .mbr-text,
.cid-vaRuLYjQh8 .mbr-section-btn {
  color: #000000;
}
.cid-vaRuLYjQh8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaRv2TdqYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaRv2TdqYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRv2TdqYr .container {
  max-width: 1300px;
}
.cid-vaRv2TdqYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRv2TdqYr .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-vaRv2TdqYr .text-wrapper {
    padding: 3rem;
  }
}
.cid-vaRv2TdqYr .row {
  background: #f7f7f7;
}
.cid-vaRv2TdqYr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vaRv2TdqYr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaRv2TdqYr .image-wrapper {
  padding: 0;
}
.cid-vaRv2TdqYr .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaRv2TdqYr .mbr-section-title {
  color: #000000;
}
.cid-vaRv2TdqYr .mbr-text,
.cid-vaRv2TdqYr .mbr-section-btn {
  color: #000000;
}
.cid-vaRv2TdqYr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaqrtajXga {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaqrtajXga .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaqrtajXga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaqrtajXga .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaqrtajXga .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaqrtajXga .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #e30613 100%);
}
.cid-vaqrtajXga .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vaqrtajXga .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaqrtajXga .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vaqrtajXga .items-wrapper {
  margin: 0 -10px;
}
.cid-vaqrtajXga .items-wrapper .item {
  padding: 0 10px;
}
.cid-vaqrtajXga .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vaqrtajXga .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vaqrtajXga .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vaqrtajXga .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vaqrtajXga .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #e30613 100%);
}
.cid-vaqrtajXga .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vaqrtajXga .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vaqrtajXga .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vaqrtajXga .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vaqrtajXga .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaqrtajXga .btn-wrapper {
  margin-top: 0;
}
.cid-vaqrtajXga .mbr-label,
.cid-vaqrtajXga .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vaqrtajXga .mbr-section-title,
.cid-vaqrtajXga .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vaqrtajXga .mbr-desc {
  color: #ffffff;
}
.cid-vaqrtajXga .item-text {
  color: #565661;
}
.cid-vaqrtajXga .item-name {
  color: #171719;
}
.cid-vaqrtajXga .item-role {
  color: #000000;
}
.cid-vaqrtajXga .item-text,
.cid-vaqrtajXga .person-wrapper {
  color: #000000;
}
.cid-vawktD24zM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vawktD24zM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vawktD24zM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vawktD24zM .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vawktD24zM .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vawktD24zM .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vawktD24zM .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vawktD24zM .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vawktD24zM .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vawktD24zM .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vawktD24zM .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vawktD24zM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vawktD24zM .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vawktD24zM .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vawktD24zM .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vawktD24zM .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vawktD24zM .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vawktD24zM .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vawktD24zM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBeZbaD8l {
  display: flex;
  background-image: url("../../../assets/images/img-20260228-153044-2000x1500.jpg");
}
.cid-vcBeZbaD8l .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vcBeZbaD8l {
    align-items: flex-end;
  }
  .cid-vcBeZbaD8l .row {
    justify-content: center;
  }
  .cid-vcBeZbaD8l .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBeZbaD8l .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBeZbaD8l {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBeZbaD8l .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBeZbaD8l .content-wrap {
    width: 100%;
  }
}
.cid-vcBeZbaD8l .mbr-section-title,
.cid-vcBeZbaD8l .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBeZbaD8l .mbr-text,
.cid-vcBeZbaD8l .mbr-section-btn {
  text-align: center;
}
.cid-vbpAxrMFIS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbpAxrMFIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpAxrMFIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpAxrMFIS .content-wrap {
  margin: 0 -30px;
}
.cid-vbpAxrMFIS .content-wrap .card {
  padding: 0 30px;
}
.cid-vbpAxrMFIS .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbpAxrMFIS .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbpAxrMFIS .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vbpAxrMFIS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbpAxrMFIS .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vbpAxrMFIS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbpAxrMFIS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vbpAxrMFIS .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vbpAxrMFIS .text-columns-wrapper .row {
  margin: 0 -15px;
}
.cid-vbpAxrMFIS .text-columns-wrapper .col-12 {
  padding: 0 15px;
}
.cid-vbpAxrMFIS .text-columns-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vbpAxrMFIS .text-columns-wrapper .col-12:first-child {
    margin-bottom: 20px;
  }
}
.cid-vbpAxrMFIS .mbr-section-title {
  color: #3a353e;
}
.cid-vbpAxrMFIS .mbr-text {
  color: #3a353e;
}
.cid-vbpAxrMFIS .mbr-section-title,
.cid-vbpAxrMFIS .mbr-section-btn {
  color: #000000;
}
.cid-vbpAxrMFIS .mbr-text,
.cid-vbpAxrMFIS .text-wrap {
  color: #000000;
}
.cid-vcyKs5dAmK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcyKs5dAmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcyKs5dAmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcyKs5dAmK .row {
  margin: 0 -8px;
}
.cid-vcyKs5dAmK .row .card {
  padding: 0 8px;
}
.cid-vcyKs5dAmK .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #f7f7f7;
}
@media (max-width: 1440px) {
  .cid-vcyKs5dAmK .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcyKs5dAmK .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vcyKs5dAmK .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcyKs5dAmK .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcyKs5dAmK .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vcyKs5dAmK .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcyKs5dAmK .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcyKs5dAmK .image-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.cid-vcyKs5dAmK .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcyKs5dAmK .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-vcyKs5dAmK .mbr-section-title {
  color: #2c2c26;
}
.cid-vcyKs5dAmK .mbr-text,
.cid-vcyKs5dAmK .text-wrapper {
  color: #000000;
}
.cid-vcyKs5dAmK .mbr-section-title,
.cid-vcyKs5dAmK .mbr-section-btn {
  color: #000000;
}
.cid-vcCCD7pJy1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vcCCD7pJy1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vcCCD7pJy1 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-vcCCD7pJy1 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcCCD7pJy1 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-vcCCD7pJy1 .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vcCCD7pJy1 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-vcCCD7pJy1 .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-vcCCD7pJy1 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-vcCCD7pJy1 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-vcCCD7pJy1 .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-vcCCD7pJy1 .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcCCD7pJy1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcCCD7pJy1 .mbr-section-btn .btn:before {
  display: none;
}
.cid-vcCCD7pJy1 .mbr-section-btn .btn:after {
  display: none;
}
.cid-vcCCD7pJy1 .mbr-text,
.cid-vcCCD7pJy1 .mbr-section-btn {
  text-align: left;
}
.cid-vcCmyUF595 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcCmyUF595 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcCmyUF595 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcCmyUF595 .row {
  margin: 0 -8px;
}
.cid-vcCmyUF595 .row .card {
  padding: 0 8px;
}
.cid-vcCmyUF595 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #f7f7f7;
}
@media (max-width: 1440px) {
  .cid-vcCmyUF595 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcCmyUF595 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vcCmyUF595 .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcCmyUF595 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcCmyUF595 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vcCmyUF595 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcCmyUF595 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcCmyUF595 .image-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.cid-vcCmyUF595 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcCmyUF595 .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-vcCmyUF595 .mbr-section-title {
  color: #2c2c26;
}
.cid-vcCmyUF595 .mbr-text,
.cid-vcCmyUF595 .text-wrapper {
  color: #000000;
}
.cid-vcCmyUF595 .mbr-section-title,
.cid-vcCmyUF595 .mbr-section-btn {
  color: #000000;
}
.cid-vbvN9qGxHX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbvN9qGxHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvN9qGxHX .container {
  max-width: 1300px;
}
.cid-vbvN9qGxHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvN9qGxHX .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-vbvN9qGxHX .text-wrapper {
    padding: 3rem;
  }
}
.cid-vbvN9qGxHX .row {
  background: #f7f7f7;
}
.cid-vbvN9qGxHX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vbvN9qGxHX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbvN9qGxHX .image-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cid-vbvN9qGxHX .image-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vbvN9qGxHX .image-inner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.cid-vbvN9qGxHX .image-text-wrapper {
  padding: 0.75rem 1rem;
  background: #f7f7f7;
}
.cid-vbvN9qGxHX .mbr-image-text {
  color: #e5e5e5;
  margin: 0;
  text-align: center;
}
.cid-vbvN9qGxHX .mbr-section-title {
  color: #000000;
}
.cid-vbvN9qGxHX .mbr-text,
.cid-vbvN9qGxHX .mbr-section-btn {
  color: #000000;
}
.cid-vbvN9qGxHX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbvAeAtsE4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbvAeAtsE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvAeAtsE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvAeAtsE4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vbvAeAtsE4 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vbvAeAtsE4 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vbvAeAtsE4 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vbvAeAtsE4 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbvAeAtsE4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vbvAeAtsE4 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vbvAeAtsE4 .content-wrap {
  margin: 0 -20px;
}
.cid-vbvAeAtsE4 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vbvAeAtsE4 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vbvAeAtsE4 .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vbvAeAtsE4 .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vbvAeAtsE4 .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 1440px) {
  .cid-vbvAeAtsE4 .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vbvAeAtsE4 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vbvAeAtsE4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbvAeAtsE4 .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vbvAeAtsE4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbvAeAtsE4 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vbvAeAtsE4 .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vbvAeAtsE4 .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vbvAeAtsE4 .mbr-label {
  color: #000000;
}
.cid-vbvAeAtsE4 .mbr-section-title {
  color: #000000;
}
.cid-vbvAeAtsE4 .mbr-text {
  color: #000000;
}
.cid-vbvAeAtsE4 .mbr-number {
  color: #000000;
}
.cid-vbvAeAtsE4 .mbr-desc {
  color: #000000;
}
.cid-vbvAeAtsE4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vbvAeAtsE4 .list {
  color: #000000;
}
.cid-vaCZcOucpX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaCZcOucpX .card-box {
  width: fit-content;
}
.cid-vaCZcOucpX .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-vaCZcOucpX .cards {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-vaCZcOucpX .card-title {
  padding: 0;
  margin: 0;
}
.cid-vaCZcOucpX .card-wrapper {
  border: 1px solid #a6a99c;
  padding: 0.8rem 1rem;
  background: #ffffff;
  margin-left: -1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow 0.25s ease, transform 0.2s ease, background 0.2s ease;
}
.cid-vaCZcOucpX .card-wrapper:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  background: #f9f9f9;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vaCZcOucpX .card-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: -1px;
  }
}
.cid-vaCZcOucpX .card-icon {
  flex-shrink: 0;
  padding-right: 0.8rem;
}
.cid-vaCZcOucpX .card-title,
.cid-vaCZcOucpX .card-icon {
  color: #000000;
  text-align: left;
}
.cid-vaCZcOucpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaCZcOucpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpSS9i4lL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbpSS9i4lL .mbr-section-title {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vbpSS9i4lL .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-vbpSS9i4lL .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vbpSS9i4lL .mbr-text {
  margin: 10px 0;
  width: 100%;
  text-align: right;
}
.cid-vbpSS9i4lL .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-vbpSS9i4lL .btn-primary:hover {
  background-color: #62c424 !important;
  border-color: #62c424 !important;
}
@media (max-width: 767px) {
  .cid-vbpSS9i4lL .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-vbpSS9i4lL .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vbpSS9i4lL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpSS9i4lL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKliBYkhs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKliBYkhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKliBYkhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKliBYkhs .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKliBYkhs .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKliBYkhs .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKliBYkhs .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKliBYkhs .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKliBYkhs .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKliBYkhs .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKliBYkhs .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKliBYkhs .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKliBYkhs .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKliBYkhs .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKliBYkhs .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKliBYkhs .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKliBYkhs .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKliBYkhs .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKliBYkhs .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBonqYofx {
  display: flex;
  background-image: url("../../../assets/images/img-20260228-153138-2000x1500.jpg");
}
.cid-vcBonqYofx .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vcBonqYofx {
    align-items: flex-end;
  }
  .cid-vcBonqYofx .row {
    justify-content: center;
  }
  .cid-vcBonqYofx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBonqYofx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBonqYofx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBonqYofx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBonqYofx .content-wrap {
    width: 100%;
  }
}
.cid-vcBonqYofx .mbr-section-title,
.cid-vcBonqYofx .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBonqYofx .mbr-text,
.cid-vcBonqYofx .mbr-section-btn {
  text-align: center;
}
.cid-vaNMBtQnhA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaNMBtQnhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaNMBtQnhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaNMBtQnhA .content-wrap {
  margin: 0 -30px;
}
.cid-vaNMBtQnhA .content-wrap .card {
  padding: 0 30px;
}
.cid-vaNMBtQnhA .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaNMBtQnhA .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaNMBtQnhA .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vaNMBtQnhA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaNMBtQnhA .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaNMBtQnhA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaNMBtQnhA .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaNMBtQnhA .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaNMBtQnhA .mbr-section-title {
  color: #3a353e;
}
.cid-vaNMBtQnhA .mbr-text {
  color: #3a353e;
}
.cid-vaNMBtQnhA .mbr-section-title,
.cid-vaNMBtQnhA .mbr-section-btn {
  color: #000000;
}
.cid-vaNMBtQnhA .mbr-text,
.cid-vaNMBtQnhA .text-wrap {
  color: #000000;
}
.cid-vaNNf8jNjd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaNNf8jNjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaNNf8jNjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaNNf8jNjd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaNNf8jNjd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vaNNf8jNjd .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-vaNNf8jNjd .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vaNNf8jNjd .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vaNNf8jNjd .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #f7f7f7;
}
.cid-vaNNf8jNjd .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vaNNf8jNjd .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-vaNNf8jNjd .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vaNNf8jNjd .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vaNNf8jNjd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaNNf8jNjd .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-vaNNf8jNjd .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vaNNf8jNjd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vaNNf8jNjd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vaNNf8jNjd .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #232323;
}
.cid-vaNNf8jNjd .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-vaNNf8jNjd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vaNNf8jNjd .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vaNNf8jNjd .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-vaNNf8jNjd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vaNNf8jNjd .mbr-section-title,
.cid-vaNNf8jNjd .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vaNNf8jNjd .panel-title-edit {
  color: #000000;
}
.cid-vaNNf8jNjd .panel-text {
  color: #323432;
}
.cid-vcKlwSDxCt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlwSDxCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlwSDxCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlwSDxCt .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlwSDxCt .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlwSDxCt .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlwSDxCt .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlwSDxCt .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlwSDxCt .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlwSDxCt .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlwSDxCt .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlwSDxCt .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlwSDxCt .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlwSDxCt .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlwSDxCt .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlwSDxCt .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlwSDxCt .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlwSDxCt .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlwSDxCt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBp1ewkAu {
  display: flex;
  background-image: url("../../../assets/images/img-20260228-104813-2000x1500.jpg");
}
.cid-vcBp1ewkAu .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-vcBp1ewkAu {
    align-items: flex-end;
  }
  .cid-vcBp1ewkAu .row {
    justify-content: center;
  }
  .cid-vcBp1ewkAu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBp1ewkAu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBp1ewkAu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBp1ewkAu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBp1ewkAu .content-wrap {
    width: 100%;
  }
}
.cid-vcBp1ewkAu .mbr-section-title,
.cid-vcBp1ewkAu .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBp1ewkAu .mbr-text,
.cid-vcBp1ewkAu .mbr-section-btn {
  text-align: center;
}
.cid-vaNUTJlpSc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaNUTJlpSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaNUTJlpSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaNUTJlpSc .content-wrap {
  margin: 0 -30px;
}
.cid-vaNUTJlpSc .content-wrap .card {
  padding: 0 30px;
}
.cid-vaNUTJlpSc .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaNUTJlpSc .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaNUTJlpSc .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vaNUTJlpSc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaNUTJlpSc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaNUTJlpSc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaNUTJlpSc .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaNUTJlpSc .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaNUTJlpSc .mbr-section-title {
  color: #3a353e;
}
.cid-vaNUTJlpSc .mbr-text {
  color: #3a353e;
}
.cid-vaNUTJlpSc .mbr-section-title,
.cid-vaNUTJlpSc .mbr-section-btn {
  color: #000000;
}
.cid-vaNUTJlpSc .mbr-text,
.cid-vaNUTJlpSc .text-wrap {
  color: #000000;
}
.cid-vbbNda594d {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-vbbNda594d .showAlerts {
  display: block !important;
}
.cid-vbbNda594d .rowflexrev {
  display: -webkit-flex;
}
.cid-vbbNda594d .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vbbNda594d .title {
  margin-bottom: 2rem;
}
.cid-vbbNda594d .mbr-section-subtitle {
  color: #767676;
}
.cid-vbbNda594d textarea.form-control {
  min-height: 188px;
}
.cid-vbbNda594d LABEL {
  color: #232323;
  display: initial;
}
.cid-vbbNda594d .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vbbNda594d .mbr-section-labels {
  color: #000000;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vbbNda594d .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vbbNda594d .mbr-section-gdpr {
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}
.cid-vbbNda594d .alert {
  margin-bottom: 0;
}
.cid-vbbNda594d .alert-success {
  background-color: #232323;
}
.cid-vbbNda594d .alert-danger {
  background-color: #e30613;
}
.cid-vbbNda594d .btn {
  display: inline-flex;
}
.cid-vbbNda594d .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-vbbNda594d .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-vbbNda594d input,
.cid-vbbNda594d option,
.cid-vbbNda594d textarea {
  color: #000000;
}
.cid-vbbNda594d H2 {
  text-align: center;
}
.cid-vcKlCqsiKm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlCqsiKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlCqsiKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlCqsiKm .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlCqsiKm .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlCqsiKm .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlCqsiKm .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlCqsiKm .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlCqsiKm .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlCqsiKm .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlCqsiKm .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlCqsiKm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlCqsiKm .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlCqsiKm .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlCqsiKm .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlCqsiKm .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlCqsiKm .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlCqsiKm .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlCqsiKm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBiYMKrj7 {
  display: flex;
  background-image: url("../../../assets/images/gemini-generated-image-a8-1980x1080.png");
}
.cid-vcBiYMKrj7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-vcBiYMKrj7 {
    align-items: flex-end;
  }
  .cid-vcBiYMKrj7 .row {
    justify-content: center;
  }
  .cid-vcBiYMKrj7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBiYMKrj7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBiYMKrj7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBiYMKrj7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBiYMKrj7 .content-wrap {
    width: 100%;
  }
}
.cid-vcBiYMKrj7 .mbr-section-title,
.cid-vcBiYMKrj7 .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBiYMKrj7 .mbr-text,
.cid-vcBiYMKrj7 .mbr-section-btn {
  text-align: center;
}
.cid-vb5iYrNonL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb5iYrNonL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5iYrNonL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5iYrNonL .content-wrap {
  margin: 0 -30px;
}
.cid-vb5iYrNonL .content-wrap .card {
  padding: 0 30px;
}
.cid-vb5iYrNonL .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb5iYrNonL .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vb5iYrNonL .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vb5iYrNonL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vb5iYrNonL .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb5iYrNonL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb5iYrNonL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vb5iYrNonL .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vb5iYrNonL .mbr-section-title {
  color: #3a353e;
}
.cid-vb5iYrNonL .mbr-text {
  color: #3a353e;
}
.cid-vb5iYrNonL .mbr-section-title,
.cid-vb5iYrNonL .mbr-section-btn {
  color: #000000;
}
.cid-vb5iYrNonL .mbr-text,
.cid-vb5iYrNonL .text-wrap {
  color: #000000;
}
.cid-vbw2bnV7fs {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vbw2bnV7fs .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vbw2bnV7fs .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .image-wrapper {
    margin-bottom: 0;
  }
}
.cid-vbw2bnV7fs .mbr-left-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .left-col {
    display: flex;
    flex-direction: column;
    order: 3;
  }
  .cid-vbw2bnV7fs .left-col .image-wrapper {
    order: 1;
  }
  .cid-vbw2bnV7fs .left-col .mbr-left-text {
    order: 2;
  }
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .right-col {
    display: flex;
    flex-direction: column;
    order: 1;
  }
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .right-col .text-wrapper {
    order: 2;
  }
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .right-col img {
    order: 1;
  }
}
.cid-vbw2bnV7fs .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .text {
    padding-left: 1rem;
  }
}
.cid-vbw2bnV7fs .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-vbw2bnV7fs .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vbw2bnV7fs .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbw2bnV7fs .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 83px;
}
@media (max-width: 992px) {
  .cid-vbw2bnV7fs .text img {
    margin-top: 0;
    height: 294px;
  }
}
.cid-vbw2bnV7fs .mbr-section-subtitle {
  color: #FF4712;
}
.cid-vbw2bnV7fs .mbr-section-title {
  color: #000000;
}
.cid-vbw2bnV7fs .mbr-text {
  color: #000000;
}
.cid-vbA5UpaSUP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vbA5UpaSUP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbA5UpaSUP .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-vbA5UpaSUP .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-vbA5UpaSUP .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-vbA5UpaSUP .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vbA5UpaSUP .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-vbA5UpaSUP .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-vbA5UpaSUP .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-vbA5UpaSUP .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-vbA5UpaSUP .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-vbA5UpaSUP .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vbA5UpaSUP .mbr-section-btn {
  margin-top: 20px;
}
.cid-vbA5UpaSUP .mbr-section-btn .btn:before {
  display: none;
}
.cid-vbA5UpaSUP .mbr-section-btn .btn:after {
  display: none;
}
.cid-vbA5UpaSUP .mbr-text,
.cid-vbA5UpaSUP .mbr-section-btn {
  text-align: left;
}
.cid-vcfiZkf0HB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcfiZkf0HB .card-box {
  width: fit-content;
}
.cid-vcfiZkf0HB .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-vcfiZkf0HB .cards {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-vcfiZkf0HB .card-title {
  padding: 0;
  margin: 0;
}
.cid-vcfiZkf0HB .card-wrapper {
  border: 1px solid #a6a99c;
  padding: 0.8rem 1rem;
  background: #ffffff;
  margin-left: -1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow 0.25s ease, transform 0.2s ease, background 0.2s ease;
}
.cid-vcfiZkf0HB .card-wrapper:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  background: #f9f9f9;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcfiZkf0HB .card-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: -1px;
  }
}
.cid-vcfiZkf0HB .card-icon {
  flex-shrink: 0;
  padding-right: 0.8rem;
}
.cid-vcfiZkf0HB .card-title,
.cid-vcfiZkf0HB .card-icon {
  color: #000000;
  text-align: left;
}
.cid-vcfiZkf0HB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfiZkf0HB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpTkYJSSd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbpTkYJSSd .mbr-section-title {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-align: left;
  color: #000000;
}
.cid-vbpTkYJSSd .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-vbpTkYJSSd .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vbpTkYJSSd .mbr-text {
  margin: 10px 0;
  width: 100%;
  text-align: right;
}
.cid-vbpTkYJSSd .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-vbpTkYJSSd .btn-primary:hover {
  background-color: #62c424 !important;
  border-color: #62c424 !important;
}
@media (max-width: 767px) {
  .cid-vbpTkYJSSd .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-vbpTkYJSSd .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vbpTkYJSSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpTkYJSSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlox4ABm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlox4ABm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlox4ABm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlox4ABm .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlox4ABm .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlox4ABm .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlox4ABm .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlox4ABm .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlox4ABm .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlox4ABm .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlox4ABm .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlox4ABm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlox4ABm .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlox4ABm .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlox4ABm .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlox4ABm .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlox4ABm .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlox4ABm .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlox4ABm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBkofUk0T {
  display: flex;
  background-image: url("../../../assets/images/gemini-generated-image-a7-2-1980x1080.png");
}
.cid-vcBkofUk0T .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vcBkofUk0T {
    align-items: flex-end;
  }
  .cid-vcBkofUk0T .row {
    justify-content: center;
  }
  .cid-vcBkofUk0T .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBkofUk0T .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBkofUk0T {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBkofUk0T .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBkofUk0T .content-wrap {
    width: 100%;
  }
}
.cid-vcBkofUk0T .mbr-section-title,
.cid-vcBkofUk0T .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBkofUk0T .mbr-text,
.cid-vcBkofUk0T .mbr-section-btn {
  text-align: center;
}
.cid-vaNP18opUB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaNP18opUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaNP18opUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaNP18opUB .content-wrap {
  margin: 0 -30px;
}
.cid-vaNP18opUB .content-wrap .card {
  padding: 0 30px;
}
.cid-vaNP18opUB .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaNP18opUB .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaNP18opUB .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vaNP18opUB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaNP18opUB .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaNP18opUB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaNP18opUB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaNP18opUB .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaNP18opUB .mbr-section-title {
  color: #3a353e;
}
.cid-vaNP18opUB .mbr-text {
  color: #3a353e;
}
.cid-vaNP18opUB .mbr-section-title,
.cid-vaNP18opUB .mbr-section-btn {
  color: #000000;
}
.cid-vaNP18opUB .mbr-text,
.cid-vaNP18opUB .text-wrap {
  color: #000000;
}
.cid-vbvjOX0B39 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbvjOX0B39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvjOX0B39 .container {
  max-width: 1300px;
}
.cid-vbvjOX0B39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvjOX0B39 .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-vbvjOX0B39 .text-wrapper {
    padding: 3rem;
  }
}
.cid-vbvjOX0B39 .row {
  background: #f7f7f7;
}
.cid-vbvjOX0B39 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vbvjOX0B39 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbvjOX0B39 .image-wrapper {
  padding: 0;
}
.cid-vbvjOX0B39 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbvjOX0B39 .mbr-section-title {
  color: #000000;
}
.cid-vbvjOX0B39 .mbr-text,
.cid-vbvjOX0B39 .mbr-section-btn {
  color: #000000;
}
.cid-vbvjOX0B39 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbvk2FpHnc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbvk2FpHnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvk2FpHnc .container {
  max-width: 1300px;
}
.cid-vbvk2FpHnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvk2FpHnc .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-vbvk2FpHnc .text-wrapper {
    padding: 3rem;
  }
}
.cid-vbvk2FpHnc .row {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-vbvk2FpHnc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbvk2FpHnc .image-wrapper {
  padding: 0;
}
.cid-vbvk2FpHnc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbvk2FpHnc .mbr-section-title {
  color: #000000;
}
.cid-vbvk2FpHnc .mbr-text,
.cid-vbvk2FpHnc .mbr-section-btn {
  color: #000000;
}
.cid-vbvk2FpHnc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbAloBqIfG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vbAloBqIfG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbAloBqIfG .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-vbAloBqIfG .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-vbAloBqIfG .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-vbAloBqIfG .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vbAloBqIfG .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-vbAloBqIfG .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-vbAloBqIfG .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-vbAloBqIfG .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-vbAloBqIfG .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-vbAloBqIfG .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vbAloBqIfG .mbr-section-btn {
  margin-top: 20px;
}
.cid-vbAloBqIfG .mbr-section-btn .btn:before {
  display: none;
}
.cid-vbAloBqIfG .mbr-section-btn .btn:after {
  display: none;
}
.cid-vbAloBqIfG .mbr-text,
.cid-vbAloBqIfG .mbr-section-btn {
  text-align: left;
}
.cid-vbpTCcdxMl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbpTCcdxMl .mbr-section-title {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #000000;
}
.cid-vbpTCcdxMl .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-vbpTCcdxMl .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vbpTCcdxMl .mbr-text {
  margin: 10px 0;
  width: 100%;
  text-align: right;
}
.cid-vbpTCcdxMl .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-vbpTCcdxMl .btn-primary:hover {
  background-color: #62c424 !important;
  border-color: #62c424 !important;
}
@media (max-width: 767px) {
  .cid-vbpTCcdxMl .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-vbpTCcdxMl .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vbpTCcdxMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpTCcdxMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlqVNEho {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlqVNEho .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlqVNEho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlqVNEho .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlqVNEho .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlqVNEho .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlqVNEho .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlqVNEho .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlqVNEho .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlqVNEho .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlqVNEho .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlqVNEho .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlqVNEho .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlqVNEho .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlqVNEho .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlqVNEho .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlqVNEho .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlqVNEho .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlqVNEho .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBipdxG5S {
  display: flex;
  background-image: url("../../../assets/images/2-1.webp");
}
.cid-vcBipdxG5S .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vcBipdxG5S {
    align-items: flex-end;
  }
  .cid-vcBipdxG5S .row {
    justify-content: center;
  }
  .cid-vcBipdxG5S .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBipdxG5S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBipdxG5S {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBipdxG5S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBipdxG5S .content-wrap {
    width: 100%;
  }
}
.cid-vcBipdxG5S .mbr-section-title,
.cid-vcBipdxG5S .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBipdxG5S .mbr-text,
.cid-vcBipdxG5S .mbr-section-btn {
  text-align: center;
}
.cid-vaIgZxGj4N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaIgZxGj4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIgZxGj4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIgZxGj4N .content-wrap {
  margin: 0 -30px;
}
.cid-vaIgZxGj4N .content-wrap .card {
  padding: 0 30px;
}
.cid-vaIgZxGj4N .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaIgZxGj4N .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaIgZxGj4N .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vaIgZxGj4N .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaIgZxGj4N .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaIgZxGj4N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaIgZxGj4N .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaIgZxGj4N .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaIgZxGj4N .mbr-section-title {
  color: #3a353e;
}
.cid-vaIgZxGj4N .mbr-text {
  color: #3a353e;
}
.cid-vaIgZxGj4N .mbr-section-title,
.cid-vaIgZxGj4N .mbr-section-btn {
  color: #000000;
}
.cid-vaIgZxGj4N .mbr-text,
.cid-vaIgZxGj4N .text-wrap {
  color: #000000;
}
.cid-vbpmTw9SIi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vbpmTw9SIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpmTw9SIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vbpmTw9SIi .row {
    padding: 0 13px;
  }
}
.cid-vbpmTw9SIi .title-wrapper {
  margin-bottom: 64px;
}
.cid-vbpmTw9SIi .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vbpmTw9SIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbpmTw9SIi .card-wrapper {
  margin-bottom: 42px;
}
.cid-vbpmTw9SIi .card-wrapper .card-title_1,
.cid-vbpmTw9SIi .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-vbpmTw9SIi .card-wrapper .card-text_1,
.cid-vbpmTw9SIi .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-vbpmTw9SIi .card-wrapper .card-title_1,
  .cid-vbpmTw9SIi .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-vbpmTw9SIi .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vbpmTw9SIi .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vbpmTw9SIi .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-vbpmTw9SIi .image-wrap .image-wrapper img {
  object-fit: cover;
}
.cid-vbpmTw9SIi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vbpmTw9SIi .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-vbpmTw9SIi .card-title_1 {
  color: #000000;
  text-align: right;
}
.cid-vbpmTw9SIi .card-text_1 {
  color: #000000;
  text-align: right;
}
.cid-vbpmTw9SIi .card-title_2 {
  color: #000000;
}
.cid-vbpmTw9SIi .card-text_2 {
  color: #000000;
}
.cid-vbAnYDtTMw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vbAnYDtTMw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbAnYDtTMw .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-vbAnYDtTMw .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-vbAnYDtTMw .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-vbAnYDtTMw .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vbAnYDtTMw .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-vbAnYDtTMw .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-vbAnYDtTMw .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-vbAnYDtTMw .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-vbAnYDtTMw .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-vbAnYDtTMw .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vbAnYDtTMw .mbr-section-btn {
  margin-top: 20px;
}
.cid-vbAnYDtTMw .mbr-section-btn .btn:before {
  display: none;
}
.cid-vbAnYDtTMw .mbr-section-btn .btn:after {
  display: none;
}
.cid-vbAnYDtTMw .mbr-text,
.cid-vbAnYDtTMw .mbr-section-btn {
  text-align: left;
}
.cid-vbpU9MtStT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbpU9MtStT .mbr-section-title {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #000000;
}
.cid-vbpU9MtStT .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-vbpU9MtStT .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vbpU9MtStT .mbr-text {
  margin: 10px 0;
  width: 100%;
  text-align: right;
}
.cid-vbpU9MtStT .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-vbpU9MtStT .btn-primary:hover {
  background-color: #62c424 !important;
  border-color: #62c424 !important;
}
@media (max-width: 767px) {
  .cid-vbpU9MtStT .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-vbpU9MtStT .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vbpU9MtStT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpU9MtStT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKllMV1bM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKllMV1bM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKllMV1bM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKllMV1bM .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKllMV1bM .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKllMV1bM .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKllMV1bM .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKllMV1bM .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKllMV1bM .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKllMV1bM .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKllMV1bM .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKllMV1bM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKllMV1bM .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKllMV1bM .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKllMV1bM .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKllMV1bM .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKllMV1bM .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKllMV1bM .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKllMV1bM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBlMc4zLh {
  display: flex;
  background-image: url("../../../assets/images/n420carinajirsch1-2000x1334.jpg");
}
.cid-vcBlMc4zLh .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vcBlMc4zLh {
    align-items: flex-end;
  }
  .cid-vcBlMc4zLh .row {
    justify-content: center;
  }
  .cid-vcBlMc4zLh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBlMc4zLh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBlMc4zLh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBlMc4zLh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBlMc4zLh .content-wrap {
    width: 100%;
  }
}
.cid-vcBlMc4zLh .mbr-section-title,
.cid-vcBlMc4zLh .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBlMc4zLh .mbr-text,
.cid-vcBlMc4zLh .mbr-section-btn {
  text-align: center;
}
.cid-vaNSD80r1o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaNSD80r1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaNSD80r1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaNSD80r1o .content-wrap {
  margin: 0 -30px;
}
.cid-vaNSD80r1o .content-wrap .card {
  padding: 0 30px;
}
.cid-vaNSD80r1o .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaNSD80r1o .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaNSD80r1o .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vaNSD80r1o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaNSD80r1o .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaNSD80r1o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaNSD80r1o .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaNSD80r1o .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaNSD80r1o .mbr-section-title {
  color: #3a353e;
}
.cid-vaNSD80r1o .mbr-text {
  color: #3a353e;
}
.cid-vaNSD80r1o .mbr-section-title,
.cid-vaNSD80r1o .mbr-section-btn {
  color: #000000;
}
.cid-vaNSD80r1o .mbr-text,
.cid-vaNSD80r1o .text-wrap {
  color: #000000;
}
.cid-vcmNzoI7Zf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcmNzoI7Zf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vcmNzoI7Zf .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vcmNzoI7Zf .mbr-section-subtitle2 {
  text-align: left;
  margin-top: 0.75rem;
}
.cid-vcmNzoI7Zf .list-wrapper {
  margin-top: 1.5rem;
  font-size: 0.9rem !important;
  color: #000000;
}
.cid-vcmNzoI7Zf .list-wrapper .custom-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem !important;
}
.cid-vcmNzoI7Zf .list-wrapper .custom-list li {
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 0.9rem !important;
}
.cid-vcmNzoI7Zf .list-wrapper .custom-list li:before {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d0432b;
  font-weight: bold;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="ubuntu"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="ubuntu"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="ubuntu"] .custom-list li {
  font-family: 'Ubuntu', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="ubuntu-light"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="ubuntu-light"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="ubuntu-light"] .custom-list li {
  font-family: 'Ubuntu Light', sans-serif !important;
  font-weight: 300 !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="jost"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="jost"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="jost"] .custom-list li {
  font-family: 'Jost', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="roboto"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="roboto"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="roboto"] .custom-list li {
  font-family: 'Roboto', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="opensans"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="opensans"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="opensans"] .custom-list li {
  font-family: 'Open Sans', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="montserrat"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="montserrat"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="montserrat"] .custom-list li {
  font-family: 'Montserrat', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="poppins"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="poppins"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="poppins"] .custom-list li {
  font-family: 'Poppins', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-font="lato"],
.cid-vcmNzoI7Zf .list-wrapper[data-font="lato"] .custom-list,
.cid-vcmNzoI7Zf .list-wrapper[data-font="lato"] .custom-list li {
  font-family: 'Lato', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper[data-icon-style="dot"] .custom-list li:before {
  content: "";
  background-color: #d0432b;
  width: 0.5em;
  height: 0.5em;
  top: 0.6em;
  border-radius: 50%;
}
.cid-vcmNzoI7Zf .list-wrapper[data-icon-style="check"] .custom-list li:before {
  content: "✓";
  font-size: 1.2em;
  top: 0;
}
.cid-vcmNzoI7Zf .list-wrapper[data-icon-style="arrow"] .custom-list li:before {
  content: "→";
  font-size: 1.2em;
  top: 0;
}
.cid-vcmNzoI7Zf .list-wrapper[data-icon-style="plus"] .custom-list li:before {
  content: "+";
  font-size: 1.3em;
  top: 0;
}
.cid-vcmNzoI7Zf .list-wrapper[data-icon-style="star"] .custom-list li:before {
  content: "★";
  font-size: 0.9em;
  top: 0.1em;
}
.cid-vcmNzoI7Zf .list-wrapper[data-icon-style="square"] .custom-list li:before {
  content: "";
  background-color: #d0432b;
  width: 0.5em;
  height: 0.5em;
  top: 0.6em;
}
.cid-vcmNzoI7Zf .list-wrapper[data-icon-style="ring"] .custom-list li:before {
  content: "";
  border: 2px solid #d0432b;
  background-color: transparent;
  width: 0.5em;
  height: 0.5em;
  top: 0.6em;
  border-radius: 50%;
}
.cid-vcmNzoI7Zf .list-wrapper-2 {
  margin-top: 1.5rem;
  font-size: 0.9rem !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2 .custom-list-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2 .custom-list-2 li {
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 0.9rem !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2 .custom-list-2 li:before {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d0432b;
  font-weight: bold;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="ubuntu"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="ubuntu"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="ubuntu"] .custom-list-2 li {
  font-family: 'Ubuntu', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="ubuntu-light"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="ubuntu-light"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="ubuntu-light"] .custom-list-2 li {
  font-family: 'Ubuntu Light', sans-serif !important;
  font-weight: 300 !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="jost"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="jost"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="jost"] .custom-list-2 li {
  font-family: 'Jost', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="roboto"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="roboto"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="roboto"] .custom-list-2 li {
  font-family: 'Roboto', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="opensans"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="opensans"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="opensans"] .custom-list-2 li {
  font-family: 'Open Sans', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="montserrat"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="montserrat"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="montserrat"] .custom-list-2 li {
  font-family: 'Montserrat', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="poppins"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="poppins"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="poppins"] .custom-list-2 li {
  font-family: 'Poppins', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="lato"],
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="lato"] .custom-list-2,
.cid-vcmNzoI7Zf .list-wrapper-2[data-font="lato"] .custom-list-2 li {
  font-family: 'Lato', sans-serif !important;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-icon-style="dot"] .custom-list-2 li:before {
  content: "";
  background-color: #d0432b;
  width: 0.5em;
  height: 0.5em;
  top: 0.6em;
  border-radius: 50%;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-icon-style="check"] .custom-list-2 li:before {
  content: "✓";
  font-size: 1.2em;
  top: 0;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-icon-style="arrow"] .custom-list-2 li:before {
  content: "→";
  font-size: 1.2em;
  top: 0;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-icon-style="plus"] .custom-list-2 li:before {
  content: "+";
  font-size: 1.3em;
  top: 0;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-icon-style="star"] .custom-list-2 li:before {
  content: "★";
  font-size: 0.9em;
  top: 0.1em;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-icon-style="square"] .custom-list-2 li:before {
  content: "";
  background-color: #d0432b;
  width: 0.5em;
  height: 0.5em;
  top: 0.6em;
}
.cid-vcmNzoI7Zf .list-wrapper-2[data-icon-style="ring"] .custom-list-2 li:before {
  content: "";
  border: 2px solid #d0432b;
  background-color: transparent;
  width: 0.5em;
  height: 0.5em;
  top: 0.6em;
  border-radius: 50%;
}
.cid-vcmNzoI7Zf .image-column {
  display: flex;
  align-items: center;
}
.cid-vcmNzoI7Zf .image-column .image-wrapper {
  width: 100%;
}
.cid-vcmNzoI7Zf .image-column .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-vcmNzoI7Zf .image-column {
    margin-top: 2rem;
    order: 2 !important;
  }
  .cid-vcmNzoI7Zf .content-column {
    order: 1 !important;
  }
}
.cid-vbvlewnvwi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbvlewnvwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvlewnvwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbvlewnvwi .row {
    flex-direction: row-reverse;
  }
}
.cid-vbvlewnvwi .content-head {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 767px) {
  .cid-vbvlewnvwi .content-head {
    margin-bottom: 1rem !important;
  }
}
.cid-vbvlewnvwi .blockContent .text-col {
  display: flex;
  flex-direction: column;
}
.cid-vbvlewnvwi .blockContent.text-pos-top {
  align-items: stretch;
}
.cid-vbvlewnvwi .blockContent.text-pos-top .text-col {
  justify-content: flex-start;
}
.cid-vbvlewnvwi .blockContent.text-pos-top .text-col .item-wrapper {
  margin-bottom: 0;
}
.cid-vbvlewnvwi .blockContent.text-pos-bottom {
  align-items: stretch;
}
.cid-vbvlewnvwi .blockContent.text-pos-bottom .text-col {
  justify-content: flex-end;
}
.cid-vbvlewnvwi .blockContent.text-pos-bottom .text-col .item-wrapper {
  margin-bottom: 0;
}
.cid-vbvlewnvwi .blockContent.text-pos-custom {
  align-items: stretch;
}
.cid-vbvlewnvwi .blockContent.text-pos-custom .text-col {
  justify-content: flex-start;
  padding-top: var(--text-position, 0%);
}
.cid-vbvlewnvwi .blockContent.text-pos-custom .text-col .item-wrapper {
  margin-bottom: 0;
}
.cid-vbvlewnvwi .mbr-description {
  text-align: left;
}
.cid-vbvlewnvwi .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 0;
  padding: 2.25rem;
}
.cid-vbvlewnvwi .image-wrapper {
  overflow: hidden;
}
.cid-vbvlewnvwi .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.cid-vbvlewnvwi .card-title,
.cid-vbvlewnvwi .iconfont-wrapper {
  color: #000000;
}
.cid-vbvlewnvwi .card-text {
  color: #000000;
}
.cid-vbvlewnvwi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vbvlewnvwi .mbr-number {
  color: #9fe870;
}
.cid-vbvlewnvwi .mbr-text,
.cid-vbvlewnvwi .mbr-section-btn {
  text-align: center;
}
.cid-vbvlewnvwi .card-text,
.cid-vbvlewnvwi .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vbvlewnvwi .card-title {
  color: #000000;
}
.cid-vbvlewnvwi .item-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cid-vbvlewnvwi .item-footer .btn.item-btn {
  padding: 0.45rem 1.6rem;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  line-height: 1.4;
}
.cid-vbvlewnvwi .item-footer .btn.item-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.cid-vbvlewnvwi .item-footer .btn.item-btn:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}
.cid-vbvlewnvwi .item-footer .btn.item-btn.btn-secondary {
  background: transparent;
  border: 1px solid currentColor;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.cid-vbvlewnvwi .item-footer .btn.item-btn.btn-secondary:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .cid-vbvlewnvwi .blockContent .text-col {
    justify-content: flex-start !important;
    padding-top: 0 !important;
  }
  .cid-vbvlewnvwi .blockContent .text-col .item-wrapper {
    margin-bottom: 1.25rem;
  }
  .cid-vbvlewnvwi .image-wrapper img {
    border-radius: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vbvlewnvwi .item-wrapper {
    padding: 1.75rem 1.5rem;
  }
  .cid-vbvlewnvwi .item-footer .btn.item-btn {
    padding: 0.4rem 1.2rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-vbvlewnvwi .item-wrapper {
    padding: 1.5rem 1.25rem;
  }
  .cid-vbvlewnvwi .blockContent .text-col .item-wrapper {
    margin-bottom: 1rem;
  }
  .cid-vbvlewnvwi .item-footer {
    gap: 0.5rem;
  }
  .cid-vbvlewnvwi .item-footer .btn.item-btn {
    padding: 0.4rem 1.2rem;
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
  }
  .cid-vbvlewnvwi .card-text {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .cid-vbvlewnvwi .mbr-section-title {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 480px) {
  .cid-vbvlewnvwi .item-wrapper {
    padding: 1.25rem 1rem;
  }
  .cid-vbvlewnvwi .item-footer .btn.item-btn {
    padding: 0.4rem 1rem;
    font-size: 0.78rem;
  }
}
.cid-vbyIl8yfYV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbyIl8yfYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbyIl8yfYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbyIl8yfYV .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vbyIl8yfYV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbyIl8yfYV .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vbyIl8yfYV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbyIl8yfYV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vbyIl8yfYV .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vbyIl8yfYV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbyIl8yfYV .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-vbyIl8yfYV .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vbyIl8yfYV .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-vbyIl8yfYV .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-vbyIl8yfYV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-vbyIl8yfYV .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-vbyIl8yfYV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-vbyIl8yfYV .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-vbyIl8yfYV .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-vbyIl8yfYV .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vbyIl8yfYV .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-vbyIl8yfYV .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-vbyIl8yfYV .mbr-section-title {
  color: #c10b02;
}
.cid-vbyIl8yfYV .mbr-text,
.cid-vbyIl8yfYV .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vbyIl8yfYV .item-title {
  color: #4b4949;
  text-align: left;
}
.cid-vbyIl8yfYV .mbr-section-title,
.cid-vbyIl8yfYV .mbr-section-btn {
  text-align: center;
}
.cid-vbpUpKrZrv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbpUpKrZrv .mbr-section-title {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vbpUpKrZrv .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-vbpUpKrZrv .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vbpUpKrZrv .mbr-text {
  margin: 10px 0;
  width: 100%;
  text-align: right;
}
.cid-vbpUpKrZrv .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-vbpUpKrZrv .btn-primary:hover {
  background-color: #62c424 !important;
  border-color: #62c424 !important;
}
@media (max-width: 767px) {
  .cid-vbpUpKrZrv .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-vbpUpKrZrv .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vbpUpKrZrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpUpKrZrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKltXC74w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKltXC74w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKltXC74w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKltXC74w .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKltXC74w .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKltXC74w .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKltXC74w .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKltXC74w .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKltXC74w .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKltXC74w .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKltXC74w .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKltXC74w .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKltXC74w .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKltXC74w .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKltXC74w .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKltXC74w .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKltXC74w .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKltXC74w .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKltXC74w .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcBehHOurz {
  display: flex;
  background-image: url("../../../assets/images/upscaling-1-1980x1080.png");
}
.cid-vcBehHOurz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vcBehHOurz {
    align-items: flex-end;
  }
  .cid-vcBehHOurz .row {
    justify-content: center;
  }
  .cid-vcBehHOurz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcBehHOurz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcBehHOurz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcBehHOurz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcBehHOurz .content-wrap {
    width: 100%;
  }
}
.cid-vcBehHOurz .mbr-section-title,
.cid-vcBehHOurz .mbr-section-subtitle {
  text-align: center;
}
.cid-vcBehHOurz .mbr-text,
.cid-vcBehHOurz .mbr-section-btn {
  text-align: center;
}
.cid-vbGAhZKtWJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbGAhZKtWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGAhZKtWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGAhZKtWJ .content-wrap {
  margin: 0 -30px;
}
.cid-vbGAhZKtWJ .content-wrap .card {
  padding: 0 30px;
}
.cid-vbGAhZKtWJ .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbGAhZKtWJ .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbGAhZKtWJ .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vbGAhZKtWJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbGAhZKtWJ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vbGAhZKtWJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbGAhZKtWJ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vbGAhZKtWJ .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vbGAhZKtWJ .mbr-section-title {
  color: #3a353e;
}
.cid-vbGAhZKtWJ .mbr-text {
  color: #3a353e;
}
.cid-vbGAhZKtWJ .mbr-section-title,
.cid-vbGAhZKtWJ .mbr-section-btn {
  color: #000000;
}
.cid-vbGAhZKtWJ .mbr-text,
.cid-vbGAhZKtWJ .text-wrap {
  color: #000000;
}
.cid-vbGFIOErFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbGFIOErFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGFIOErFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGFIOErFU .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-vbGFIOErFU .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vbGFIOErFU .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-vbGFIOErFU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vbGFIOErFU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbGFIOErFU .content-wrapper .left-img-wrap {
  background-color: #f2f1f3;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .content-wrapper .left-img-wrap {
    padding: 20px;
  }
}
.cid-vbGFIOErFU .content-wrapper .left-img-wrap img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
}
.cid-vbGFIOErFU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .items-wrapper {
    display: block;
  }
}
.cid-vbGFIOErFU .full-width-items .items-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .full-width-items .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .item {
    margin-bottom: 40px;
  }
}
.cid-vbGFIOErFU .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbGFIOErFU .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-vbGFIOErFU .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
}
.cid-vbGFIOErFU .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-vbGFIOErFU .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbGFIOErFU .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-vbGFIOErFU .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vbGFIOErFU .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbGFIOErFU .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vbGFIOErFU .mbr-label {
  color: #19171c;
}
.cid-vbGFIOErFU .mbr-section-title {
  color: #19171c;
}
.cid-vbGFIOErFU .mbr-text {
  color: #000000;
}
.cid-vbGFIOErFU .item-title {
  color: #19171c;
}
.cid-vbGFIOErFU .item-text {
  color: #6e6e73;
}
.cid-vbGFIOErFU .item-text,
.cid-vbGFIOErFU .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vbGFIOErFU .mbr-section-title,
.cid-vbGFIOErFU .mbr-section-btn {
  color: #000000;
}
.cid-vbGFIOErFU .item-title,
.cid-vbGFIOErFU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKlbDBFfD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlbDBFfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlbDBFfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlbDBFfD .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlbDBFfD .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlbDBFfD .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlbDBFfD .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlbDBFfD .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlbDBFfD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlbDBFfD .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlbDBFfD .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlbDBFfD .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlbDBFfD .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlbDBFfD .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlbDBFfD .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlbDBFfD .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlbDBFfD .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlbDBFfD .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlbDBFfD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vbQcCmJgJ3 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/2.webp");
}
.cid-vbQcCmJgJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbQcCmJgJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbQcCmJgJ3 .card {
  justify-content: flex-end;
}
.cid-vbQcCmJgJ3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbQcCmJgJ3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vbQcCmJgJ3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbQcCmJgJ3 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-vbQcCmJgJ3 .mbr-label {
  color: #ffffff;
}
.cid-vbQcCmJgJ3 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vbQcCmJgJ3 .mbr-text {
  color: #ffffff;
}
.cid-vbQcCmX4B5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbQcCmX4B5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbQcCmX4B5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbQcCmX4B5 .content-wrap {
  margin: 0 -30px;
}
.cid-vbQcCmX4B5 .content-wrap .card {
  padding: 0 30px;
}
.cid-vbQcCmX4B5 .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbQcCmX4B5 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbQcCmX4B5 .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vbQcCmX4B5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbQcCmX4B5 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vbQcCmX4B5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbQcCmX4B5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vbQcCmX4B5 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vbQcCmX4B5 .mbr-section-title {
  color: #3a353e;
}
.cid-vbQcCmX4B5 .mbr-text {
  color: #3a353e;
}
.cid-vbQcCmX4B5 .mbr-section-title,
.cid-vbQcCmX4B5 .mbr-section-btn {
  color: #000000;
}
.cid-vbQcCmX4B5 .mbr-text,
.cid-vbQcCmX4B5 .text-wrap {
  color: #000000;
}
.cid-vbQcRGEuD1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vbQcRGEuD1 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-vbQcRGEuD1 .wrap {
    width: 100%;
  }
}
.cid-vbQcRGEuD1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vbQcRGEuD1 .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vbQcRGEuD1 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #7787a5;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-vbQcRGEuD1 .top {
    padding-top: 20px;
  }
}
.cid-vbQcRGEuD1 .mbr-text {
  font-style: italic;
  color: #9a948d;
}
@media (min-width: 769px) {
  .cid-vbQcRGEuD1 .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-vbQcRGEuD1 .mbr-title {
  color: #edefeb;
}
.cid-vbQcRGEuD1 .mbr-section-title {
  color: #edefeb;
}
.cid-vcKlfHdLke {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlfHdLke .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlfHdLke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlfHdLke .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlfHdLke .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlfHdLke .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlfHdLke .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlfHdLke .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlfHdLke .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlfHdLke .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlfHdLke .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlfHdLke .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlfHdLke .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlfHdLke .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlfHdLke .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlfHdLke .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlfHdLke .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlfHdLke .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlfHdLke .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcfqSKplq4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcfqSKplq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfqSKplq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfqSKplq4 .content-wrap {
  margin: 0 -30px;
}
.cid-vcfqSKplq4 .content-wrap .card {
  padding: 0 30px;
}
.cid-vcfqSKplq4 .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcfqSKplq4 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcfqSKplq4 .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vcfqSKplq4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcfqSKplq4 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcfqSKplq4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcfqSKplq4 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vcfqSKplq4 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcfqSKplq4 .mbr-section-title {
  color: #3a353e;
}
.cid-vcfqSKplq4 .mbr-text {
  color: #3a353e;
}
.cid-vcfqSKplq4 .mbr-section-title,
.cid-vcfqSKplq4 .mbr-section-btn {
  color: #000000;
}
.cid-vcfqSKplq4 .mbr-text,
.cid-vcfqSKplq4 .text-wrap {
  color: #000000;
}
.cid-vcKlKVBGOe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlKVBGOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlKVBGOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlKVBGOe .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlKVBGOe .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlKVBGOe .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlKVBGOe .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlKVBGOe .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlKVBGOe .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlKVBGOe .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlKVBGOe .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlKVBGOe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlKVBGOe .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlKVBGOe .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlKVBGOe .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlKVBGOe .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlKVBGOe .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlKVBGOe .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlKVBGOe .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcfre3i9TU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcfre3i9TU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfre3i9TU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfre3i9TU .content-wrap {
  margin: 0 -30px;
}
.cid-vcfre3i9TU .content-wrap .card {
  padding: 0 30px;
}
.cid-vcfre3i9TU .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcfre3i9TU .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcfre3i9TU .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vcfre3i9TU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcfre3i9TU .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcfre3i9TU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcfre3i9TU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vcfre3i9TU .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcfre3i9TU .mbr-section-title {
  color: #3a353e;
}
.cid-vcfre3i9TU .mbr-text {
  color: #3a353e;
}
.cid-vcfre3i9TU .mbr-section-title,
.cid-vcfre3i9TU .mbr-section-btn {
  color: #000000;
}
.cid-vcfre3i9TU .mbr-text,
.cid-vcfre3i9TU .text-wrap {
  color: #000000;
}
.cid-vcKlSHfMJq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlSHfMJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlSHfMJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlSHfMJq .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlSHfMJq .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlSHfMJq .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlSHfMJq .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlSHfMJq .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlSHfMJq .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlSHfMJq .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlSHfMJq .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlSHfMJq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlSHfMJq .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlSHfMJq .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlSHfMJq .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlSHfMJq .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlSHfMJq .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlSHfMJq .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlSHfMJq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcfuDg55UY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcfuDg55UY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfuDg55UY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfuDg55UY .content-wrap {
  margin: 0 -30px;
}
.cid-vcfuDg55UY .content-wrap .card {
  padding: 0 30px;
}
.cid-vcfuDg55UY .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcfuDg55UY .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcfuDg55UY .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #e5e5e5;
}
.cid-vcfuDg55UY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcfuDg55UY .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcfuDg55UY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcfuDg55UY .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vcfuDg55UY .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcfuDg55UY .mbr-section-title {
  color: #3a353e;
}
.cid-vcfuDg55UY .mbr-text {
  color: #3a353e;
}
.cid-vcfuDg55UY .mbr-section-title,
.cid-vcfuDg55UY .mbr-section-btn {
  color: #000000;
}
.cid-vcfuDg55UY .mbr-text,
.cid-vcfuDg55UY .text-wrap {
  color: #000000;
}
.cid-vcKlWeR4kI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlWeR4kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlWeR4kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlWeR4kI .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlWeR4kI .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlWeR4kI .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlWeR4kI .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlWeR4kI .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlWeR4kI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlWeR4kI .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlWeR4kI .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlWeR4kI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlWeR4kI .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlWeR4kI .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlWeR4kI .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlWeR4kI .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlWeR4kI .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlWeR4kI .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlWeR4kI .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 {
  z-index: 1000;
  width: 100%;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .dropdown-menu {
  padding: 0;
}
.cid-vcjt5Kpn25 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcjt5Kpn25 .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcjt5Kpn25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcjt5Kpn25 .nav-link {
  position: relative;
}
.cid-vcjt5Kpn25 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcjt5Kpn25 .dropdown-menu,
.cid-vcjt5Kpn25 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcjt5Kpn25 .nav-item:focus,
.cid-vcjt5Kpn25 .nav-link:focus {
  outline: none;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcjt5Kpn25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcjt5Kpn25 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcjt5Kpn25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcjt5Kpn25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcjt5Kpn25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcjt5Kpn25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcjt5Kpn25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcjt5Kpn25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcjt5Kpn25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcjt5Kpn25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcjt5Kpn25 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcjt5Kpn25 .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcjt5Kpn25 .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcjt5Kpn25 .dropdown-item.active,
.cid-vcjt5Kpn25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcjt5Kpn25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcjt5Kpn25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcjt5Kpn25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcjt5Kpn25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcjt5Kpn25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcjt5Kpn25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcjt5Kpn25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcjt5Kpn25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcjt5Kpn25 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcjt5Kpn25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcjt5Kpn25 .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-vcjt5Kpn25 .navbar {
    height: 70px;
  }
  .cid-vcjt5Kpn25 .navbar.opened {
    height: auto;
  }
  .cid-vcjt5Kpn25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjt5Kpn25 .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcjt5Kpn25 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcjt5Kpn25 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcjt5Kpn25 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcjt5Kpn25 .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcjt5Kpn25 .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcjt5Kpn25 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_box {
    width: 50%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcjt5Kpn25 .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcjt5Kpn25 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcjt5Kpn25 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcjt5Kpn25 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcjt5Kpn25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .image-wrapper {
    display: none;
  }
}
.cid-vcjt5Kpn25 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcjt5Kpn25 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav {
  display: flex !important;
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcjt5Kpn25 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcjt5Kpn25 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcjt5Kpn25 .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcjt5Kpn25 .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcjt5Kpn25 .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcjt5Kpn25 .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcjt5Kpn25 .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcjt5Kpn25 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcjt5Kpn25 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcjt5Kpn25 .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcjt5Kpn25 .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcfrR2FQXD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcfrR2FQXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfrR2FQXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfrR2FQXD .content-wrap {
  margin: 0 -30px;
}
.cid-vcfrR2FQXD .content-wrap .card {
  padding: 0 30px;
}
.cid-vcfrR2FQXD .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcfrR2FQXD .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcfrR2FQXD .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vcfrR2FQXD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcfrR2FQXD .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcfrR2FQXD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcfrR2FQXD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vcfrR2FQXD .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcfrR2FQXD .mbr-section-title {
  color: #3a353e;
}
.cid-vcfrR2FQXD .mbr-text {
  color: #3a353e;
}
.cid-vcfrR2FQXD .mbr-section-title,
.cid-vcfrR2FQXD .mbr-section-btn {
  color: #000000;
}
.cid-vcfrR2FQXD .mbr-text,
.cid-vcfrR2FQXD .text-wrap {
  color: #000000;
}
.cid-vcKm5QwkTQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKm5QwkTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKm5QwkTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKm5QwkTQ .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKm5QwkTQ .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKm5QwkTQ .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKm5QwkTQ .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKm5QwkTQ .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKm5QwkTQ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKm5QwkTQ .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKm5QwkTQ .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKm5QwkTQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKm5QwkTQ .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKm5QwkTQ .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKm5QwkTQ .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKm5QwkTQ .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKm5QwkTQ .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKm5QwkTQ .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKm5QwkTQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcCa4uHHGE {
  z-index: 1000;
  width: 100%;
}
.cid-vcCa4uHHGE .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-vcCa4uHHGE .dropdown-menu {
  padding: 0;
}
.cid-vcCa4uHHGE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .dropdown-item {
    text-align: left !important;
  }
}
.cid-vcCa4uHHGE .dropdown-item:hover {
  background-position: right !important;
}
.cid-vcCa4uHHGE .dropdown-item:hover:after {
  color: #232323;
}
.cid-vcCa4uHHGE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcCa4uHHGE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcCa4uHHGE .nav-link {
  position: relative;
}
.cid-vcCa4uHHGE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .container {
    flex-wrap: wrap;
    position: relative;
  }
}
.cid-vcCa4uHHGE .dropdown-menu,
.cid-vcCa4uHHGE .navbar.opened {
  background: #ffffff !important;
}
.cid-vcCa4uHHGE .nav-item:focus,
.cid-vcCa4uHHGE .nav-link:focus {
  outline: none;
}
.cid-vcCa4uHHGE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcCa4uHHGE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcCa4uHHGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcCa4uHHGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcCa4uHHGE .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 68px;
  box-sizing: content-box;
}
.cid-vcCa4uHHGE .navbar.opened {
  transition: all 0.3s;
}
.cid-vcCa4uHHGE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcCa4uHHGE .navbar .navbar-logo img {
  width: auto;
}
.cid-vcCa4uHHGE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcCa4uHHGE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcCa4uHHGE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcCa4uHHGE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcCa4uHHGE .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-vcCa4uHHGE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcCa4uHHGE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcCa4uHHGE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcCa4uHHGE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcCa4uHHGE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcCa4uHHGE .navbar .navbar-short {
  position: fixed !important;
}
.cid-vcCa4uHHGE .navbar .navbar-brand {
  min-height: 68px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding: 0 60px !important;
}
.cid-vcCa4uHHGE .navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcCa4uHHGE .navbar .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vcCa4uHHGE .navbar .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcCa4uHHGE .navbar .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .navbar .navbar-brand {
    display: none !important;
  }
}
.cid-vcCa4uHHGE .dropdown-item.active,
.cid-vcCa4uHHGE .dropdown-item:active {
  background-color: transparent;
}
.cid-vcCa4uHHGE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcCa4uHHGE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcCa4uHHGE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcCa4uHHGE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcCa4uHHGE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcCa4uHHGE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcCa4uHHGE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcCa4uHHGE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursorpointer: transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcCa4uHHGE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcCa4uHHGE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcCa4uHHGE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcCa4uHHGE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcCa4uHHGE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcCa4uHHGE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcCa4uHHGE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcCa4uHHGE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcCa4uHHGE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcCa4uHHGE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vcCa4uHHGE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcCa4uHHGE .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-vcCa4uHHGE .navbar {
    height: 70px;
  }
  .cid-vcCa4uHHGE .navbar.opened {
    height: auto;
  }
  .cid-vcCa4uHHGE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcCa4uHHGE .navbar-short {
  background-color: transparent !important;
  min-height: 68px;
  box-shadow: none;
}
.cid-vcCa4uHHGE .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vcCa4uHHGE .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vcCa4uHHGE .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .logo-wrap {
    order: 2;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    pointer-events: none;
  }
}
.cid-vcCa4uHHGE .navbar-logo {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .navbar-logo {
    pointer-events: auto;
  }
}
.cid-vcCa4uHHGE .btn-wrap {
  width: 40%;
  min-height: 68px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .btn-wrap {
    order: 1;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-vcCa4uHHGE .btn-wrap {
    width: 50%;
  }
}
.cid-vcCa4uHHGE .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 1px;
}
.cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 68px;
  max-height: 68px;
  margin: 0 !important;
  padding: 17px 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn {
    padding: 17px 12px !important;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn {
    padding: 17px 8px !important;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn {
    padding: 17px 6px !important;
    font-size: 10px;
  }
}
.cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 17px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn::after {
    left: 8px;
    right: 8px;
  }
}
.cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vcCa4uHHGE .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcCa4uHHGE .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .offcanvas_box {
    order: 3;
    width: 50%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-vcCa4uHHGE .offcanvas_box {
    width: 50%;
  }
}
.cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas {
  background-color: #f92c50;
  outline: none;
  width: 80px;
  height: 68px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas {
    margin-right: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
.cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 20px;
  height: 14px;
  margin-bottom: 6px;
}
.cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
}
.cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 6px;
}
.cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 12px;
}
.cid-vcCa4uHHGE .offcanvas_box button.btn_offcanvas .hamburger-text {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.7;
}
.cid-vcCa4uHHGE nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vcCa4uHHGE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vcCa4uHHGE .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vcCa4uHHGE .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 82.5%;
  top: 0;
  left: 0;
  display: none !important;
  width: 0 !important;
}
.cid-vcCa4uHHGE .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .image-wrapper {
    display: none;
  }
}
.cid-vcCa4uHHGE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.5%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #262626;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vcCa4uHHGE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 40px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vcCa4uHHGE .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcCa4uHHGE .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vcCa4uHHGE .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcCa4uHHGE .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.cid-vcCa4uHHGE .navbar-nav {
  display: flex !important;
}
.cid-vcCa4uHHGE .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .navbar-nav .nav-item {
    margin-bottom: 2px;
  }
}
.cid-vcCa4uHHGE .navbar-nav .nav-item .nav-link {
  padding: 8px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .navbar-nav .nav-item .nav-link {
    padding: 4px 0 !important;
    margin-bottom: 2px;
  }
}
.cid-vcCa4uHHGE .navbar-nav .nav-item .nav-link:hover {
  padding-left: 12px !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.cid-vcCa4uHHGE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #262626 !important;
}
.cid-vcCa4uHHGE .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .offcanvas_footer {
    padding-top: 20px;
  }
}
.cid-vcCa4uHHGE .offcanvas_contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 40px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcCa4uHHGE .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcCa4uHHGE .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vcCa4uHHGE .offcanvas_contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 575px) {
  .cid-vcCa4uHHGE .offcanvas_contact {
    padding: 15px 16px 20px;
  }
}
.cid-vcCa4uHHGE .offcanvas_social {
  padding: 20px 40px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1599px) {
  .cid-vcCa4uHHGE .offcanvas_social {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vcCa4uHHGE .offcanvas_social {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .cid-vcCa4uHHGE .offcanvas_social {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .cid-vcCa4uHHGE .offcanvas_social {
    padding: 10px 16px;
  }
}
.cid-vcCa4uHHGE .offcanvas_social .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cid-vcCa4uHHGE .offcanvas_social .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-vcCa4uHHGE .offcanvas_social .soc-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cid-vcCa4uHHGE .offcanvas_social .soc-item .mbr-iconfont {
  font-size: 20px;
  color: #000000;
  opacity: 0.7;
}
.cid-vcCa4uHHGE .offcanvas_text {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcCa4uHHGE .offcanvas_text {
    margin-bottom: 10px;
  }
}
.cid-vcCa4uHHGE .mbr-text {
  color: #000000;
  opacity: 0.7;
}
.cid-vcCa4uHHGE .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.cid-vcCa4uHHGE .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vcCa4uHHGE .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcCa4uHHGE .offcanvas_btn {
  padding: 10px 10px 2px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cid-vcCa4uHHGE .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcCa4uHHGE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcCa4uHHGE .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcCa4uHHGE .offcanvas_btn2 {
  padding: 0px 10px 10px;
}
.cid-vcCa4uHHGE .offcanvas_btn2 .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vcCa4uHHGE .offcanvas_btn2 .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vcCa4uHHGE .offcanvas_btn2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vcCa4v2kkV {
  display: flex;
  background-image: url("../../../assets/images/img-20260228-163758-2000x1500.jpg");
}
.cid-vcCa4v2kkV .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vcCa4v2kkV {
    align-items: flex-end;
  }
  .cid-vcCa4v2kkV .row {
    justify-content: center;
  }
  .cid-vcCa4v2kkV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcCa4v2kkV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcCa4v2kkV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcCa4v2kkV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcCa4v2kkV .content-wrap {
    width: 100%;
  }
}
.cid-vcCa4v2kkV .mbr-section-title,
.cid-vcCa4v2kkV .mbr-section-subtitle {
  text-align: center;
}
.cid-vcCa4v2kkV .mbr-text,
.cid-vcCa4v2kkV .mbr-section-btn {
  text-align: center;
}
.cid-vcCa4vemiO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcCa4vemiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcCa4vemiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcCa4vemiO .content-wrap {
  margin: 0 -30px;
}
.cid-vcCa4vemiO .content-wrap .card {
  padding: 0 30px;
}
.cid-vcCa4vemiO .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcCa4vemiO .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcCa4vemiO .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 8px solid #ffffff;
}
.cid-vcCa4vemiO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcCa4vemiO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcCa4vemiO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcCa4vemiO .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vcCa4vemiO .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcCa4vemiO .mbr-section-title {
  color: #3a353e;
}
.cid-vcCa4vemiO .mbr-text {
  color: #3a353e;
}
.cid-vcCa4vemiO .mbr-section-title,
.cid-vcCa4vemiO .mbr-section-btn {
  color: #000000;
}
.cid-vcCa4vemiO .mbr-text,
.cid-vcCa4vemiO .text-wrap {
  color: #000000;
}
.cid-vcKlzJMftM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-vcKlzJMftM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKlzJMftM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKlzJMftM .mbr-section-head {
  margin-bottom: 60px;
}
.cid-vcKlzJMftM .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-vcKlzJMftM .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vcKlzJMftM .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcKlzJMftM .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vcKlzJMftM .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #262626;
}
@media (max-width: 575px) {
  .cid-vcKlzJMftM .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-vcKlzJMftM .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-vcKlzJMftM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-vcKlzJMftM .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-vcKlzJMftM .card-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlzJMftM .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcKlzJMftM .link-text {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vcKlzJMftM .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-vcKlzJMftM .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcKlzJMftM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
