.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 2.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #a60012 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a60012 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4f0009 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4f0009 !important;
  border-color: #4f0009 !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #a60012;
  color: #a60012;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4f0009 !important;
  background-color: transparent!important;
  border-color: #4f0009 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a60012 !important;
  border-color: #a60012 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #a60012 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !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: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #400007 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #a60012;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff263e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #e4eedb !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='%23000000' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uav7HW2pZD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uav7HW2pZD nav.navbar {
  position: fixed;
}
.cid-uav7HW2pZD .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-uav7HW2pZD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uav7HW2pZD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uav7HW2pZD .dropdown-item:hover,
.cid-uav7HW2pZD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uav7HW2pZD .dropdown-item:hover span {
  color: white;
}
.cid-uav7HW2pZD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uav7HW2pZD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uav7HW2pZD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uav7HW2pZD .nav-link {
  position: relative;
}
.cid-uav7HW2pZD .container {
  display: flex;
  margin: auto;
}
.cid-uav7HW2pZD .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uav7HW2pZD .dropdown-menu,
.cid-uav7HW2pZD .navbar.opened {
  background: #ffffff !important;
}
.cid-uav7HW2pZD .nav-item:focus,
.cid-uav7HW2pZD .nav-link:focus {
  outline: none;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uav7HW2pZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uav7HW2pZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uav7HW2pZD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uav7HW2pZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uav7HW2pZD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uav7HW2pZD .navbar .navbar-logo img {
  width: auto;
}
.cid-uav7HW2pZD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uav7HW2pZD .navbar.collapsed {
  justify-content: center;
}
.cid-uav7HW2pZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uav7HW2pZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uav7HW2pZD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uav7HW2pZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uav7HW2pZD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uav7HW2pZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uav7HW2pZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uav7HW2pZD .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-uav7HW2pZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uav7HW2pZD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uav7HW2pZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uav7HW2pZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uav7HW2pZD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uav7HW2pZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uav7HW2pZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uav7HW2pZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uav7HW2pZD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uav7HW2pZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uav7HW2pZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uav7HW2pZD .dropdown-item.active,
.cid-uav7HW2pZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uav7HW2pZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uav7HW2pZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uav7HW2pZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uav7HW2pZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uav7HW2pZD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uav7HW2pZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uav7HW2pZD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav7HW2pZD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uav7HW2pZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uav7HW2pZD .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-uav7HW2pZD .navbar {
    height: 70px;
  }
  .cid-uav7HW2pZD .navbar.opened {
    height: auto;
  }
  .cid-uav7HW2pZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uazMxdiAQ6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uazMxdiAQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uazMxdiAQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uazMxdiAQ6 .container {
    padding: 0 20px;
  }
}
.cid-uazMxdiAQ6 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uazMxdiAQ6 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uazMxdiAQ6 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uazMxdiAQ6 .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uazMxdiAQ6 .mbr-section-title,
.cid-uazMxdiAQ6 .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uawAAp3WXr {
  background-color: #ffffff;
}
.cid-uawAAp3WXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uawAAp3WXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uawAAp3WXr a {
  font-weight: bold;
}
.cid-uawAAp3WXr .container-fluid {
  padding: 0;
}
.cid-uawAAp3WXr img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uawAAp3WXr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uawAAp3WXr .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uawAAp3WXr .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uawAAp3WXr .text-wrapper {
    padding: 1rem;
  }
}
.cid-uawAAp3WXr .mbr-text,
.cid-uawAAp3WXr .mbr-section-btn {
  color: #000000;
}
.cid-uawAAp3WXr .mbr-section-title {
  color: #a60012;
}
.cid-tDSunpTzFY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6.webp");
}
.cid-tDSunpTzFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSunpTzFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tDSunpTzFY .col-content {
    text-align: center;
  }
}
.cid-tDSunpTzFY .label-text {
  margin-bottom: 16px;
  color: #a60012;
}
.cid-tDSunpTzFY .mbr-section-title {
  color: #000000;
}
.cid-tDSunpTzFY .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-btn {
  margin-top: 22px;
}
.cid-tDSunpTzFY .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tDSunpTzFY .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tDSunpTzFY .text-item {
    text-align: center;
  }
}
.cid-tDSunpTzFY .mbr-text {
  color: #24262b;
}
.cid-tDSunpTzFY .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-subtitle,
.cid-tDSunpTzFY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vmBmz8erxF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vmBmz8erxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmBmz8erxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmBmz8erxF a {
  font-weight: bold;
}
.cid-vmBmz8erxF .row {
  flex-direction: row-reverse;
}
.cid-vmBmz8erxF .container-fluid {
  padding: 0;
}
.cid-vmBmz8erxF img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vmBmz8erxF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmBmz8erxF .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-vmBmz8erxF .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-vmBmz8erxF .text-wrapper {
    padding: 1rem;
  }
}
.cid-vmBmz8erxF .mbr-text,
.cid-vmBmz8erxF .mbr-section-btn {
  color: #000000;
}
.cid-uawFPgF5AN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uawFPgF5AN .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uawFPgF5AN .main_header {
    padding-top: 66px;
  }
  .cid-uawFPgF5AN .main_header > .row {
    flex-direction: column;
  }
  .cid-uawFPgF5AN .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uawFPgF5AN .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uawFPgF5AN .mbr-section-title {
    text-align: center;
  }
}
.cid-uawFPgF5AN .mbr-text {
  margin: 25px 0;
}
.cid-uawFPgF5AN .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uawFPgF5AN .bgImage {
    height: 65vh;
  }
}
.cid-uawFPgF5AN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uawFPgF5AN .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uawFPgF5AN .linkBtn a:after,
.cid-uawFPgF5AN .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uawFPgF5AN .linkBtn a:before {
  left: 0;
}
.cid-uawFPgF5AN .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uawFPgF5AN .linkBtn a:hover:before,
.cid-uawFPgF5AN .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uawFPgF5AN .mbr-text,
.cid-uawFPgF5AN .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uawfhw7T7p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uawfhw7T7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uawfhw7T7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uawfhw7T7p a {
  font-weight: bold;
}
.cid-uawfhw7T7p .container-fluid {
  padding: 0;
}
.cid-uawfhw7T7p img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uawfhw7T7p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uawfhw7T7p .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uawfhw7T7p .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uawfhw7T7p .text-wrapper {
    padding: 1rem;
  }
}
.cid-uawfhw7T7p .mbr-text,
.cid-uawfhw7T7p .mbr-section-btn {
  color: #000000;
}
.cid-uawfhw7T7p .mbr-section-title {
  color: #000000;
}
.cid-uawh2NrbMK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uawh2NrbMK .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uawh2NrbMK .main_header {
    padding-top: 66px;
  }
  .cid-uawh2NrbMK .main_header > .row {
    flex-direction: column;
  }
  .cid-uawh2NrbMK .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uawh2NrbMK .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uawh2NrbMK .mbr-section-title {
    text-align: center;
  }
}
.cid-uawh2NrbMK .mbr-text {
  margin: 25px 0;
}
.cid-uawh2NrbMK .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uawh2NrbMK .bgImage {
    height: 65vh;
  }
}
.cid-uawh2NrbMK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uawh2NrbMK .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uawh2NrbMK .linkBtn a:after,
.cid-uawh2NrbMK .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uawh2NrbMK .linkBtn a:before {
  left: 0;
}
.cid-uawh2NrbMK .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uawh2NrbMK .linkBtn a:hover:before,
.cid-uawh2NrbMK .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uawh2NrbMK .mbr-text,
.cid-uawh2NrbMK .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uawilVmpXz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uawilVmpXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uawilVmpXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uawilVmpXz a {
  font-weight: bold;
}
.cid-uawilVmpXz .row {
  flex-direction: row-reverse;
}
.cid-uawilVmpXz .container-fluid {
  padding: 0;
}
.cid-uawilVmpXz img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uawilVmpXz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uawilVmpXz .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uawilVmpXz .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uawilVmpXz .text-wrapper {
    padding: 1rem;
  }
}
.cid-uawilVmpXz .mbr-text,
.cid-uawilVmpXz .mbr-section-btn {
  color: #000000;
}
.cid-uawilVmpXz .mbr-section-title {
  color: #000000;
}
.cid-uawiKueboi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uawiKueboi .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uawiKueboi .main_header {
    padding-top: 66px;
  }
  .cid-uawiKueboi .main_header > .row {
    flex-direction: column;
  }
  .cid-uawiKueboi .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uawiKueboi .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uawiKueboi .mbr-section-title {
    text-align: center;
  }
}
.cid-uawiKueboi .mbr-text {
  margin: 25px 0;
}
.cid-uawiKueboi .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uawiKueboi .bgImage {
    height: 65vh;
  }
}
.cid-uawiKueboi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uawiKueboi .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uawiKueboi .linkBtn a:after,
.cid-uawiKueboi .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uawiKueboi .linkBtn a:before {
  left: 0;
}
.cid-uawiKueboi .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uawiKueboi .linkBtn a:hover:before,
.cid-uawiKueboi .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uawiKueboi .mbr-text,
.cid-uawiKueboi .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-vmBoFRj1Ii {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vmBoFRj1Ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmBoFRj1Ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmBoFRj1Ii a {
  font-weight: bold;
}
.cid-vmBoFRj1Ii .container-fluid {
  padding: 0;
}
.cid-vmBoFRj1Ii img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vmBoFRj1Ii .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmBoFRj1Ii .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-vmBoFRj1Ii .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-vmBoFRj1Ii .text-wrapper {
    padding: 1rem;
  }
}
.cid-vmBoFRj1Ii .mbr-text,
.cid-vmBoFRj1Ii .mbr-section-btn {
  color: #000000;
}
.cid-vmBoFRj1Ii .mbr-section-title {
  color: #000000;
}
.cid-uawjq9StW9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uawjq9StW9 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uawjq9StW9 .main_header {
    padding-top: 66px;
  }
  .cid-uawjq9StW9 .main_header > .row {
    flex-direction: column;
  }
  .cid-uawjq9StW9 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uawjq9StW9 .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uawjq9StW9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uawjq9StW9 .mbr-text {
  margin: 25px 0;
}
.cid-uawjq9StW9 .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uawjq9StW9 .bgImage {
    height: 65vh;
  }
}
.cid-uawjq9StW9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uawjq9StW9 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uawjq9StW9 .linkBtn a:after,
.cid-uawjq9StW9 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uawjq9StW9 .linkBtn a:before {
  left: 0;
}
.cid-uawjq9StW9 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uawjq9StW9 .linkBtn a:hover:before,
.cid-uawjq9StW9 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uawjq9StW9 .mbr-text,
.cid-uawjq9StW9 .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uawuAS9mJi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uawuAS9mJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uawuAS9mJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uawuAS9mJi a {
  font-weight: bold;
}
.cid-uawuAS9mJi .row {
  flex-direction: row-reverse;
}
.cid-uawuAS9mJi .container-fluid {
  padding: 0;
}
.cid-uawuAS9mJi img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uawuAS9mJi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uawuAS9mJi .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uawuAS9mJi .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uawuAS9mJi .text-wrapper {
    padding: 1rem;
  }
}
.cid-uawuAS9mJi .mbr-text,
.cid-uawuAS9mJi .mbr-section-btn {
  color: #000000;
}
.cid-uawuAS9mJi .mbr-section-title {
  color: #000000;
}
.cid-uawqtHadAN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9e0b2a;
}
.cid-uawqtHadAN .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uawqtHadAN .carousel {
    min-height: 700px;
  }
  .cid-uawqtHadAN .carousel img {
    max-height: 700px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uawqtHadAN .carousel {
    min-height: 406px;
  }
  .cid-uawqtHadAN .carousel img {
    max-height: 406px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uawqtHadAN .carousel {
    min-height: 315px;
  }
  .cid-uawqtHadAN .carousel img {
    max-height: 315px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-uawqtHadAN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uawqtHadAN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uawqtHadAN .carousel,
.cid-uawqtHadAN .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uawqtHadAN .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uawqtHadAN .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-uawqtHadAN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uawqtHadAN .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-uawqtHadAN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uawqtHadAN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uawqtHadAN .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uawqtHadAN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uawqtHadAN .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uawqtHadAN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uawqtHadAN .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uawqtHadAN .carousel-control:hover,
.cid-uawqtHadAN .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-uawqtHadAN .carousel-control-prev:hover .mobi-mbri,
.cid-uawqtHadAN .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uawqtHadAN .carousel-control-next:hover .mobi-mbri,
.cid-uawqtHadAN .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uawqtHadAN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uawqtHadAN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uawqtHadAN .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uawqtHadAN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uawqtHadAN .carousel-indicators li.active,
.cid-uawqtHadAN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uawqtHadAN .carousel-indicators li::after,
.cid-uawqtHadAN .carousel-indicators li::before {
  content: none;
}
.cid-uawqtHadAN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uawqtHadAN .carousel-indicators {
    display: none !important;
  }
}
.cid-uazNy5AbCT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uazNy5AbCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uazNy5AbCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uazNy5AbCT .container {
    padding: 0 20px;
  }
}
.cid-uazNy5AbCT .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uazNy5AbCT .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uazNy5AbCT .mbr-section-title {
  color: #1d1d1d;
}
.cid-uazNy5AbCT .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uazNy5AbCT .mbr-section-title,
.cid-uazNy5AbCT .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uawCN4X0On {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uawCN4X0On .mbr-fallback-image.disabled {
  display: none;
}
.cid-uawCN4X0On .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uawCN4X0On .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uawCN4X0On .mbr-section-title {
  color: #24262b;
}
.cid-uawCN4X0On .mbr-section-subtitle {
  color: #24262b;
}
.cid-uawCN4X0On .cards-row {
  row-gap: 32px;
}
.cid-uawCN4X0On .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uawCN4X0On .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uawCN4X0On .card-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.cid-uawCN4X0On .card-subtitle {
  color: #24262b;
}
.cid-uawCN4X0On .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uawCN4X0On .mbr-section-btn {
  margin-top: 20px;
}
.cid-uawCN4X0On .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uawCN4X0On .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uawCN4X0On .card-text,
.cid-uawCN4X0On .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uauXNICPtF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uauXNICPtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uauXNICPtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uauXNICPtF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uauXNICPtF .mbr-section-title {
  color: #24262b;
}
.cid-uauXNICPtF .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uauXNICPtF .google-map {
  height: 450px;
  position: relative;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .cid-uauXNICPtF .google-map {
    height: 400px;
  }
}
.cid-uauXNICPtF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uauXNICPtF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uauXNICPtF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uauXNICPtF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uauU5VZVRA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uauU5VZVRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uauU5VZVRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uauU5VZVRA .container {
    padding: 0 20px;
  }
}
.cid-uauU5VZVRA .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uauU5VZVRA .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uauU5VZVRA .mbr-section-title {
  color: #1d1d1d;
}
.cid-uauU5VZVRA .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uauU5VZVRA .mbr-section-title,
.cid-uauU5VZVRA .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uauXcaK5MB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uauXcaK5MB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uauXcaK5MB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uauXcaK5MB .container {
    padding: 0 20px;
  }
}
.cid-uauXcaK5MB .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uauXcaK5MB .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uauXcaK5MB .mbr-section-title {
  color: #1d1d1d;
}
.cid-uauXcaK5MB .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uauXcaK5MB .mbr-section-title,
.cid-uauXcaK5MB .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uauU4oSxV3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uauU4oSxV3 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uauU4oSxV3 .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uauU4oSxV3 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uauU4oSxV3 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uauU4oSxV3 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uauU4oSxV3 .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uauU4oSxV3 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uauU4oSxV3 .input-group-btn {
  padding-left: 0;
}
.cid-uauU4oSxV3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uauU4oSxV3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uauU4oSxV3 .mbr-text {
  color: #444;
}
.cid-uauU4oSxV3 h5 {
  margin-bottom: 0;
}
.cid-uauU4oSxV3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uauU4oSxV3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uauU4oSxV3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uauU4oSxV3 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uauU4oSxV3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uauU4oSxV3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uauU4oSxV3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uauU4oSxV3 .social-list a:hover {
  opacity: 0.4;
}
.cid-uauU4oSxV3 .media-container-row > div {
  padding: 0px;
}
.cid-uauU4oSxV3 .text2 {
  color: #000000;
  text-align: left;
}
.cid-uauU4oSxV3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uauU4oSxV3 .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uauU4oSxV3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uauU4oSxV3 .social-list,
  .cid-uauU4oSxV3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uauU4oSxV3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uauU4oSxV3 .form-group {
    max-width: 180px;
  }
}
.cid-uauU4oSxV3 .links span {
  color: #9e9e9e;
}
.cid-uauU4oSxV3 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uauU4oSxV3 .logo-title {
  text-align: center;
}
.cid-uauU4oSxV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uauU4oSxV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uauU4oSxV3 .logo-title,
.cid-uauU4oSxV3 .logo {
  color: #000000;
}
.cid-uauTZQmBMI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uauTZQmBMI .text-wrapper {
  z-index: 11;
}
.cid-uauTZQmBMI .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uauTZQmBMI .animate__fadeInUp:before {
  background: #000000;
}
.cid-uauTZQmBMI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uauTZQmBMI .iconfont-wrapper {
  margin: auto;
}
.cid-uauTZQmBMI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uauTZQmBMI .mbr-text,
.cid-uauTZQmBMI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uauTZQmBMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uauTZQmBMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav7HW2pZD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uav7HW2pZD nav.navbar {
  position: fixed;
}
.cid-uav7HW2pZD .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-uav7HW2pZD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uav7HW2pZD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uav7HW2pZD .dropdown-item:hover,
.cid-uav7HW2pZD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uav7HW2pZD .dropdown-item:hover span {
  color: white;
}
.cid-uav7HW2pZD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uav7HW2pZD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uav7HW2pZD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uav7HW2pZD .nav-link {
  position: relative;
}
.cid-uav7HW2pZD .container {
  display: flex;
  margin: auto;
}
.cid-uav7HW2pZD .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uav7HW2pZD .dropdown-menu,
.cid-uav7HW2pZD .navbar.opened {
  background: #ffffff !important;
}
.cid-uav7HW2pZD .nav-item:focus,
.cid-uav7HW2pZD .nav-link:focus {
  outline: none;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uav7HW2pZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uav7HW2pZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uav7HW2pZD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uav7HW2pZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uav7HW2pZD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uav7HW2pZD .navbar .navbar-logo img {
  width: auto;
}
.cid-uav7HW2pZD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uav7HW2pZD .navbar.collapsed {
  justify-content: center;
}
.cid-uav7HW2pZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uav7HW2pZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uav7HW2pZD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uav7HW2pZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uav7HW2pZD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uav7HW2pZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uav7HW2pZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uav7HW2pZD .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-uav7HW2pZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uav7HW2pZD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uav7HW2pZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uav7HW2pZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uav7HW2pZD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uav7HW2pZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uav7HW2pZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uav7HW2pZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uav7HW2pZD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uav7HW2pZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uav7HW2pZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uav7HW2pZD .dropdown-item.active,
.cid-uav7HW2pZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uav7HW2pZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uav7HW2pZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uav7HW2pZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uav7HW2pZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uav7HW2pZD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uav7HW2pZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uav7HW2pZD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav7HW2pZD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uav7HW2pZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uav7HW2pZD .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-uav7HW2pZD .navbar {
    height: 70px;
  }
  .cid-uav7HW2pZD .navbar.opened {
    height: auto;
  }
  .cid-uav7HW2pZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uav03InaIr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uav03InaIr .mbr-text,
.cid-uav03InaIr .mbr-section-btn {
  color: #000000;
}
.cid-uav03InaIr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uav03InaIr .mbr-section-subtitle {
  color: #000000;
}
.cid-uav03SaOQx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uav03SaOQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav03SaOQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uav03SaOQx .container {
    padding: 0 20px;
  }
}
.cid-uav03SaOQx .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uav03SaOQx .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uav03SaOQx .mbr-section-title {
  color: #1d1d1d;
}
.cid-uav03SaOQx .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uav03SaOQx .mbr-section-title,
.cid-uav03SaOQx .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uav03SUvUS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uav03SUvUS .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uav03SUvUS .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uav03SUvUS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uav03SUvUS .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uav03SUvUS .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uav03SUvUS .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uav03SUvUS .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uav03SUvUS .input-group-btn {
  padding-left: 0;
}
.cid-uav03SUvUS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uav03SUvUS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uav03SUvUS .mbr-text {
  color: #444;
}
.cid-uav03SUvUS h5 {
  margin-bottom: 0;
}
.cid-uav03SUvUS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uav03SUvUS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uav03SUvUS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uav03SUvUS .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uav03SUvUS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uav03SUvUS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uav03SUvUS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uav03SUvUS .social-list a:hover {
  opacity: 0.4;
}
.cid-uav03SUvUS .media-container-row > div {
  padding: 0px;
}
.cid-uav03SUvUS .text2 {
  color: #000000;
  text-align: left;
}
.cid-uav03SUvUS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uav03SUvUS .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uav03SUvUS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uav03SUvUS .social-list,
  .cid-uav03SUvUS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uav03SUvUS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uav03SUvUS .form-group {
    max-width: 180px;
  }
}
.cid-uav03SUvUS .links span {
  color: #9e9e9e;
}
.cid-uav03SUvUS .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uav03SUvUS .logo-title {
  text-align: center;
}
.cid-uav03SUvUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav03SUvUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav03SUvUS .logo-title,
.cid-uav03SUvUS .logo {
  color: #000000;
}
.cid-uav03TR5Hc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uav03TR5Hc .text-wrapper {
  z-index: 11;
}
.cid-uav03TR5Hc .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uav03TR5Hc .animate__fadeInUp:before {
  background: #000000;
}
.cid-uav03TR5Hc .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uav03TR5Hc .iconfont-wrapper {
  margin: auto;
}
.cid-uav03TR5Hc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uav03TR5Hc .mbr-text,
.cid-uav03TR5Hc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uav03TR5Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav03TR5Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav7HW2pZD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uav7HW2pZD nav.navbar {
  position: fixed;
}
.cid-uav7HW2pZD .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-uav7HW2pZD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uav7HW2pZD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uav7HW2pZD .dropdown-item:hover,
.cid-uav7HW2pZD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uav7HW2pZD .dropdown-item:hover span {
  color: white;
}
.cid-uav7HW2pZD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uav7HW2pZD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uav7HW2pZD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uav7HW2pZD .nav-link {
  position: relative;
}
.cid-uav7HW2pZD .container {
  display: flex;
  margin: auto;
}
.cid-uav7HW2pZD .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uav7HW2pZD .dropdown-menu,
.cid-uav7HW2pZD .navbar.opened {
  background: #ffffff !important;
}
.cid-uav7HW2pZD .nav-item:focus,
.cid-uav7HW2pZD .nav-link:focus {
  outline: none;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uav7HW2pZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uav7HW2pZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uav7HW2pZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uav7HW2pZD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uav7HW2pZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uav7HW2pZD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uav7HW2pZD .navbar .navbar-logo img {
  width: auto;
}
.cid-uav7HW2pZD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uav7HW2pZD .navbar.collapsed {
  justify-content: center;
}
.cid-uav7HW2pZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uav7HW2pZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uav7HW2pZD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uav7HW2pZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uav7HW2pZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uav7HW2pZD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uav7HW2pZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uav7HW2pZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uav7HW2pZD .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-uav7HW2pZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uav7HW2pZD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uav7HW2pZD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uav7HW2pZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uav7HW2pZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uav7HW2pZD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uav7HW2pZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uav7HW2pZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uav7HW2pZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uav7HW2pZD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uav7HW2pZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uav7HW2pZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uav7HW2pZD .dropdown-item.active,
.cid-uav7HW2pZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uav7HW2pZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uav7HW2pZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uav7HW2pZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uav7HW2pZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uav7HW2pZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uav7HW2pZD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uav7HW2pZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uav7HW2pZD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav7HW2pZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uav7HW2pZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav7HW2pZD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uav7HW2pZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uav7HW2pZD .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-uav7HW2pZD .navbar {
    height: 70px;
  }
  .cid-uav7HW2pZD .navbar.opened {
    height: auto;
  }
  .cid-uav7HW2pZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uav0XOztxN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background3.jpeg");
}
.cid-uav0XOztxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XOztxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uav0XOztxN .col-content {
    text-align: center;
  }
}
.cid-uav0XOztxN .label-text {
  margin-bottom: 16px;
  color: #a60012;
}
.cid-uav0XOztxN .mbr-section-title {
  color: #000000;
}
.cid-uav0XOztxN .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uav0XOztxN .mbr-section-btn {
  margin-top: 22px;
}
.cid-uav0XOztxN .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uav0XOztxN .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uav0XOztxN .text-item {
    text-align: center;
  }
}
.cid-uav0XOztxN .mbr-text {
  color: #24262b;
}
.cid-uav0XOztxN .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uav0XOztxN .mbr-section-subtitle,
.cid-uav0XOztxN .mbr-section-btn {
  color: #000000;
}
.cid-uav0XPF3f2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uav0XPF3f2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XPF3f2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav0XPF3f2 .container,
.cid-uav0XPF3f2 .container-fluid {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4eedb;
}
.cid-uav0XPF3f2 .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uav0XPF3f2 .col-text {
    max-width: 624px;
  }
}
.cid-uav0XPF3f2 .mbr-section-title {
  color: #a60012;
}
.cid-uav0XPF3f2 .mbr-section-subtitle {
  margin-top: 8px;
  color: #24262b;
}
.cid-uav0XPF3f2 .mbr-text {
  margin-top: 24px;
  color: #000000;
}
.cid-uav0XPF3f2 .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uav0XPF3f2 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uav0XPF3f2 .card:not(:first-child) {
    border-left: 1px solid #a60012;
  }
}
.cid-uav0XPF3f2 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uav0XPF3f2 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uav0XPF3f2 .card-title {
  color: #a60012;
}
.cid-uav0XT30uP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uav0XT30uP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XT30uP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav0XT30uP .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uav0XT30uP .mbr-section-title {
  color: #24262b;
}
.cid-uav0XT30uP .mbr-section-subtitle {
  color: #24262b;
}
.cid-uav0XT30uP .cards-row {
  row-gap: 32px;
}
.cid-uav0XT30uP .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uav0XT30uP .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uav0XT30uP .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uav0XT30uP .card-subtitle {
  color: #24262b;
  text-align: left;
}
.cid-uav0XT30uP .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uav0XT30uP .mbr-section-btn {
  margin-top: 20px;
}
.cid-uav0XT30uP .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uav0XT30uP .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uav0XT30uP .card-subtitle DIV {
  text-align: center;
}
.cid-uav0XURXAr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uav0XURXAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XURXAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav0XURXAr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uav0XVl3N6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uav0XVl3N6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XVl3N6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav0XVl3N6 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uav0XVl3N6 .mbr-section-title {
  color: #24262b;
}
.cid-uav0XVl3N6 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uav0XVl3N6 .items-row {
  row-gap: 32px;
}
.cid-uav0XVl3N6 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uav0XVl3N6 .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uav0XVl3N6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uav0XVl3N6 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uav0XVl3N6 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uav0XVl3N6 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uav0XVl3N6 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uav0XVl3N6 .carousel-control,
.cid-uav0XVl3N6 .close {
  background: #1b1b1b;
}
.cid-uav0XVl3N6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uav0XVl3N6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uav0XVl3N6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uav0XVl3N6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uav0XVl3N6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uav0XVl3N6 .close::before {
  content: '\e91a';
}
.cid-uav0XVl3N6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uav0XVl3N6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uav0XVl3N6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uav0XVl3N6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uav0XVl3N6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uav0XVl3N6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uav0XVl3N6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uav0XVl3N6 .carousel-indicators li.active,
.cid-uav0XVl3N6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uav0XVl3N6 .carousel-indicators li::after,
.cid-uav0XVl3N6 .carousel-indicators li::before {
  content: none;
}
.cid-uav0XVl3N6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uav0XVl3N6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uav0XVl3N6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uav0XVl3N6 .carousel-indicators {
    display: none;
  }
}
.cid-uav0XVl3N6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uav0XVl3N6 .carousel-inner > .active {
  display: block;
}
.cid-uav0XVl3N6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uav0XVl3N6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uav0XVl3N6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uav0XVl3N6 .carousel-control,
  .cid-uav0XVl3N6 .carousel-indicators,
  .cid-uav0XVl3N6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uav0XVl3N6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uav0XVl3N6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uav0XVl3N6 .carousel-indicators .active,
.cid-uav0XVl3N6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uav0XVl3N6 .carousel-indicators .active {
  background: #fff;
}
.cid-uav0XVl3N6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uav0XVl3N6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uav0XVl3N6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uav0XVl3N6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uav0XVl3N6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uav0XVl3N6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uav0XVl3N6 .carousel {
  width: 100%;
}
.cid-uav0XVl3N6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uav0XVl3N6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uav0XVl3N6 .modal.fade .modal-dialog,
.cid-uav0XVl3N6 .modal.in .modal-dialog {
  transform: none;
}
.cid-uav0XVl3N6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uav0XVl3N6 H6 {
  text-align: center;
}
.cid-uav0XWWBkm .google-map {
  height: 25rem;
  position: relative;
}
.cid-uav0XWWBkm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uav0XWWBkm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uav0XWWBkm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uav0XWWBkm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uav0XXtt5a {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uav0XXtt5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XXtt5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uav0XXtt5a .container {
    padding: 0 20px;
  }
}
.cid-uav0XXtt5a .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uav0XXtt5a .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uav0XXtt5a .mbr-section-title {
  color: #1d1d1d;
}
.cid-uav0XXtt5a .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uav0XXtt5a .mbr-section-title,
.cid-uav0XXtt5a .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uav0XY4lpY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uav0XY4lpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XY4lpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uav0XY4lpY .container {
    padding: 0 20px;
  }
}
.cid-uav0XY4lpY .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uav0XY4lpY .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uav0XY4lpY .mbr-section-title {
  color: #1d1d1d;
}
.cid-uav0XY4lpY .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uav0XY4lpY .mbr-section-title,
.cid-uav0XY4lpY .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uav0XYEJ0a {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uav0XYEJ0a .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uav0XYEJ0a .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uav0XYEJ0a .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uav0XYEJ0a .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uav0XYEJ0a .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uav0XYEJ0a .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uav0XYEJ0a .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uav0XYEJ0a .input-group-btn {
  padding-left: 0;
}
.cid-uav0XYEJ0a .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uav0XYEJ0a .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uav0XYEJ0a .mbr-text {
  color: #444;
}
.cid-uav0XYEJ0a h5 {
  margin-bottom: 0;
}
.cid-uav0XYEJ0a .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uav0XYEJ0a .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uav0XYEJ0a .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uav0XYEJ0a .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uav0XYEJ0a .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uav0XYEJ0a .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uav0XYEJ0a .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uav0XYEJ0a .social-list a:hover {
  opacity: 0.4;
}
.cid-uav0XYEJ0a .media-container-row > div {
  padding: 0px;
}
.cid-uav0XYEJ0a .text2 {
  color: #000000;
  text-align: left;
}
.cid-uav0XYEJ0a .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uav0XYEJ0a .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uav0XYEJ0a .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uav0XYEJ0a .social-list,
  .cid-uav0XYEJ0a .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uav0XYEJ0a h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uav0XYEJ0a .form-group {
    max-width: 180px;
  }
}
.cid-uav0XYEJ0a .links span {
  color: #9e9e9e;
}
.cid-uav0XYEJ0a .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uav0XYEJ0a .logo-title {
  text-align: center;
}
.cid-uav0XYEJ0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XYEJ0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav0XYEJ0a .logo-title,
.cid-uav0XYEJ0a .logo {
  color: #000000;
}
.cid-uav0XZxjyc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uav0XZxjyc .text-wrapper {
  z-index: 11;
}
.cid-uav0XZxjyc .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uav0XZxjyc .animate__fadeInUp:before {
  background: #000000;
}
.cid-uav0XZxjyc .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uav0XZxjyc .iconfont-wrapper {
  margin: auto;
}
.cid-uav0XZxjyc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uav0XZxjyc .mbr-text,
.cid-uav0XZxjyc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uav0XZxjyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav0XZxjyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAv0oDXLn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaAv0oDXLn nav.navbar {
  position: fixed;
}
.cid-uaAv0oDXLn .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-uaAv0oDXLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaAv0oDXLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaAv0oDXLn .dropdown-item:hover,
.cid-uaAv0oDXLn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uaAv0oDXLn .dropdown-item:hover span {
  color: white;
}
.cid-uaAv0oDXLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaAv0oDXLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaAv0oDXLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaAv0oDXLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaAv0oDXLn .nav-link {
  position: relative;
}
.cid-uaAv0oDXLn .container {
  display: flex;
  margin: auto;
}
.cid-uaAv0oDXLn .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaAv0oDXLn .dropdown-menu,
.cid-uaAv0oDXLn .navbar.opened {
  background: #ffffff !important;
}
.cid-uaAv0oDXLn .nav-item:focus,
.cid-uaAv0oDXLn .nav-link:focus {
  outline: none;
}
.cid-uaAv0oDXLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaAv0oDXLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaAv0oDXLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaAv0oDXLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaAv0oDXLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaAv0oDXLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaAv0oDXLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uaAv0oDXLn .navbar.opened {
  transition: all 0.3s;
}
.cid-uaAv0oDXLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaAv0oDXLn .navbar .navbar-logo img {
  width: auto;
}
.cid-uaAv0oDXLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaAv0oDXLn .navbar.collapsed {
  justify-content: center;
}
.cid-uaAv0oDXLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaAv0oDXLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaAv0oDXLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaAv0oDXLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaAv0oDXLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaAv0oDXLn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaAv0oDXLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaAv0oDXLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaAv0oDXLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaAv0oDXLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaAv0oDXLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaAv0oDXLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaAv0oDXLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaAv0oDXLn .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-uaAv0oDXLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaAv0oDXLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaAv0oDXLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaAv0oDXLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaAv0oDXLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaAv0oDXLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaAv0oDXLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaAv0oDXLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaAv0oDXLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaAv0oDXLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaAv0oDXLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaAv0oDXLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaAv0oDXLn .dropdown-item.active,
.cid-uaAv0oDXLn .dropdown-item:active {
  background-color: transparent;
}
.cid-uaAv0oDXLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaAv0oDXLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaAv0oDXLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaAv0oDXLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaAv0oDXLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaAv0oDXLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaAv0oDXLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaAv0oDXLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaAv0oDXLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaAv0oDXLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaAv0oDXLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaAv0oDXLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAv0oDXLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAv0oDXLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaAv0oDXLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAv0oDXLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaAv0oDXLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaAv0oDXLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAv0oDXLn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaAv0oDXLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaAv0oDXLn .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-uaAv0oDXLn .navbar {
    height: 70px;
  }
  .cid-uaAv0oDXLn .navbar.opened {
    height: auto;
  }
  .cid-uaAv0oDXLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaAv0exwaE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaAv0exwaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0exwaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAv0exwaE .container {
    padding: 0 20px;
  }
}
.cid-uaAv0exwaE .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAv0exwaE .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAv0exwaE .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAv0exwaE .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAv0exwaE .mbr-section-title,
.cid-uaAv0exwaE .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAv0g1Msn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAv0g1Msn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0g1Msn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAv0g1Msn a {
  font-weight: bold;
}
.cid-uaAv0g1Msn .row {
  flex-direction: row-reverse;
}
.cid-uaAv0g1Msn .container-fluid {
  padding: 0;
}
.cid-uaAv0g1Msn img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaAv0g1Msn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaAv0g1Msn .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaAv0g1Msn .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAv0g1Msn .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaAv0g1Msn .mbr-text,
.cid-uaAv0g1Msn .mbr-section-btn {
  color: #000000;
}
.cid-uaAv0gsGHh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaAv0gsGHh .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaAv0gsGHh .main_header {
    padding-top: 66px;
  }
  .cid-uaAv0gsGHh .main_header > .row {
    flex-direction: column;
  }
  .cid-uaAv0gsGHh .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaAv0gsGHh .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaAv0gsGHh .mbr-section-title {
    text-align: center;
  }
}
.cid-uaAv0gsGHh .mbr-text {
  margin: 25px 0;
}
.cid-uaAv0gsGHh .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaAv0gsGHh .bgImage {
    height: 65vh;
  }
}
.cid-uaAv0gsGHh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaAv0gsGHh .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaAv0gsGHh .linkBtn a:after,
.cid-uaAv0gsGHh .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaAv0gsGHh .linkBtn a:before {
  left: 0;
}
.cid-uaAv0gsGHh .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaAv0gsGHh .linkBtn a:hover:before,
.cid-uaAv0gsGHh .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaAv0gsGHh .mbr-text,
.cid-uaAv0gsGHh .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaAv0gOSER {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAv0gOSER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0gOSER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAv0gOSER a {
  font-weight: bold;
}
.cid-uaAv0gOSER .container-fluid {
  padding: 0;
}
.cid-uaAv0gOSER img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaAv0gOSER .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaAv0gOSER .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaAv0gOSER .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAv0gOSER .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaAv0gOSER .mbr-text,
.cid-uaAv0gOSER .mbr-section-btn {
  color: #000000;
}
.cid-uaAv0gOSER .mbr-section-title {
  color: #000000;
}
.cid-uaAv0hferO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaAv0hferO .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaAv0hferO .main_header {
    padding-top: 66px;
  }
  .cid-uaAv0hferO .main_header > .row {
    flex-direction: column;
  }
  .cid-uaAv0hferO .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaAv0hferO .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaAv0hferO .mbr-section-title {
    text-align: center;
  }
}
.cid-uaAv0hferO .mbr-text {
  margin: 25px 0;
}
.cid-uaAv0hferO .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaAv0hferO .bgImage {
    height: 65vh;
  }
}
.cid-uaAv0hferO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaAv0hferO .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaAv0hferO .linkBtn a:after,
.cid-uaAv0hferO .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaAv0hferO .linkBtn a:before {
  left: 0;
}
.cid-uaAv0hferO .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaAv0hferO .linkBtn a:hover:before,
.cid-uaAv0hferO .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaAv0hferO .mbr-text,
.cid-uaAv0hferO .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaAv0jSpO4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAv0jSpO4 .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uaAv0jSpO4 .carousel {
    min-height: 700px;
  }
  .cid-uaAv0jSpO4 .carousel img {
    max-height: 700px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaAv0jSpO4 .carousel {
    min-height: 406px;
  }
  .cid-uaAv0jSpO4 .carousel img {
    max-height: 406px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uaAv0jSpO4 .carousel {
    min-height: 315px;
  }
  .cid-uaAv0jSpO4 .carousel img {
    max-height: 315px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-uaAv0jSpO4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uaAv0jSpO4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uaAv0jSpO4 .carousel,
.cid-uaAv0jSpO4 .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uaAv0jSpO4 .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uaAv0jSpO4 .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-uaAv0jSpO4 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uaAv0jSpO4 .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-uaAv0jSpO4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uaAv0jSpO4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uaAv0jSpO4 .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uaAv0jSpO4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uaAv0jSpO4 .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uaAv0jSpO4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uaAv0jSpO4 .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uaAv0jSpO4 .carousel-control:hover,
.cid-uaAv0jSpO4 .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-uaAv0jSpO4 .carousel-control-prev:hover .mobi-mbri,
.cid-uaAv0jSpO4 .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uaAv0jSpO4 .carousel-control-next:hover .mobi-mbri,
.cid-uaAv0jSpO4 .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uaAv0jSpO4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uaAv0jSpO4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uaAv0jSpO4 .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uaAv0jSpO4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaAv0jSpO4 .carousel-indicators li.active,
.cid-uaAv0jSpO4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaAv0jSpO4 .carousel-indicators li::after,
.cid-uaAv0jSpO4 .carousel-indicators li::before {
  content: none;
}
.cid-uaAv0jSpO4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaAv0jSpO4 .carousel-indicators {
    display: none !important;
  }
}
.cid-uaAv0kvwGR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaAv0kvwGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0kvwGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAv0kvwGR .container {
    padding: 0 20px;
  }
}
.cid-uaAv0kvwGR .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAv0kvwGR .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAv0kvwGR .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAv0kvwGR .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAv0kvwGR .mbr-section-title,
.cid-uaAv0kvwGR .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAv0l1RO4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uaAv0l1RO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0l1RO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAv0l1RO4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAv0l1RO4 .mbr-section-title {
  color: #24262b;
}
.cid-uaAv0l1RO4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAv0l1RO4 .cards-row {
  row-gap: 32px;
}
.cid-uaAv0l1RO4 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaAv0l1RO4 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uaAv0l1RO4 .card-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.cid-uaAv0l1RO4 .card-subtitle {
  color: #24262b;
}
.cid-uaAv0l1RO4 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uaAv0l1RO4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaAv0l1RO4 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uaAv0l1RO4 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uaAv0l1RO4 .card-text,
.cid-uaAv0l1RO4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uaAv0mb2KH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAv0mb2KH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0mb2KH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAv0mb2KH .container {
    padding: 0 20px;
  }
}
.cid-uaAv0mb2KH .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAv0mb2KH .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAv0mb2KH .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAv0mb2KH .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAv0mb2KH .mbr-section-title,
.cid-uaAv0mb2KH .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAv0mKVxd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uaAv0mKVxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0mKVxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAv0mKVxd .container {
    padding: 0 20px;
  }
}
.cid-uaAv0mKVxd .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAv0mKVxd .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAv0mKVxd .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAv0mKVxd .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAv0mKVxd .mbr-section-title,
.cid-uaAv0mKVxd .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAv0nicgz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaAv0nicgz .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uaAv0nicgz .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uaAv0nicgz .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uaAv0nicgz .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uaAv0nicgz .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uaAv0nicgz .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uaAv0nicgz .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uaAv0nicgz .input-group-btn {
  padding-left: 0;
}
.cid-uaAv0nicgz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uaAv0nicgz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uaAv0nicgz .mbr-text {
  color: #444;
}
.cid-uaAv0nicgz h5 {
  margin-bottom: 0;
}
.cid-uaAv0nicgz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uaAv0nicgz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaAv0nicgz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uaAv0nicgz .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaAv0nicgz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaAv0nicgz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uaAv0nicgz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaAv0nicgz .social-list a:hover {
  opacity: 0.4;
}
.cid-uaAv0nicgz .media-container-row > div {
  padding: 0px;
}
.cid-uaAv0nicgz .text2 {
  color: #000000;
  text-align: left;
}
.cid-uaAv0nicgz .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uaAv0nicgz .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uaAv0nicgz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uaAv0nicgz .social-list,
  .cid-uaAv0nicgz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uaAv0nicgz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uaAv0nicgz .form-group {
    max-width: 180px;
  }
}
.cid-uaAv0nicgz .links span {
  color: #9e9e9e;
}
.cid-uaAv0nicgz .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uaAv0nicgz .logo-title {
  text-align: center;
}
.cid-uaAv0nicgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0nicgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAv0nicgz .logo-title,
.cid-uaAv0nicgz .logo {
  color: #000000;
}
.cid-uaAv0o4wzG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaAv0o4wzG .text-wrapper {
  z-index: 11;
}
.cid-uaAv0o4wzG .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uaAv0o4wzG .animate__fadeInUp:before {
  background: #000000;
}
.cid-uaAv0o4wzG .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uaAv0o4wzG .iconfont-wrapper {
  margin: auto;
}
.cid-uaAv0o4wzG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaAv0o4wzG .mbr-text,
.cid-uaAv0o4wzG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaAv0o4wzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAv0o4wzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKPeHxlPJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaKPeHxlPJ nav.navbar {
  position: fixed;
}
.cid-uaKPeHxlPJ .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-uaKPeHxlPJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaKPeHxlPJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaKPeHxlPJ .dropdown-item:hover,
.cid-uaKPeHxlPJ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uaKPeHxlPJ .dropdown-item:hover span {
  color: white;
}
.cid-uaKPeHxlPJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaKPeHxlPJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaKPeHxlPJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaKPeHxlPJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaKPeHxlPJ .nav-link {
  position: relative;
}
.cid-uaKPeHxlPJ .container {
  display: flex;
  margin: auto;
}
.cid-uaKPeHxlPJ .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaKPeHxlPJ .dropdown-menu,
.cid-uaKPeHxlPJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uaKPeHxlPJ .nav-item:focus,
.cid-uaKPeHxlPJ .nav-link:focus {
  outline: none;
}
.cid-uaKPeHxlPJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaKPeHxlPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaKPeHxlPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaKPeHxlPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaKPeHxlPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaKPeHxlPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaKPeHxlPJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uaKPeHxlPJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uaKPeHxlPJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaKPeHxlPJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uaKPeHxlPJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaKPeHxlPJ .navbar.collapsed {
  justify-content: center;
}
.cid-uaKPeHxlPJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaKPeHxlPJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaKPeHxlPJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaKPeHxlPJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaKPeHxlPJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaKPeHxlPJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaKPeHxlPJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaKPeHxlPJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaKPeHxlPJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaKPeHxlPJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaKPeHxlPJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaKPeHxlPJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaKPeHxlPJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaKPeHxlPJ .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-uaKPeHxlPJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaKPeHxlPJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaKPeHxlPJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaKPeHxlPJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaKPeHxlPJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaKPeHxlPJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaKPeHxlPJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaKPeHxlPJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaKPeHxlPJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaKPeHxlPJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaKPeHxlPJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaKPeHxlPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaKPeHxlPJ .dropdown-item.active,
.cid-uaKPeHxlPJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uaKPeHxlPJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaKPeHxlPJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaKPeHxlPJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaKPeHxlPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaKPeHxlPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaKPeHxlPJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaKPeHxlPJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaKPeHxlPJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaKPeHxlPJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaKPeHxlPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaKPeHxlPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaKPeHxlPJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKPeHxlPJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKPeHxlPJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaKPeHxlPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKPeHxlPJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaKPeHxlPJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaKPeHxlPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKPeHxlPJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaKPeHxlPJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaKPeHxlPJ .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-uaKPeHxlPJ .navbar {
    height: 70px;
  }
  .cid-uaKPeHxlPJ .navbar.opened {
    height: auto;
  }
  .cid-uaKPeHxlPJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaKPez5V79 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaKPez5V79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPez5V79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKPez5V79 .container {
    padding: 0 20px;
  }
}
.cid-uaKPez5V79 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKPez5V79 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKPez5V79 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKPez5V79 .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKPez5V79 .mbr-section-title,
.cid-uaKPez5V79 .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKPezGgdW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKPezGgdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPezGgdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKPezGgdW a {
  font-weight: bold;
}
.cid-uaKPezGgdW .row {
  flex-direction: row-reverse;
}
.cid-uaKPezGgdW .container-fluid {
  padding: 0;
}
.cid-uaKPezGgdW img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaKPezGgdW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKPezGgdW .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaKPezGgdW .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKPezGgdW .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaKPezGgdW .mbr-text,
.cid-uaKPezGgdW .mbr-section-btn {
  color: #000000;
}
.cid-uaKPeAizBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaKPeAizBK .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaKPeAizBK .main_header {
    padding-top: 66px;
  }
  .cid-uaKPeAizBK .main_header > .row {
    flex-direction: column;
  }
  .cid-uaKPeAizBK .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaKPeAizBK .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaKPeAizBK .mbr-section-title {
    text-align: center;
  }
}
.cid-uaKPeAizBK .mbr-text {
  margin: 25px 0;
}
.cid-uaKPeAizBK .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaKPeAizBK .bgImage {
    height: 65vh;
  }
}
.cid-uaKPeAizBK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaKPeAizBK .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaKPeAizBK .linkBtn a:after,
.cid-uaKPeAizBK .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaKPeAizBK .linkBtn a:before {
  left: 0;
}
.cid-uaKPeAizBK .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaKPeAizBK .linkBtn a:hover:before,
.cid-uaKPeAizBK .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaKPeAizBK .mbr-text,
.cid-uaKPeAizBK .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaKPeALg8C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKPeALg8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeALg8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKPeALg8C .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKPeALg8C .mbr-section-title {
  color: #24262b;
}
.cid-uaKPeALg8C .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKPeALg8C .items-row {
  row-gap: 32px;
}
.cid-uaKPeALg8C .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaKPeALg8C .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaKPeALg8C .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaKPeALg8C .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaKPeALg8C .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaKPeALg8C .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaKPeALg8C .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaKPeALg8C .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaKPeALg8C .carousel-control,
.cid-uaKPeALg8C .close {
  background: #1b1b1b;
}
.cid-uaKPeALg8C .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaKPeALg8C .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaKPeALg8C .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaKPeALg8C .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaKPeALg8C .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaKPeALg8C .close::before {
  content: '\e91a';
}
.cid-uaKPeALg8C .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaKPeALg8C .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaKPeALg8C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKPeALg8C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaKPeALg8C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaKPeALg8C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaKPeALg8C .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaKPeALg8C .carousel-indicators li.active,
.cid-uaKPeALg8C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaKPeALg8C .carousel-indicators li::after,
.cid-uaKPeALg8C .carousel-indicators li::before {
  content: none;
}
.cid-uaKPeALg8C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaKPeALg8C .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaKPeALg8C .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKPeALg8C .carousel-indicators {
    display: none;
  }
}
.cid-uaKPeALg8C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaKPeALg8C .carousel-inner > .active {
  display: block;
}
.cid-uaKPeALg8C .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKPeALg8C .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaKPeALg8C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaKPeALg8C .carousel-control,
  .cid-uaKPeALg8C .carousel-indicators,
  .cid-uaKPeALg8C .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaKPeALg8C .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaKPeALg8C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaKPeALg8C .carousel-indicators .active,
.cid-uaKPeALg8C .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaKPeALg8C .carousel-indicators .active {
  background: #fff;
}
.cid-uaKPeALg8C .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaKPeALg8C .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaKPeALg8C .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaKPeALg8C .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaKPeALg8C .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaKPeALg8C .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaKPeALg8C .carousel {
  width: 100%;
}
.cid-uaKPeALg8C .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaKPeALg8C .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaKPeALg8C .modal.fade .modal-dialog,
.cid-uaKPeALg8C .modal.in .modal-dialog {
  transform: none;
}
.cid-uaKPeALg8C .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaKPeALg8C H6 {
  text-align: center;
}
.cid-uaKPeBF2Co {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKPeBF2Co .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeBF2Co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKPeBF2Co a {
  font-weight: bold;
}
.cid-uaKPeBF2Co .container-fluid {
  padding: 0;
}
.cid-uaKPeBF2Co img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaKPeBF2Co .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKPeBF2Co .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaKPeBF2Co .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKPeBF2Co .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaKPeBF2Co .mbr-text,
.cid-uaKPeBF2Co .mbr-section-btn {
  color: #000000;
}
.cid-uaKPeBF2Co .mbr-section-title {
  color: #000000;
}
.cid-uaKPeCP0Hl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaKPeCP0Hl .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaKPeCP0Hl .main_header {
    padding-top: 66px;
  }
  .cid-uaKPeCP0Hl .main_header > .row {
    flex-direction: column;
  }
  .cid-uaKPeCP0Hl .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaKPeCP0Hl .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaKPeCP0Hl .mbr-section-title {
    text-align: center;
  }
}
.cid-uaKPeCP0Hl .mbr-text {
  margin: 25px 0;
}
.cid-uaKPeCP0Hl .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaKPeCP0Hl .bgImage {
    height: 65vh;
  }
}
.cid-uaKPeCP0Hl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaKPeCP0Hl .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaKPeCP0Hl .linkBtn a:after,
.cid-uaKPeCP0Hl .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaKPeCP0Hl .linkBtn a:before {
  left: 0;
}
.cid-uaKPeCP0Hl .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaKPeCP0Hl .linkBtn a:hover:before,
.cid-uaKPeCP0Hl .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaKPeCP0Hl .mbr-text,
.cid-uaKPeCP0Hl .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaKPeE4wvz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaKPeE4wvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeE4wvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKPeE4wvz .container {
    padding: 0 20px;
  }
}
.cid-uaKPeE4wvz .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKPeE4wvz .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKPeE4wvz .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKPeE4wvz .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKPeE4wvz .mbr-section-title,
.cid-uaKPeE4wvz .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKPeEChPk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uaKPeEChPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeEChPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKPeEChPk .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKPeEChPk .mbr-section-title {
  color: #24262b;
}
.cid-uaKPeEChPk .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKPeEChPk .cards-row {
  row-gap: 32px;
}
.cid-uaKPeEChPk .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaKPeEChPk .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uaKPeEChPk .card-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.cid-uaKPeEChPk .card-subtitle {
  color: #24262b;
}
.cid-uaKPeEChPk .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uaKPeEChPk .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaKPeEChPk .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uaKPeEChPk .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uaKPeEChPk .card-text,
.cid-uaKPeEChPk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uaKPeFbZp7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKPeFbZp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeFbZp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKPeFbZp7 .container {
    padding: 0 20px;
  }
}
.cid-uaKPeFbZp7 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKPeFbZp7 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKPeFbZp7 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKPeFbZp7 .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKPeFbZp7 .mbr-section-title,
.cid-uaKPeFbZp7 .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKPeFGMYI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uaKPeFGMYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeFGMYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKPeFGMYI .container {
    padding: 0 20px;
  }
}
.cid-uaKPeFGMYI .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKPeFGMYI .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKPeFGMYI .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKPeFGMYI .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKPeFGMYI .mbr-section-title,
.cid-uaKPeFGMYI .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKPeGfzIf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaKPeGfzIf .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uaKPeGfzIf .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uaKPeGfzIf .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uaKPeGfzIf .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uaKPeGfzIf .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uaKPeGfzIf .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uaKPeGfzIf .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uaKPeGfzIf .input-group-btn {
  padding-left: 0;
}
.cid-uaKPeGfzIf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uaKPeGfzIf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uaKPeGfzIf .mbr-text {
  color: #444;
}
.cid-uaKPeGfzIf h5 {
  margin-bottom: 0;
}
.cid-uaKPeGfzIf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uaKPeGfzIf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaKPeGfzIf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uaKPeGfzIf .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaKPeGfzIf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaKPeGfzIf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uaKPeGfzIf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaKPeGfzIf .social-list a:hover {
  opacity: 0.4;
}
.cid-uaKPeGfzIf .media-container-row > div {
  padding: 0px;
}
.cid-uaKPeGfzIf .text2 {
  color: #000000;
  text-align: left;
}
.cid-uaKPeGfzIf .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uaKPeGfzIf .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uaKPeGfzIf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uaKPeGfzIf .social-list,
  .cid-uaKPeGfzIf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uaKPeGfzIf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uaKPeGfzIf .form-group {
    max-width: 180px;
  }
}
.cid-uaKPeGfzIf .links span {
  color: #9e9e9e;
}
.cid-uaKPeGfzIf .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uaKPeGfzIf .logo-title {
  text-align: center;
}
.cid-uaKPeGfzIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeGfzIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKPeGfzIf .logo-title,
.cid-uaKPeGfzIf .logo {
  color: #000000;
}
.cid-uaKPeGZew4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaKPeGZew4 .text-wrapper {
  z-index: 11;
}
.cid-uaKPeGZew4 .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uaKPeGZew4 .animate__fadeInUp:before {
  background: #000000;
}
.cid-uaKPeGZew4 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uaKPeGZew4 .iconfont-wrapper {
  margin: auto;
}
.cid-uaKPeGZew4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaKPeGZew4 .mbr-text,
.cid-uaKPeGZew4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaKPeGZew4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKPeGZew4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHmr6HVX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaKHmr6HVX nav.navbar {
  position: fixed;
}
.cid-uaKHmr6HVX .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-uaKHmr6HVX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaKHmr6HVX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaKHmr6HVX .dropdown-item:hover,
.cid-uaKHmr6HVX .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uaKHmr6HVX .dropdown-item:hover span {
  color: white;
}
.cid-uaKHmr6HVX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaKHmr6HVX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaKHmr6HVX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaKHmr6HVX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaKHmr6HVX .nav-link {
  position: relative;
}
.cid-uaKHmr6HVX .container {
  display: flex;
  margin: auto;
}
.cid-uaKHmr6HVX .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaKHmr6HVX .dropdown-menu,
.cid-uaKHmr6HVX .navbar.opened {
  background: #ffffff !important;
}
.cid-uaKHmr6HVX .nav-item:focus,
.cid-uaKHmr6HVX .nav-link:focus {
  outline: none;
}
.cid-uaKHmr6HVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaKHmr6HVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaKHmr6HVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaKHmr6HVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaKHmr6HVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaKHmr6HVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaKHmr6HVX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uaKHmr6HVX .navbar.opened {
  transition: all 0.3s;
}
.cid-uaKHmr6HVX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaKHmr6HVX .navbar .navbar-logo img {
  width: auto;
}
.cid-uaKHmr6HVX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaKHmr6HVX .navbar.collapsed {
  justify-content: center;
}
.cid-uaKHmr6HVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaKHmr6HVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaKHmr6HVX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaKHmr6HVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaKHmr6HVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaKHmr6HVX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaKHmr6HVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaKHmr6HVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaKHmr6HVX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaKHmr6HVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaKHmr6HVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaKHmr6HVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaKHmr6HVX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaKHmr6HVX .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-uaKHmr6HVX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaKHmr6HVX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaKHmr6HVX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaKHmr6HVX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaKHmr6HVX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaKHmr6HVX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaKHmr6HVX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaKHmr6HVX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaKHmr6HVX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaKHmr6HVX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaKHmr6HVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaKHmr6HVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaKHmr6HVX .dropdown-item.active,
.cid-uaKHmr6HVX .dropdown-item:active {
  background-color: transparent;
}
.cid-uaKHmr6HVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaKHmr6HVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaKHmr6HVX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaKHmr6HVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaKHmr6HVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaKHmr6HVX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaKHmr6HVX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaKHmr6HVX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaKHmr6HVX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaKHmr6HVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaKHmr6HVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaKHmr6HVX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKHmr6HVX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKHmr6HVX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaKHmr6HVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKHmr6HVX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaKHmr6HVX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaKHmr6HVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKHmr6HVX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaKHmr6HVX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaKHmr6HVX .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-uaKHmr6HVX .navbar {
    height: 70px;
  }
  .cid-uaKHmr6HVX .navbar.opened {
    height: auto;
  }
  .cid-uaKHmr6HVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaKHmim5C3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaKHmim5C3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmim5C3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKHmim5C3 .container {
    padding: 0 20px;
  }
}
.cid-uaKHmim5C3 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKHmim5C3 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKHmim5C3 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKHmim5C3 .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKHmim5C3 .mbr-section-title,
.cid-uaKHmim5C3 .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKHmjbky0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKHmjbky0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmjbky0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHmjbky0 a {
  font-weight: bold;
}
.cid-uaKHmjbky0 .row {
  flex-direction: row-reverse;
}
.cid-uaKHmjbky0 .container-fluid {
  padding: 0;
}
.cid-uaKHmjbky0 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaKHmjbky0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKHmjbky0 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaKHmjbky0 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKHmjbky0 .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaKHmjbky0 .mbr-text,
.cid-uaKHmjbky0 .mbr-section-btn {
  color: #000000;
}
.cid-uaKHmjPkJd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaKHmjPkJd .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaKHmjPkJd .main_header {
    padding-top: 66px;
  }
  .cid-uaKHmjPkJd .main_header > .row {
    flex-direction: column;
  }
  .cid-uaKHmjPkJd .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaKHmjPkJd .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaKHmjPkJd .mbr-section-title {
    text-align: center;
  }
}
.cid-uaKHmjPkJd .mbr-text {
  margin: 25px 0;
}
.cid-uaKHmjPkJd .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaKHmjPkJd .bgImage {
    height: 65vh;
  }
}
.cid-uaKHmjPkJd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaKHmjPkJd .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaKHmjPkJd .linkBtn a:after,
.cid-uaKHmjPkJd .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaKHmjPkJd .linkBtn a:before {
  left: 0;
}
.cid-uaKHmjPkJd .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaKHmjPkJd .linkBtn a:hover:before,
.cid-uaKHmjPkJd .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaKHmjPkJd .mbr-text,
.cid-uaKHmjPkJd .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaKHmkd8Wx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKHmkd8Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmkd8Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHmkd8Wx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKHmkd8Wx .mbr-section-title {
  color: #24262b;
}
.cid-uaKHmkd8Wx .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKHmkd8Wx .items-row {
  row-gap: 32px;
}
.cid-uaKHmkd8Wx .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaKHmkd8Wx .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaKHmkd8Wx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaKHmkd8Wx .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaKHmkd8Wx .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaKHmkd8Wx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaKHmkd8Wx .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaKHmkd8Wx .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaKHmkd8Wx .carousel-control,
.cid-uaKHmkd8Wx .close {
  background: #1b1b1b;
}
.cid-uaKHmkd8Wx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaKHmkd8Wx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaKHmkd8Wx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaKHmkd8Wx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaKHmkd8Wx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaKHmkd8Wx .close::before {
  content: '\e91a';
}
.cid-uaKHmkd8Wx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaKHmkd8Wx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaKHmkd8Wx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKHmkd8Wx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaKHmkd8Wx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaKHmkd8Wx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaKHmkd8Wx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaKHmkd8Wx .carousel-indicators li.active,
.cid-uaKHmkd8Wx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaKHmkd8Wx .carousel-indicators li::after,
.cid-uaKHmkd8Wx .carousel-indicators li::before {
  content: none;
}
.cid-uaKHmkd8Wx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaKHmkd8Wx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaKHmkd8Wx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKHmkd8Wx .carousel-indicators {
    display: none;
  }
}
.cid-uaKHmkd8Wx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaKHmkd8Wx .carousel-inner > .active {
  display: block;
}
.cid-uaKHmkd8Wx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKHmkd8Wx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaKHmkd8Wx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaKHmkd8Wx .carousel-control,
  .cid-uaKHmkd8Wx .carousel-indicators,
  .cid-uaKHmkd8Wx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaKHmkd8Wx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaKHmkd8Wx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaKHmkd8Wx .carousel-indicators .active,
.cid-uaKHmkd8Wx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaKHmkd8Wx .carousel-indicators .active {
  background: #fff;
}
.cid-uaKHmkd8Wx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaKHmkd8Wx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaKHmkd8Wx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaKHmkd8Wx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaKHmkd8Wx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaKHmkd8Wx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaKHmkd8Wx .carousel {
  width: 100%;
}
.cid-uaKHmkd8Wx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaKHmkd8Wx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaKHmkd8Wx .modal.fade .modal-dialog,
.cid-uaKHmkd8Wx .modal.in .modal-dialog {
  transform: none;
}
.cid-uaKHmkd8Wx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaKHmkd8Wx H6 {
  text-align: center;
}
.cid-uaKHml4dvg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKHml4dvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHml4dvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHml4dvg a {
  font-weight: bold;
}
.cid-uaKHml4dvg .container-fluid {
  padding: 0;
}
.cid-uaKHml4dvg img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaKHml4dvg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKHml4dvg .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaKHml4dvg .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKHml4dvg .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaKHml4dvg .mbr-text,
.cid-uaKHml4dvg .mbr-section-btn {
  color: #000000;
}
.cid-uaKHml4dvg .mbr-section-title {
  color: #000000;
}
.cid-uaKHmlC5Pg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKHmlC5Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmlC5Pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHmlC5Pg .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKHmlC5Pg .mbr-section-title {
  color: #24262b;
}
.cid-uaKHmlC5Pg .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKHmlC5Pg .items-row {
  row-gap: 32px;
}
.cid-uaKHmlC5Pg .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaKHmlC5Pg .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaKHmlC5Pg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaKHmlC5Pg .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaKHmlC5Pg .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaKHmlC5Pg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaKHmlC5Pg .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaKHmlC5Pg .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaKHmlC5Pg .carousel-control,
.cid-uaKHmlC5Pg .close {
  background: #1b1b1b;
}
.cid-uaKHmlC5Pg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaKHmlC5Pg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaKHmlC5Pg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaKHmlC5Pg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaKHmlC5Pg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaKHmlC5Pg .close::before {
  content: '\e91a';
}
.cid-uaKHmlC5Pg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaKHmlC5Pg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaKHmlC5Pg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKHmlC5Pg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaKHmlC5Pg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaKHmlC5Pg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaKHmlC5Pg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaKHmlC5Pg .carousel-indicators li.active,
.cid-uaKHmlC5Pg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaKHmlC5Pg .carousel-indicators li::after,
.cid-uaKHmlC5Pg .carousel-indicators li::before {
  content: none;
}
.cid-uaKHmlC5Pg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaKHmlC5Pg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaKHmlC5Pg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKHmlC5Pg .carousel-indicators {
    display: none;
  }
}
.cid-uaKHmlC5Pg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaKHmlC5Pg .carousel-inner > .active {
  display: block;
}
.cid-uaKHmlC5Pg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKHmlC5Pg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaKHmlC5Pg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaKHmlC5Pg .carousel-control,
  .cid-uaKHmlC5Pg .carousel-indicators,
  .cid-uaKHmlC5Pg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaKHmlC5Pg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaKHmlC5Pg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaKHmlC5Pg .carousel-indicators .active,
.cid-uaKHmlC5Pg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaKHmlC5Pg .carousel-indicators .active {
  background: #fff;
}
.cid-uaKHmlC5Pg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaKHmlC5Pg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaKHmlC5Pg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaKHmlC5Pg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaKHmlC5Pg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaKHmlC5Pg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaKHmlC5Pg .carousel {
  width: 100%;
}
.cid-uaKHmlC5Pg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaKHmlC5Pg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaKHmlC5Pg .modal.fade .modal-dialog,
.cid-uaKHmlC5Pg .modal.in .modal-dialog {
  transform: none;
}
.cid-uaKHmlC5Pg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaKHmlC5Pg H6 {
  text-align: center;
}
.cid-uaKHmmp9rd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaKHmmp9rd .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaKHmmp9rd .main_header {
    padding-top: 66px;
  }
  .cid-uaKHmmp9rd .main_header > .row {
    flex-direction: column;
  }
  .cid-uaKHmmp9rd .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaKHmmp9rd .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaKHmmp9rd .mbr-section-title {
    text-align: center;
  }
}
.cid-uaKHmmp9rd .mbr-text {
  margin: 25px 0;
}
.cid-uaKHmmp9rd .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaKHmmp9rd .bgImage {
    height: 65vh;
  }
}
.cid-uaKHmmp9rd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaKHmmp9rd .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaKHmmp9rd .linkBtn a:after,
.cid-uaKHmmp9rd .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaKHmmp9rd .linkBtn a:before {
  left: 0;
}
.cid-uaKHmmp9rd .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaKHmmp9rd .linkBtn a:hover:before,
.cid-uaKHmmp9rd .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaKHmmp9rd .mbr-text,
.cid-uaKHmmp9rd .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaKHmmPkI1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKHmmPkI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmmPkI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHmmPkI1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKHmmPkI1 .mbr-section-title {
  color: #24262b;
}
.cid-uaKHmmPkI1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKHmmPkI1 .items-row {
  row-gap: 32px;
}
.cid-uaKHmmPkI1 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaKHmmPkI1 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaKHmmPkI1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaKHmmPkI1 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaKHmmPkI1 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaKHmmPkI1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaKHmmPkI1 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaKHmmPkI1 .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaKHmmPkI1 .carousel-control,
.cid-uaKHmmPkI1 .close {
  background: #1b1b1b;
}
.cid-uaKHmmPkI1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaKHmmPkI1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaKHmmPkI1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaKHmmPkI1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaKHmmPkI1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaKHmmPkI1 .close::before {
  content: '\e91a';
}
.cid-uaKHmmPkI1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaKHmmPkI1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaKHmmPkI1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKHmmPkI1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaKHmmPkI1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaKHmmPkI1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaKHmmPkI1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaKHmmPkI1 .carousel-indicators li.active,
.cid-uaKHmmPkI1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaKHmmPkI1 .carousel-indicators li::after,
.cid-uaKHmmPkI1 .carousel-indicators li::before {
  content: none;
}
.cid-uaKHmmPkI1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaKHmmPkI1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaKHmmPkI1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKHmmPkI1 .carousel-indicators {
    display: none;
  }
}
.cid-uaKHmmPkI1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaKHmmPkI1 .carousel-inner > .active {
  display: block;
}
.cid-uaKHmmPkI1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKHmmPkI1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaKHmmPkI1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaKHmmPkI1 .carousel-control,
  .cid-uaKHmmPkI1 .carousel-indicators,
  .cid-uaKHmmPkI1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaKHmmPkI1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaKHmmPkI1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaKHmmPkI1 .carousel-indicators .active,
.cid-uaKHmmPkI1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaKHmmPkI1 .carousel-indicators .active {
  background: #fff;
}
.cid-uaKHmmPkI1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaKHmmPkI1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaKHmmPkI1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaKHmmPkI1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaKHmmPkI1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaKHmmPkI1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaKHmmPkI1 .carousel {
  width: 100%;
}
.cid-uaKHmmPkI1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaKHmmPkI1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaKHmmPkI1 .modal.fade .modal-dialog,
.cid-uaKHmmPkI1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uaKHmmPkI1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaKHmmPkI1 H6 {
  text-align: center;
}
.cid-uaKHmnDxS6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaKHmnDxS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmnDxS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKHmnDxS6 .container {
    padding: 0 20px;
  }
}
.cid-uaKHmnDxS6 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKHmnDxS6 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKHmnDxS6 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKHmnDxS6 .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKHmnDxS6 .mbr-section-title,
.cid-uaKHmnDxS6 .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKHmodJ53 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uaKHmodJ53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmodJ53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHmodJ53 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKHmodJ53 .mbr-section-title {
  color: #24262b;
}
.cid-uaKHmodJ53 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKHmodJ53 .cards-row {
  row-gap: 32px;
}
.cid-uaKHmodJ53 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaKHmodJ53 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uaKHmodJ53 .card-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.cid-uaKHmodJ53 .card-subtitle {
  color: #24262b;
}
.cid-uaKHmodJ53 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uaKHmodJ53 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaKHmodJ53 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uaKHmodJ53 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uaKHmodJ53 .card-text,
.cid-uaKHmodJ53 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uaKHmoK3ub {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKHmoK3ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmoK3ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKHmoK3ub .container {
    padding: 0 20px;
  }
}
.cid-uaKHmoK3ub .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKHmoK3ub .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKHmoK3ub .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKHmoK3ub .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKHmoK3ub .mbr-section-title,
.cid-uaKHmoK3ub .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKHmpkTkL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uaKHmpkTkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmpkTkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKHmpkTkL .container {
    padding: 0 20px;
  }
}
.cid-uaKHmpkTkL .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKHmpkTkL .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKHmpkTkL .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKHmpkTkL .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKHmpkTkL .mbr-section-title,
.cid-uaKHmpkTkL .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKHmpQjJx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaKHmpQjJx .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uaKHmpQjJx .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uaKHmpQjJx .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uaKHmpQjJx .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uaKHmpQjJx .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uaKHmpQjJx .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uaKHmpQjJx .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uaKHmpQjJx .input-group-btn {
  padding-left: 0;
}
.cid-uaKHmpQjJx .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uaKHmpQjJx .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uaKHmpQjJx .mbr-text {
  color: #444;
}
.cid-uaKHmpQjJx h5 {
  margin-bottom: 0;
}
.cid-uaKHmpQjJx .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uaKHmpQjJx .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaKHmpQjJx .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uaKHmpQjJx .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaKHmpQjJx .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaKHmpQjJx .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uaKHmpQjJx .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaKHmpQjJx .social-list a:hover {
  opacity: 0.4;
}
.cid-uaKHmpQjJx .media-container-row > div {
  padding: 0px;
}
.cid-uaKHmpQjJx .text2 {
  color: #000000;
  text-align: left;
}
.cid-uaKHmpQjJx .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uaKHmpQjJx .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uaKHmpQjJx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uaKHmpQjJx .social-list,
  .cid-uaKHmpQjJx .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uaKHmpQjJx h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uaKHmpQjJx .form-group {
    max-width: 180px;
  }
}
.cid-uaKHmpQjJx .links span {
  color: #9e9e9e;
}
.cid-uaKHmpQjJx .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uaKHmpQjJx .logo-title {
  text-align: center;
}
.cid-uaKHmpQjJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmpQjJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKHmpQjJx .logo-title,
.cid-uaKHmpQjJx .logo {
  color: #000000;
}
.cid-uaKHmqzCt6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaKHmqzCt6 .text-wrapper {
  z-index: 11;
}
.cid-uaKHmqzCt6 .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uaKHmqzCt6 .animate__fadeInUp:before {
  background: #000000;
}
.cid-uaKHmqzCt6 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uaKHmqzCt6 .iconfont-wrapper {
  margin: auto;
}
.cid-uaKHmqzCt6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaKHmqzCt6 .mbr-text,
.cid-uaKHmqzCt6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaKHmqzCt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKHmqzCt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0FDCz9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaAF0FDCz9 nav.navbar {
  position: fixed;
}
.cid-uaAF0FDCz9 .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-uaAF0FDCz9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaAF0FDCz9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaAF0FDCz9 .dropdown-item:hover,
.cid-uaAF0FDCz9 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uaAF0FDCz9 .dropdown-item:hover span {
  color: white;
}
.cid-uaAF0FDCz9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaAF0FDCz9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaAF0FDCz9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaAF0FDCz9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaAF0FDCz9 .nav-link {
  position: relative;
}
.cid-uaAF0FDCz9 .container {
  display: flex;
  margin: auto;
}
.cid-uaAF0FDCz9 .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaAF0FDCz9 .dropdown-menu,
.cid-uaAF0FDCz9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uaAF0FDCz9 .nav-item:focus,
.cid-uaAF0FDCz9 .nav-link:focus {
  outline: none;
}
.cid-uaAF0FDCz9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaAF0FDCz9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaAF0FDCz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaAF0FDCz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaAF0FDCz9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaAF0FDCz9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaAF0FDCz9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uaAF0FDCz9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaAF0FDCz9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaAF0FDCz9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaAF0FDCz9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaAF0FDCz9 .navbar.collapsed {
  justify-content: center;
}
.cid-uaAF0FDCz9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaAF0FDCz9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaAF0FDCz9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaAF0FDCz9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaAF0FDCz9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaAF0FDCz9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaAF0FDCz9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaAF0FDCz9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaAF0FDCz9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaAF0FDCz9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaAF0FDCz9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaAF0FDCz9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaAF0FDCz9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaAF0FDCz9 .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-uaAF0FDCz9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaAF0FDCz9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaAF0FDCz9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaAF0FDCz9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaAF0FDCz9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaAF0FDCz9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaAF0FDCz9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaAF0FDCz9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaAF0FDCz9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaAF0FDCz9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaAF0FDCz9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaAF0FDCz9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaAF0FDCz9 .dropdown-item.active,
.cid-uaAF0FDCz9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaAF0FDCz9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaAF0FDCz9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaAF0FDCz9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaAF0FDCz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaAF0FDCz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaAF0FDCz9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaAF0FDCz9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaAF0FDCz9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaAF0FDCz9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaAF0FDCz9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaAF0FDCz9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaAF0FDCz9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAF0FDCz9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAF0FDCz9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaAF0FDCz9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAF0FDCz9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaAF0FDCz9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaAF0FDCz9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAF0FDCz9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaAF0FDCz9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaAF0FDCz9 .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-uaAF0FDCz9 .navbar {
    height: 70px;
  }
  .cid-uaAF0FDCz9 .navbar.opened {
    height: auto;
  }
  .cid-uaAF0FDCz9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaAF0wxYPN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaAF0wxYPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0wxYPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAF0wxYPN .container {
    padding: 0 20px;
  }
}
.cid-uaAF0wxYPN .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAF0wxYPN .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAF0wxYPN .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAF0wxYPN .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAF0wxYPN .mbr-section-title,
.cid-uaAF0wxYPN .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAF0xrkjd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAF0xrkjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0xrkjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0xrkjd a {
  font-weight: bold;
}
.cid-uaAF0xrkjd .row {
  flex-direction: row-reverse;
}
.cid-uaAF0xrkjd .container-fluid {
  padding: 0;
}
.cid-uaAF0xrkjd img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaAF0xrkjd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaAF0xrkjd .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaAF0xrkjd .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0xrkjd .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaAF0xrkjd .mbr-text,
.cid-uaAF0xrkjd .mbr-section-btn {
  color: #000000;
}
.cid-uaAF0ypONE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaAF0ypONE .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaAF0ypONE .main_header {
    padding-top: 66px;
  }
  .cid-uaAF0ypONE .main_header > .row {
    flex-direction: column;
  }
  .cid-uaAF0ypONE .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaAF0ypONE .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaAF0ypONE .mbr-section-title {
    text-align: center;
  }
}
.cid-uaAF0ypONE .mbr-text {
  margin: 25px 0;
}
.cid-uaAF0ypONE .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaAF0ypONE .bgImage {
    height: 65vh;
  }
}
.cid-uaAF0ypONE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaAF0ypONE .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaAF0ypONE .linkBtn a:after,
.cid-uaAF0ypONE .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaAF0ypONE .linkBtn a:before {
  left: 0;
}
.cid-uaAF0ypONE .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaAF0ypONE .linkBtn a:hover:before,
.cid-uaAF0ypONE .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaAF0ypONE .mbr-text,
.cid-uaAF0ypONE .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaAF0zZpMV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAF0zZpMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0zZpMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0zZpMV .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAF0zZpMV .mbr-section-title {
  color: #24262b;
}
.cid-uaAF0zZpMV .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAF0zZpMV .items-row {
  row-gap: 32px;
}
.cid-uaAF0zZpMV .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaAF0zZpMV .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaAF0zZpMV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaAF0zZpMV .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaAF0zZpMV .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaAF0zZpMV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaAF0zZpMV .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaAF0zZpMV .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaAF0zZpMV .carousel-control,
.cid-uaAF0zZpMV .close {
  background: #1b1b1b;
}
.cid-uaAF0zZpMV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaAF0zZpMV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaAF0zZpMV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaAF0zZpMV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaAF0zZpMV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaAF0zZpMV .close::before {
  content: '\e91a';
}
.cid-uaAF0zZpMV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaAF0zZpMV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaAF0zZpMV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAF0zZpMV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaAF0zZpMV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaAF0zZpMV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaAF0zZpMV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaAF0zZpMV .carousel-indicators li.active,
.cid-uaAF0zZpMV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaAF0zZpMV .carousel-indicators li::after,
.cid-uaAF0zZpMV .carousel-indicators li::before {
  content: none;
}
.cid-uaAF0zZpMV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaAF0zZpMV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaAF0zZpMV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0zZpMV .carousel-indicators {
    display: none;
  }
}
.cid-uaAF0zZpMV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaAF0zZpMV .carousel-inner > .active {
  display: block;
}
.cid-uaAF0zZpMV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAF0zZpMV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaAF0zZpMV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaAF0zZpMV .carousel-control,
  .cid-uaAF0zZpMV .carousel-indicators,
  .cid-uaAF0zZpMV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0zZpMV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaAF0zZpMV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaAF0zZpMV .carousel-indicators .active,
.cid-uaAF0zZpMV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaAF0zZpMV .carousel-indicators .active {
  background: #fff;
}
.cid-uaAF0zZpMV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaAF0zZpMV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaAF0zZpMV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaAF0zZpMV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaAF0zZpMV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaAF0zZpMV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaAF0zZpMV .carousel {
  width: 100%;
}
.cid-uaAF0zZpMV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaAF0zZpMV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaAF0zZpMV .modal.fade .modal-dialog,
.cid-uaAF0zZpMV .modal.in .modal-dialog {
  transform: none;
}
.cid-uaAF0zZpMV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaAF0zZpMV H6 {
  text-align: center;
}
.cid-uaAF0zAgw8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAF0zAgw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0zAgw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0zAgw8 a {
  font-weight: bold;
}
.cid-uaAF0zAgw8 .container-fluid {
  padding: 0;
}
.cid-uaAF0zAgw8 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaAF0zAgw8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaAF0zAgw8 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaAF0zAgw8 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0zAgw8 .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaAF0zAgw8 .mbr-text,
.cid-uaAF0zAgw8 .mbr-section-btn {
  color: #000000;
}
.cid-uaAF0zAgw8 .mbr-section-title {
  color: #000000;
}
.cid-uaAF0yNj8o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAF0yNj8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0yNj8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0yNj8o .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAF0yNj8o .mbr-section-title {
  color: #24262b;
}
.cid-uaAF0yNj8o .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAF0yNj8o .items-row {
  row-gap: 32px;
}
.cid-uaAF0yNj8o .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaAF0yNj8o .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaAF0yNj8o .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaAF0yNj8o .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaAF0yNj8o .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaAF0yNj8o .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaAF0yNj8o .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaAF0yNj8o .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaAF0yNj8o .carousel-control,
.cid-uaAF0yNj8o .close {
  background: #1b1b1b;
}
.cid-uaAF0yNj8o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaAF0yNj8o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaAF0yNj8o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaAF0yNj8o .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaAF0yNj8o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaAF0yNj8o .close::before {
  content: '\e91a';
}
.cid-uaAF0yNj8o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaAF0yNj8o .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaAF0yNj8o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAF0yNj8o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaAF0yNj8o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaAF0yNj8o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaAF0yNj8o .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaAF0yNj8o .carousel-indicators li.active,
.cid-uaAF0yNj8o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaAF0yNj8o .carousel-indicators li::after,
.cid-uaAF0yNj8o .carousel-indicators li::before {
  content: none;
}
.cid-uaAF0yNj8o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaAF0yNj8o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaAF0yNj8o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0yNj8o .carousel-indicators {
    display: none;
  }
}
.cid-uaAF0yNj8o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaAF0yNj8o .carousel-inner > .active {
  display: block;
}
.cid-uaAF0yNj8o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAF0yNj8o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaAF0yNj8o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaAF0yNj8o .carousel-control,
  .cid-uaAF0yNj8o .carousel-indicators,
  .cid-uaAF0yNj8o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0yNj8o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaAF0yNj8o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaAF0yNj8o .carousel-indicators .active,
.cid-uaAF0yNj8o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaAF0yNj8o .carousel-indicators .active {
  background: #fff;
}
.cid-uaAF0yNj8o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaAF0yNj8o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaAF0yNj8o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaAF0yNj8o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaAF0yNj8o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaAF0yNj8o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaAF0yNj8o .carousel {
  width: 100%;
}
.cid-uaAF0yNj8o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaAF0yNj8o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaAF0yNj8o .modal.fade .modal-dialog,
.cid-uaAF0yNj8o .modal.in .modal-dialog {
  transform: none;
}
.cid-uaAF0yNj8o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaAF0yNj8o H6 {
  text-align: center;
}
.cid-uaAF0AKeiR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaAF0AKeiR .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaAF0AKeiR .main_header {
    padding-top: 66px;
  }
  .cid-uaAF0AKeiR .main_header > .row {
    flex-direction: column;
  }
  .cid-uaAF0AKeiR .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaAF0AKeiR .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaAF0AKeiR .mbr-section-title {
    text-align: center;
  }
}
.cid-uaAF0AKeiR .mbr-text {
  margin: 25px 0;
}
.cid-uaAF0AKeiR .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaAF0AKeiR .bgImage {
    height: 65vh;
  }
}
.cid-uaAF0AKeiR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaAF0AKeiR .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaAF0AKeiR .linkBtn a:after,
.cid-uaAF0AKeiR .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaAF0AKeiR .linkBtn a:before {
  left: 0;
}
.cid-uaAF0AKeiR .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaAF0AKeiR .linkBtn a:hover:before,
.cid-uaAF0AKeiR .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaAF0AKeiR .mbr-text,
.cid-uaAF0AKeiR .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaAF0BbyYt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAF0BbyYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0BbyYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0BbyYt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAF0BbyYt .mbr-section-title {
  color: #24262b;
}
.cid-uaAF0BbyYt .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAF0BbyYt .items-row {
  row-gap: 32px;
}
.cid-uaAF0BbyYt .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaAF0BbyYt .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaAF0BbyYt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaAF0BbyYt .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaAF0BbyYt .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaAF0BbyYt .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaAF0BbyYt .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaAF0BbyYt .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaAF0BbyYt .carousel-control,
.cid-uaAF0BbyYt .close {
  background: #1b1b1b;
}
.cid-uaAF0BbyYt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaAF0BbyYt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaAF0BbyYt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaAF0BbyYt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaAF0BbyYt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaAF0BbyYt .close::before {
  content: '\e91a';
}
.cid-uaAF0BbyYt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaAF0BbyYt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaAF0BbyYt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAF0BbyYt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaAF0BbyYt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaAF0BbyYt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaAF0BbyYt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaAF0BbyYt .carousel-indicators li.active,
.cid-uaAF0BbyYt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaAF0BbyYt .carousel-indicators li::after,
.cid-uaAF0BbyYt .carousel-indicators li::before {
  content: none;
}
.cid-uaAF0BbyYt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaAF0BbyYt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaAF0BbyYt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0BbyYt .carousel-indicators {
    display: none;
  }
}
.cid-uaAF0BbyYt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaAF0BbyYt .carousel-inner > .active {
  display: block;
}
.cid-uaAF0BbyYt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAF0BbyYt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaAF0BbyYt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaAF0BbyYt .carousel-control,
  .cid-uaAF0BbyYt .carousel-indicators,
  .cid-uaAF0BbyYt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaAF0BbyYt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaAF0BbyYt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaAF0BbyYt .carousel-indicators .active,
.cid-uaAF0BbyYt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaAF0BbyYt .carousel-indicators .active {
  background: #fff;
}
.cid-uaAF0BbyYt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaAF0BbyYt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaAF0BbyYt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaAF0BbyYt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaAF0BbyYt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaAF0BbyYt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaAF0BbyYt .carousel {
  width: 100%;
}
.cid-uaAF0BbyYt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaAF0BbyYt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaAF0BbyYt .modal.fade .modal-dialog,
.cid-uaAF0BbyYt .modal.in .modal-dialog {
  transform: none;
}
.cid-uaAF0BbyYt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaAF0BbyYt H6 {
  text-align: center;
}
.cid-uaAF0C0jSy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaAF0C0jSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0C0jSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAF0C0jSy .container {
    padding: 0 20px;
  }
}
.cid-uaAF0C0jSy .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAF0C0jSy .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAF0C0jSy .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAF0C0jSy .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAF0C0jSy .mbr-section-title,
.cid-uaAF0C0jSy .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAF0CzaWu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uaAF0CzaWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0CzaWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0CzaWu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAF0CzaWu .mbr-section-title {
  color: #24262b;
}
.cid-uaAF0CzaWu .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAF0CzaWu .cards-row {
  row-gap: 32px;
}
.cid-uaAF0CzaWu .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaAF0CzaWu .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uaAF0CzaWu .card-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.cid-uaAF0CzaWu .card-subtitle {
  color: #24262b;
}
.cid-uaAF0CzaWu .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uaAF0CzaWu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaAF0CzaWu .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uaAF0CzaWu .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uaAF0CzaWu .card-text,
.cid-uaAF0CzaWu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uaAF0D7x3w {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAF0D7x3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0D7x3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAF0D7x3w .container {
    padding: 0 20px;
  }
}
.cid-uaAF0D7x3w .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAF0D7x3w .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAF0D7x3w .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAF0D7x3w .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAF0D7x3w .mbr-section-title,
.cid-uaAF0D7x3w .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAF0DCOWD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uaAF0DCOWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0DCOWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAF0DCOWD .container {
    padding: 0 20px;
  }
}
.cid-uaAF0DCOWD .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAF0DCOWD .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAF0DCOWD .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAF0DCOWD .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAF0DCOWD .mbr-section-title,
.cid-uaAF0DCOWD .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAF0EdcDV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaAF0EdcDV .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uaAF0EdcDV .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uaAF0EdcDV .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uaAF0EdcDV .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uaAF0EdcDV .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uaAF0EdcDV .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uaAF0EdcDV .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uaAF0EdcDV .input-group-btn {
  padding-left: 0;
}
.cid-uaAF0EdcDV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uaAF0EdcDV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uaAF0EdcDV .mbr-text {
  color: #444;
}
.cid-uaAF0EdcDV h5 {
  margin-bottom: 0;
}
.cid-uaAF0EdcDV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uaAF0EdcDV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaAF0EdcDV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uaAF0EdcDV .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaAF0EdcDV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaAF0EdcDV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uaAF0EdcDV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaAF0EdcDV .social-list a:hover {
  opacity: 0.4;
}
.cid-uaAF0EdcDV .media-container-row > div {
  padding: 0px;
}
.cid-uaAF0EdcDV .text2 {
  color: #000000;
  text-align: left;
}
.cid-uaAF0EdcDV .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uaAF0EdcDV .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uaAF0EdcDV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uaAF0EdcDV .social-list,
  .cid-uaAF0EdcDV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uaAF0EdcDV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uaAF0EdcDV .form-group {
    max-width: 180px;
  }
}
.cid-uaAF0EdcDV .links span {
  color: #9e9e9e;
}
.cid-uaAF0EdcDV .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uaAF0EdcDV .logo-title {
  text-align: center;
}
.cid-uaAF0EdcDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0EdcDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAF0EdcDV .logo-title,
.cid-uaAF0EdcDV .logo {
  color: #000000;
}
.cid-uaAF0F4k62 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaAF0F4k62 .text-wrapper {
  z-index: 11;
}
.cid-uaAF0F4k62 .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uaAF0F4k62 .animate__fadeInUp:before {
  background: #000000;
}
.cid-uaAF0F4k62 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uaAF0F4k62 .iconfont-wrapper {
  margin: auto;
}
.cid-uaAF0F4k62 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaAF0F4k62 .mbr-text,
.cid-uaAF0F4k62 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaAF0F4k62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAF0F4k62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKMgkGXQV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaKMgkGXQV nav.navbar {
  position: fixed;
}
.cid-uaKMgkGXQV .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-uaKMgkGXQV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaKMgkGXQV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaKMgkGXQV .dropdown-item:hover,
.cid-uaKMgkGXQV .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uaKMgkGXQV .dropdown-item:hover span {
  color: white;
}
.cid-uaKMgkGXQV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaKMgkGXQV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaKMgkGXQV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaKMgkGXQV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaKMgkGXQV .nav-link {
  position: relative;
}
.cid-uaKMgkGXQV .container {
  display: flex;
  margin: auto;
}
.cid-uaKMgkGXQV .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaKMgkGXQV .dropdown-menu,
.cid-uaKMgkGXQV .navbar.opened {
  background: #ffffff !important;
}
.cid-uaKMgkGXQV .nav-item:focus,
.cid-uaKMgkGXQV .nav-link:focus {
  outline: none;
}
.cid-uaKMgkGXQV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaKMgkGXQV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaKMgkGXQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaKMgkGXQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaKMgkGXQV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaKMgkGXQV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaKMgkGXQV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uaKMgkGXQV .navbar.opened {
  transition: all 0.3s;
}
.cid-uaKMgkGXQV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaKMgkGXQV .navbar .navbar-logo img {
  width: auto;
}
.cid-uaKMgkGXQV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaKMgkGXQV .navbar.collapsed {
  justify-content: center;
}
.cid-uaKMgkGXQV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaKMgkGXQV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaKMgkGXQV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaKMgkGXQV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaKMgkGXQV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaKMgkGXQV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaKMgkGXQV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaKMgkGXQV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaKMgkGXQV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaKMgkGXQV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaKMgkGXQV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaKMgkGXQV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaKMgkGXQV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaKMgkGXQV .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-uaKMgkGXQV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaKMgkGXQV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaKMgkGXQV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaKMgkGXQV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaKMgkGXQV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaKMgkGXQV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaKMgkGXQV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaKMgkGXQV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaKMgkGXQV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaKMgkGXQV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaKMgkGXQV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaKMgkGXQV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaKMgkGXQV .dropdown-item.active,
.cid-uaKMgkGXQV .dropdown-item:active {
  background-color: transparent;
}
.cid-uaKMgkGXQV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaKMgkGXQV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaKMgkGXQV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaKMgkGXQV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaKMgkGXQV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaKMgkGXQV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaKMgkGXQV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaKMgkGXQV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaKMgkGXQV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaKMgkGXQV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaKMgkGXQV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaKMgkGXQV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKMgkGXQV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKMgkGXQV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaKMgkGXQV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKMgkGXQV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaKMgkGXQV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaKMgkGXQV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKMgkGXQV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaKMgkGXQV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaKMgkGXQV .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-uaKMgkGXQV .navbar {
    height: 70px;
  }
  .cid-uaKMgkGXQV .navbar.opened {
    height: auto;
  }
  .cid-uaKMgkGXQV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaKMgbULIz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaKMgbULIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgbULIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKMgbULIz .container {
    padding: 0 20px;
  }
}
.cid-uaKMgbULIz .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKMgbULIz .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKMgbULIz .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKMgbULIz .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKMgbULIz .mbr-section-title,
.cid-uaKMgbULIz .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKMgcHfeL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKMgcHfeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgcHfeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKMgcHfeL a {
  font-weight: bold;
}
.cid-uaKMgcHfeL .row {
  flex-direction: row-reverse;
}
.cid-uaKMgcHfeL .container-fluid {
  padding: 0;
}
.cid-uaKMgcHfeL img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaKMgcHfeL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKMgcHfeL .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaKMgcHfeL .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKMgcHfeL .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaKMgcHfeL .mbr-text,
.cid-uaKMgcHfeL .mbr-section-btn {
  color: #000000;
}
.cid-uaKMgdjwJH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaKMgdjwJH .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaKMgdjwJH .main_header {
    padding-top: 66px;
  }
  .cid-uaKMgdjwJH .main_header > .row {
    flex-direction: column;
  }
  .cid-uaKMgdjwJH .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaKMgdjwJH .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaKMgdjwJH .mbr-section-title {
    text-align: center;
  }
}
.cid-uaKMgdjwJH .mbr-text {
  margin: 25px 0;
}
.cid-uaKMgdjwJH .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaKMgdjwJH .bgImage {
    height: 65vh;
  }
}
.cid-uaKMgdjwJH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaKMgdjwJH .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaKMgdjwJH .linkBtn a:after,
.cid-uaKMgdjwJH .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaKMgdjwJH .linkBtn a:before {
  left: 0;
}
.cid-uaKMgdjwJH .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaKMgdjwJH .linkBtn a:hover:before,
.cid-uaKMgdjwJH .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaKMgdjwJH .mbr-text,
.cid-uaKMgdjwJH .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaKMgdFwQA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKMgdFwQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgdFwQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKMgdFwQA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKMgdFwQA .mbr-section-title {
  color: #24262b;
}
.cid-uaKMgdFwQA .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKMgdFwQA .items-row {
  row-gap: 32px;
}
.cid-uaKMgdFwQA .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaKMgdFwQA .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaKMgdFwQA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaKMgdFwQA .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaKMgdFwQA .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaKMgdFwQA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaKMgdFwQA .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaKMgdFwQA .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaKMgdFwQA .carousel-control,
.cid-uaKMgdFwQA .close {
  background: #1b1b1b;
}
.cid-uaKMgdFwQA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaKMgdFwQA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaKMgdFwQA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaKMgdFwQA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaKMgdFwQA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaKMgdFwQA .close::before {
  content: '\e91a';
}
.cid-uaKMgdFwQA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaKMgdFwQA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaKMgdFwQA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKMgdFwQA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaKMgdFwQA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaKMgdFwQA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaKMgdFwQA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaKMgdFwQA .carousel-indicators li.active,
.cid-uaKMgdFwQA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaKMgdFwQA .carousel-indicators li::after,
.cid-uaKMgdFwQA .carousel-indicators li::before {
  content: none;
}
.cid-uaKMgdFwQA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaKMgdFwQA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaKMgdFwQA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaKMgdFwQA .carousel-indicators {
    display: none;
  }
}
.cid-uaKMgdFwQA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaKMgdFwQA .carousel-inner > .active {
  display: block;
}
.cid-uaKMgdFwQA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaKMgdFwQA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaKMgdFwQA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaKMgdFwQA .carousel-control,
  .cid-uaKMgdFwQA .carousel-indicators,
  .cid-uaKMgdFwQA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaKMgdFwQA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaKMgdFwQA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaKMgdFwQA .carousel-indicators .active,
.cid-uaKMgdFwQA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaKMgdFwQA .carousel-indicators .active {
  background: #fff;
}
.cid-uaKMgdFwQA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaKMgdFwQA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaKMgdFwQA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaKMgdFwQA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaKMgdFwQA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaKMgdFwQA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaKMgdFwQA .carousel {
  width: 100%;
}
.cid-uaKMgdFwQA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaKMgdFwQA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaKMgdFwQA .modal.fade .modal-dialog,
.cid-uaKMgdFwQA .modal.in .modal-dialog {
  transform: none;
}
.cid-uaKMgdFwQA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaKMgdFwQA H6 {
  text-align: center;
}
.cid-uaKMgh0XST {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaKMgh0XST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgh0XST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKMgh0XST .container {
    padding: 0 20px;
  }
}
.cid-uaKMgh0XST .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKMgh0XST .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKMgh0XST .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKMgh0XST .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKMgh0XST .mbr-section-title,
.cid-uaKMgh0XST .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKMghw7Zu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uaKMghw7Zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMghw7Zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKMghw7Zu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaKMghw7Zu .mbr-section-title {
  color: #24262b;
}
.cid-uaKMghw7Zu .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaKMghw7Zu .cards-row {
  row-gap: 32px;
}
.cid-uaKMghw7Zu .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaKMghw7Zu .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uaKMghw7Zu .card-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.cid-uaKMghw7Zu .card-subtitle {
  color: #24262b;
}
.cid-uaKMghw7Zu .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uaKMghw7Zu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaKMghw7Zu .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uaKMghw7Zu .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uaKMghw7Zu .card-text,
.cid-uaKMghw7Zu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uaKMgi4j3M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaKMgi4j3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgi4j3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKMgi4j3M .container {
    padding: 0 20px;
  }
}
.cid-uaKMgi4j3M .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKMgi4j3M .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKMgi4j3M .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKMgi4j3M .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKMgi4j3M .mbr-section-title,
.cid-uaKMgi4j3M .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKMgiI42C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uaKMgiI42C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgiI42C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaKMgiI42C .container {
    padding: 0 20px;
  }
}
.cid-uaKMgiI42C .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaKMgiI42C .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaKMgiI42C .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaKMgiI42C .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaKMgiI42C .mbr-section-title,
.cid-uaKMgiI42C .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaKMgjhxbN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaKMgjhxbN .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uaKMgjhxbN .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uaKMgjhxbN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uaKMgjhxbN .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uaKMgjhxbN .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uaKMgjhxbN .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uaKMgjhxbN .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uaKMgjhxbN .input-group-btn {
  padding-left: 0;
}
.cid-uaKMgjhxbN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uaKMgjhxbN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uaKMgjhxbN .mbr-text {
  color: #444;
}
.cid-uaKMgjhxbN h5 {
  margin-bottom: 0;
}
.cid-uaKMgjhxbN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uaKMgjhxbN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaKMgjhxbN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uaKMgjhxbN .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaKMgjhxbN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaKMgjhxbN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uaKMgjhxbN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaKMgjhxbN .social-list a:hover {
  opacity: 0.4;
}
.cid-uaKMgjhxbN .media-container-row > div {
  padding: 0px;
}
.cid-uaKMgjhxbN .text2 {
  color: #000000;
  text-align: left;
}
.cid-uaKMgjhxbN .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uaKMgjhxbN .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uaKMgjhxbN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uaKMgjhxbN .social-list,
  .cid-uaKMgjhxbN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uaKMgjhxbN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uaKMgjhxbN .form-group {
    max-width: 180px;
  }
}
.cid-uaKMgjhxbN .links span {
  color: #9e9e9e;
}
.cid-uaKMgjhxbN .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uaKMgjhxbN .logo-title {
  text-align: center;
}
.cid-uaKMgjhxbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgjhxbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaKMgjhxbN .logo-title,
.cid-uaKMgjhxbN .logo {
  color: #000000;
}
.cid-uaKMgkaikj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaKMgkaikj .text-wrapper {
  z-index: 11;
}
.cid-uaKMgkaikj .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uaKMgkaikj .animate__fadeInUp:before {
  background: #000000;
}
.cid-uaKMgkaikj .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uaKMgkaikj .iconfont-wrapper {
  margin: auto;
}
.cid-uaKMgkaikj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaKMgkaikj .mbr-text,
.cid-uaKMgkaikj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaKMgkaikj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKMgkaikj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAzRmIdfP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaAzRmIdfP nav.navbar {
  position: fixed;
}
.cid-uaAzRmIdfP .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-uaAzRmIdfP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaAzRmIdfP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaAzRmIdfP .dropdown-item:hover,
.cid-uaAzRmIdfP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uaAzRmIdfP .dropdown-item:hover span {
  color: white;
}
.cid-uaAzRmIdfP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaAzRmIdfP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaAzRmIdfP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaAzRmIdfP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaAzRmIdfP .nav-link {
  position: relative;
}
.cid-uaAzRmIdfP .container {
  display: flex;
  margin: auto;
}
.cid-uaAzRmIdfP .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaAzRmIdfP .dropdown-menu,
.cid-uaAzRmIdfP .navbar.opened {
  background: #ffffff !important;
}
.cid-uaAzRmIdfP .nav-item:focus,
.cid-uaAzRmIdfP .nav-link:focus {
  outline: none;
}
.cid-uaAzRmIdfP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaAzRmIdfP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaAzRmIdfP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaAzRmIdfP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaAzRmIdfP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaAzRmIdfP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaAzRmIdfP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uaAzRmIdfP .navbar.opened {
  transition: all 0.3s;
}
.cid-uaAzRmIdfP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaAzRmIdfP .navbar .navbar-logo img {
  width: auto;
}
.cid-uaAzRmIdfP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaAzRmIdfP .navbar.collapsed {
  justify-content: center;
}
.cid-uaAzRmIdfP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaAzRmIdfP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaAzRmIdfP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaAzRmIdfP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaAzRmIdfP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaAzRmIdfP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaAzRmIdfP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaAzRmIdfP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaAzRmIdfP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaAzRmIdfP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaAzRmIdfP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaAzRmIdfP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaAzRmIdfP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaAzRmIdfP .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-uaAzRmIdfP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaAzRmIdfP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaAzRmIdfP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaAzRmIdfP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaAzRmIdfP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaAzRmIdfP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaAzRmIdfP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaAzRmIdfP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaAzRmIdfP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaAzRmIdfP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaAzRmIdfP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaAzRmIdfP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaAzRmIdfP .dropdown-item.active,
.cid-uaAzRmIdfP .dropdown-item:active {
  background-color: transparent;
}
.cid-uaAzRmIdfP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaAzRmIdfP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaAzRmIdfP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaAzRmIdfP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaAzRmIdfP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaAzRmIdfP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaAzRmIdfP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaAzRmIdfP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaAzRmIdfP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaAzRmIdfP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaAzRmIdfP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaAzRmIdfP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAzRmIdfP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAzRmIdfP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaAzRmIdfP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAzRmIdfP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaAzRmIdfP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaAzRmIdfP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAzRmIdfP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaAzRmIdfP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaAzRmIdfP .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-uaAzRmIdfP .navbar {
    height: 70px;
  }
  .cid-uaAzRmIdfP .navbar.opened {
    height: auto;
  }
  .cid-uaAzRmIdfP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaAzRgqmlB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaAzRgqmlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRgqmlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAzRgqmlB .container {
    padding: 0 20px;
  }
}
.cid-uaAzRgqmlB .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAzRgqmlB .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAzRgqmlB .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAzRgqmlB .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAzRgqmlB .mbr-section-title,
.cid-uaAzRgqmlB .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAzRh0zFY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAzRh0zFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRh0zFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAzRh0zFY a {
  font-weight: bold;
}
.cid-uaAzRh0zFY .row {
  flex-direction: row-reverse;
}
.cid-uaAzRh0zFY .container-fluid {
  padding: 0;
}
.cid-uaAzRh0zFY img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaAzRh0zFY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaAzRh0zFY .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaAzRh0zFY .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAzRh0zFY .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaAzRh0zFY .mbr-text,
.cid-uaAzRh0zFY .mbr-section-btn {
  color: #000000;
}
.cid-uaAzRhvZ9n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaAzRhvZ9n .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaAzRhvZ9n .main_header {
    padding-top: 66px;
  }
  .cid-uaAzRhvZ9n .main_header > .row {
    flex-direction: column;
  }
  .cid-uaAzRhvZ9n .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaAzRhvZ9n .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaAzRhvZ9n .mbr-section-title {
    text-align: center;
  }
}
.cid-uaAzRhvZ9n .mbr-text {
  margin: 25px 0;
}
.cid-uaAzRhvZ9n .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaAzRhvZ9n .bgImage {
    height: 65vh;
  }
}
.cid-uaAzRhvZ9n img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaAzRhvZ9n .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaAzRhvZ9n .linkBtn a:after,
.cid-uaAzRhvZ9n .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaAzRhvZ9n .linkBtn a:before {
  left: 0;
}
.cid-uaAzRhvZ9n .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaAzRhvZ9n .linkBtn a:hover:before,
.cid-uaAzRhvZ9n .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaAzRhvZ9n .mbr-text,
.cid-uaAzRhvZ9n .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaACfbbhYU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaACfbbhYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaACfbbhYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaACfbbhYU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaACfbbhYU .mbr-section-title {
  color: #24262b;
}
.cid-uaACfbbhYU .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaACfbbhYU .items-row {
  row-gap: 32px;
}
.cid-uaACfbbhYU .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaACfbbhYU .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaACfbbhYU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaACfbbhYU .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaACfbbhYU .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaACfbbhYU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaACfbbhYU .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaACfbbhYU .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaACfbbhYU .carousel-control,
.cid-uaACfbbhYU .close {
  background: #1b1b1b;
}
.cid-uaACfbbhYU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaACfbbhYU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaACfbbhYU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaACfbbhYU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaACfbbhYU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaACfbbhYU .close::before {
  content: '\e91a';
}
.cid-uaACfbbhYU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaACfbbhYU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaACfbbhYU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaACfbbhYU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaACfbbhYU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaACfbbhYU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaACfbbhYU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaACfbbhYU .carousel-indicators li.active,
.cid-uaACfbbhYU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaACfbbhYU .carousel-indicators li::after,
.cid-uaACfbbhYU .carousel-indicators li::before {
  content: none;
}
.cid-uaACfbbhYU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaACfbbhYU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaACfbbhYU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaACfbbhYU .carousel-indicators {
    display: none;
  }
}
.cid-uaACfbbhYU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaACfbbhYU .carousel-inner > .active {
  display: block;
}
.cid-uaACfbbhYU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaACfbbhYU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaACfbbhYU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaACfbbhYU .carousel-control,
  .cid-uaACfbbhYU .carousel-indicators,
  .cid-uaACfbbhYU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaACfbbhYU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaACfbbhYU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaACfbbhYU .carousel-indicators .active,
.cid-uaACfbbhYU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaACfbbhYU .carousel-indicators .active {
  background: #fff;
}
.cid-uaACfbbhYU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaACfbbhYU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaACfbbhYU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaACfbbhYU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaACfbbhYU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaACfbbhYU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaACfbbhYU .carousel {
  width: 100%;
}
.cid-uaACfbbhYU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaACfbbhYU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaACfbbhYU .modal.fade .modal-dialog,
.cid-uaACfbbhYU .modal.in .modal-dialog {
  transform: none;
}
.cid-uaACfbbhYU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaACfbbhYU H6 {
  text-align: center;
}
.cid-uaAzRhQgBW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAzRhQgBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRhQgBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAzRhQgBW a {
  font-weight: bold;
}
.cid-uaAzRhQgBW .container-fluid {
  padding: 0;
}
.cid-uaAzRhQgBW img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaAzRhQgBW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaAzRhQgBW .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uaAzRhQgBW .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAzRhQgBW .text-wrapper {
    padding: 1rem;
  }
}
.cid-uaAzRhQgBW .mbr-text,
.cid-uaAzRhQgBW .mbr-section-btn {
  color: #000000;
}
.cid-uaAzRhQgBW .mbr-section-title {
  color: #000000;
}
.cid-uaAD4n70mq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAD4n70mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAD4n70mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAD4n70mq .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAD4n70mq .mbr-section-title {
  color: #24262b;
}
.cid-uaAD4n70mq .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAD4n70mq .items-row {
  row-gap: 32px;
}
.cid-uaAD4n70mq .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaAD4n70mq .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaAD4n70mq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaAD4n70mq .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaAD4n70mq .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaAD4n70mq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaAD4n70mq .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaAD4n70mq .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaAD4n70mq .carousel-control,
.cid-uaAD4n70mq .close {
  background: #1b1b1b;
}
.cid-uaAD4n70mq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaAD4n70mq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaAD4n70mq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaAD4n70mq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaAD4n70mq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaAD4n70mq .close::before {
  content: '\e91a';
}
.cid-uaAD4n70mq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaAD4n70mq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaAD4n70mq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAD4n70mq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaAD4n70mq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaAD4n70mq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaAD4n70mq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaAD4n70mq .carousel-indicators li.active,
.cid-uaAD4n70mq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaAD4n70mq .carousel-indicators li::after,
.cid-uaAD4n70mq .carousel-indicators li::before {
  content: none;
}
.cid-uaAD4n70mq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaAD4n70mq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaAD4n70mq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaAD4n70mq .carousel-indicators {
    display: none;
  }
}
.cid-uaAD4n70mq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaAD4n70mq .carousel-inner > .active {
  display: block;
}
.cid-uaAD4n70mq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaAD4n70mq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaAD4n70mq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaAD4n70mq .carousel-control,
  .cid-uaAD4n70mq .carousel-indicators,
  .cid-uaAD4n70mq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaAD4n70mq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaAD4n70mq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaAD4n70mq .carousel-indicators .active,
.cid-uaAD4n70mq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaAD4n70mq .carousel-indicators .active {
  background: #fff;
}
.cid-uaAD4n70mq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaAD4n70mq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaAD4n70mq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaAD4n70mq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaAD4n70mq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaAD4n70mq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaAD4n70mq .carousel {
  width: 100%;
}
.cid-uaAD4n70mq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaAD4n70mq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaAD4n70mq .modal.fade .modal-dialog,
.cid-uaAD4n70mq .modal.in .modal-dialog {
  transform: none;
}
.cid-uaAD4n70mq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaAD4n70mq H6 {
  text-align: center;
}
.cid-uaAzRidYrL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uaAzRidYrL .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #efefef;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uaAzRidYrL .main_header {
    padding-top: 66px;
  }
  .cid-uaAzRidYrL .main_header > .row {
    flex-direction: column;
  }
  .cid-uaAzRidYrL .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uaAzRidYrL .mbr-section-title {
  color: #000000;
  margin: 25px 2rem 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaAzRidYrL .mbr-section-title {
    text-align: center;
  }
}
.cid-uaAzRidYrL .mbr-text {
  margin: 25px 0;
}
.cid-uaAzRidYrL .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uaAzRidYrL .bgImage {
    height: 65vh;
  }
}
.cid-uaAzRidYrL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaAzRidYrL .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uaAzRidYrL .linkBtn a:after,
.cid-uaAzRidYrL .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uaAzRidYrL .linkBtn a:before {
  left: 0;
}
.cid-uaAzRidYrL .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uaAzRidYrL .linkBtn a:hover:before,
.cid-uaAzRidYrL .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uaAzRidYrL .mbr-text,
.cid-uaAzRidYrL .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uaACHGvyL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaACHGvyL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaACHGvyL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaACHGvyL8 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaACHGvyL8 .mbr-section-title {
  color: #24262b;
}
.cid-uaACHGvyL8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaACHGvyL8 .items-row {
  row-gap: 32px;
}
.cid-uaACHGvyL8 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaACHGvyL8 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaACHGvyL8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaACHGvyL8 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaACHGvyL8 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaACHGvyL8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaACHGvyL8 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaACHGvyL8 .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaACHGvyL8 .carousel-control,
.cid-uaACHGvyL8 .close {
  background: #1b1b1b;
}
.cid-uaACHGvyL8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaACHGvyL8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaACHGvyL8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaACHGvyL8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaACHGvyL8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaACHGvyL8 .close::before {
  content: '\e91a';
}
.cid-uaACHGvyL8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaACHGvyL8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaACHGvyL8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaACHGvyL8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaACHGvyL8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaACHGvyL8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaACHGvyL8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaACHGvyL8 .carousel-indicators li.active,
.cid-uaACHGvyL8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaACHGvyL8 .carousel-indicators li::after,
.cid-uaACHGvyL8 .carousel-indicators li::before {
  content: none;
}
.cid-uaACHGvyL8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaACHGvyL8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaACHGvyL8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaACHGvyL8 .carousel-indicators {
    display: none;
  }
}
.cid-uaACHGvyL8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaACHGvyL8 .carousel-inner > .active {
  display: block;
}
.cid-uaACHGvyL8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaACHGvyL8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaACHGvyL8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaACHGvyL8 .carousel-control,
  .cid-uaACHGvyL8 .carousel-indicators,
  .cid-uaACHGvyL8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaACHGvyL8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaACHGvyL8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaACHGvyL8 .carousel-indicators .active,
.cid-uaACHGvyL8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaACHGvyL8 .carousel-indicators .active {
  background: #fff;
}
.cid-uaACHGvyL8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaACHGvyL8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaACHGvyL8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaACHGvyL8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaACHGvyL8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaACHGvyL8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaACHGvyL8 .carousel {
  width: 100%;
}
.cid-uaACHGvyL8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaACHGvyL8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaACHGvyL8 .modal.fade .modal-dialog,
.cid-uaACHGvyL8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uaACHGvyL8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaACHGvyL8 H6 {
  text-align: center;
}
.cid-uaAzRjBLg0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaAzRjBLg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRjBLg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAzRjBLg0 .container {
    padding: 0 20px;
  }
}
.cid-uaAzRjBLg0 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAzRjBLg0 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAzRjBLg0 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAzRjBLg0 .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAzRjBLg0 .mbr-section-title,
.cid-uaAzRjBLg0 .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAzRk1NN8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uaAzRk1NN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRk1NN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAzRk1NN8 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAzRk1NN8 .mbr-section-title {
  color: #24262b;
}
.cid-uaAzRk1NN8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAzRk1NN8 .cards-row {
  row-gap: 32px;
}
.cid-uaAzRk1NN8 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaAzRk1NN8 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uaAzRk1NN8 .card-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
.cid-uaAzRk1NN8 .card-subtitle {
  color: #24262b;
}
.cid-uaAzRk1NN8 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uaAzRk1NN8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaAzRk1NN8 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uaAzRk1NN8 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uaAzRk1NN8 .card-text,
.cid-uaAzRk1NN8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uaAzRkwRjF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAzRkwRjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRkwRjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAzRkwRjF .container {
    padding: 0 20px;
  }
}
.cid-uaAzRkwRjF .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAzRkwRjF .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAzRkwRjF .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAzRkwRjF .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAzRkwRjF .mbr-section-title,
.cid-uaAzRkwRjF .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAzRl1Lrk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9e0b2a;
}
.cid-uaAzRl1Lrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRl1Lrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uaAzRl1Lrk .container {
    padding: 0 20px;
  }
}
.cid-uaAzRl1Lrk .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uaAzRl1Lrk .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uaAzRl1Lrk .mbr-section-title {
  color: #1d1d1d;
}
.cid-uaAzRl1Lrk .mbr-text {
  color: #706f6d;
  text-align: center;
}
.cid-uaAzRl1Lrk .mbr-section-title,
.cid-uaAzRl1Lrk .mbr-section-btn {
  text-align: center;
  color: #018508;
}
.cid-uaAzRlvyHE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaAzRlvyHE .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uaAzRlvyHE .navbar-logo {
  width: 200px;
  margin-bottom: 15px;
  margin: auto;
}
.cid-uaAzRlvyHE .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uaAzRlvyHE .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uaAzRlvyHE .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uaAzRlvyHE .stripe {
  border-bottom: 1px solid #000000;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uaAzRlvyHE .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uaAzRlvyHE .input-group-btn {
  padding-left: 0;
}
.cid-uaAzRlvyHE .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uaAzRlvyHE .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000;
  width: 85%;
}
.cid-uaAzRlvyHE .mbr-text {
  color: #444;
}
.cid-uaAzRlvyHE h5 {
  margin-bottom: 0;
}
.cid-uaAzRlvyHE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uaAzRlvyHE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaAzRlvyHE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uaAzRlvyHE .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaAzRlvyHE .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaAzRlvyHE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uaAzRlvyHE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaAzRlvyHE .social-list a:hover {
  opacity: 0.4;
}
.cid-uaAzRlvyHE .media-container-row > div {
  padding: 0px;
}
.cid-uaAzRlvyHE .text2 {
  color: #000000;
  text-align: left;
}
.cid-uaAzRlvyHE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uaAzRlvyHE .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uaAzRlvyHE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uaAzRlvyHE .social-list,
  .cid-uaAzRlvyHE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uaAzRlvyHE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uaAzRlvyHE .form-group {
    max-width: 180px;
  }
}
.cid-uaAzRlvyHE .links span {
  color: #9e9e9e;
}
.cid-uaAzRlvyHE .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uaAzRlvyHE .logo-title {
  text-align: center;
}
.cid-uaAzRlvyHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRlvyHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAzRlvyHE .logo-title,
.cid-uaAzRlvyHE .logo {
  color: #000000;
}
.cid-uaAzRmdve7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaAzRmdve7 .text-wrapper {
  z-index: 11;
}
.cid-uaAzRmdve7 .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-uaAzRmdve7 .animate__fadeInUp:before {
  background: #000000;
}
.cid-uaAzRmdve7 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-uaAzRmdve7 .iconfont-wrapper {
  margin: auto;
}
.cid-uaAzRmdve7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaAzRmdve7 .mbr-text,
.cid-uaAzRmdve7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaAzRmdve7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAzRmdve7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
