body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans Bassa Vah', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #d2232a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d2232a !important;
  border-color: #d2232a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #88171b !important;
  border-color: #88171b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #88171b !important;
  border-color: #88171b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00516d !important;
  border-color: #00516d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #001116 !important;
  border-color: #001116 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001116 !important;
  border-color: #001116 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d2232a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #88171b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d2232a !important;
  border-color: #d2232a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00516d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #001116 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00516d !important;
  border-color: #00516d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d2232a !important;
}
.text-secondary {
  color: #00516d !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b1419 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000507 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d2232a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d2232a;
  border-color: #d2232a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d2232a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6cbcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #d2232a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d2232a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d2232a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d2232a;
}
.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: #d2232a;
  border-bottom-color: #d2232a;
}
.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: #d2232a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #00516d !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='%23d2232a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #d2232a !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #d2232a;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2232a;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKSzLApxFX {
  background-color: #d2232a;
}
.cid-uKSzLApxFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKSzLApxFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKSzLApxFX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKSzLApxFX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-u7K4CHMfNG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7K4CHMfNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7K4CHMfNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7K4CHMfNG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7K4CHMfNG .row {
  flex-direction: row-reverse;
}
.cid-u7K4CHMfNG img {
  width: 100%;
}
.cid-uKSCeFn5ys {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKSCeFn5ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKSCeFn5ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKSCeFn5ys .container {
  overflow: hidden;
}
.cid-uKSCeFn5ys .row {
  justify-content: center;
}
.cid-uKSCeFn5ys .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKSCeFn5ys .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uKSCeFn5ys .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uKSCeFn5ys .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uKSCeFn5ys .video-block {
    width: 100%;
  }
}
.cid-uKSCeFn5ys .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKSCeFn5ys .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKSCeFn5ys .app-video-wrapper::before {
  color: #d2232a;
  text-shadow: none;
}
.cid-uKSCeFn5ys .mbr-section-title {
  color: #495DFF;
}
.cid-u7LXoPTnfC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7LXoPTnfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7LXoPTnfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7LXoPTnfC .container {
    padding: 0 22px;
  }
}
.cid-u7LXoPTnfC .row {
  justify-content: center;
}
.cid-u7LXoPTnfC .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7LXoPTnfC .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u7LXoPTnfC .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #bbbbbb;
}
.cid-u7LXoPTnfC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7LXoPTnfC .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #000000;
}
.cid-u7LXoPTnfC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7LXoPTnfC .mbr-section-title {
  color: #ffffff;
}
.cid-u7LXoPTnfC .mbr-text {
  color: #d2232a;
  text-align: left;
}
.cid-u7LXoPTnfC .mbr-section-title,
.cid-u7LXoPTnfC .icon-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-u2KWNVxZRU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2KWNVxZRU img {
  width: 160px;
  margin: auto;
}
.cid-u2KWNVxZRU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2KWNVxZRU .card {
    max-width: 25%;
  }
}
.cid-v6LmyKcbZv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6LmyKcbZv img {
  width: 160px;
  margin: auto;
}
.cid-v6LmyKcbZv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6LmyKcbZv .card {
    max-width: 25%;
  }
}
.cid-uc5jRckrXS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5jRckrXS img {
  width: 160px;
  margin: auto;
}
.cid-uc5jRckrXS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5jRckrXS .card {
    max-width: 25%;
  }
}
.cid-uc5kQ6nbqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5kQ6nbqS img {
  width: 160px;
  margin: auto;
}
.cid-uc5kQ6nbqS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5kQ6nbqS .card {
    max-width: 25%;
  }
}
.cid-uNnBCv7twV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNnBCv7twV img {
  width: 160px;
  margin: auto;
}
.cid-uNnBCv7twV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNnBCv7twV .card {
    max-width: 25%;
  }
}
.cid-uNnBDmnp1O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNnBDmnp1O img {
  width: 160px;
  margin: auto;
}
.cid-uNnBDmnp1O .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNnBDmnp1O .card {
    max-width: 25%;
  }
}
.cid-v6LpuGMBtF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6LpuGMBtF img {
  width: 160px;
  margin: auto;
}
.cid-v6LpuGMBtF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6LpuGMBtF .card {
    max-width: 25%;
  }
}
.cid-u7zg4O4XXd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7zg4O4XXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7zg4O4XXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7zg4O4XXd .col-title {
    margin-bottom: 20px;
  }
}
.cid-u7zg4O4XXd .mbr-section-title {
  color: #d2232a;
}
.cid-u7zg4O4XXd .mbr-text {
  color: #000000;
}
.cid-u7zg4O4XXd h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u7zg4O4XXd h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u7zg4O4XXd .row {
  justify-content: space-between;
}
.cid-u7zg4O4XXd .mbr-text1 {
  color: #0046c7;
}
.cid-u7zg4O4XXd img {
  object-fit: cover;
}
.cid-u7zg4O4XXd h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-u7zg4O4XXd h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-u7zg4O4XXd h3:hover:before {
  opacity: 0;
}
.cid-u7zg4O4XXd h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-u7zg4O4XXd h3 {
    transform: translateX(0px);
  }
}
.cid-u7zg4O4XXd .mbr-section-subtitle,
.cid-u7zg4O4XXd .align {
  color: #ffffff;
}
.cid-u7LNHNAu5S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7LNHNAu5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7LNHNAu5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7LNHNAu5S .row {
  justify-content: center;
}
.cid-u7LNHNAu5S .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-u7LNHNAu5S .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-u7LNHNAu5S .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-u7LNHNAu5S .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u7LNHNAu5S .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-u7LNHNAu5S .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-u7LNHNAu5S .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-u7LNHNAu5S .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u7LNHNAu5S .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-u7LNHNAu5S .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-u7LNHNAu5S .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-u7LNHNAu5S .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-u7LNHNAu5S .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-u7LNHNAu5S .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7LNHNAu5S .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-u7LNHNAu5S .mbr-number {
  color: #1c314e;
}
.cid-u7LNHNAu5S .mbr-section-title,
.cid-u7LNHNAu5S .mbr-iconfont {
  color: #1c314e;
}
.cid-u7LNHNAu5S .mbr-text {
  color: #1c314e;
}
.cid-u7LNHNAu5S .mbr-section-title,
.cid-u7LNHNAu5S .icon-wrapper,
.cid-u7LNHNAu5S .mbr-iconfont {
  color: #d2232a;
}
.cid-u7LQfOEZzg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7LQfOEZzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7LQfOEZzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7LQfOEZzg .row {
  justify-content: center;
}
.cid-u7LQfOEZzg .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-u7LQfOEZzg .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-u7LQfOEZzg .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-u7LQfOEZzg .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u7LQfOEZzg .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-u7LQfOEZzg .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-u7LQfOEZzg .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-u7LQfOEZzg .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u7LQfOEZzg .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-u7LQfOEZzg .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-u7LQfOEZzg .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-u7LQfOEZzg .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-u7LQfOEZzg .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-u7LQfOEZzg .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7LQfOEZzg .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-u7LQfOEZzg .mbr-number {
  color: #1c314e;
}
.cid-u7LQfOEZzg .mbr-section-title,
.cid-u7LQfOEZzg .mbr-iconfont {
  color: #1c314e;
}
.cid-u7LQfOEZzg .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-u7LQfOEZzg .mbr-section-title,
.cid-u7LQfOEZzg .icon-wrapper,
.cid-u7LQfOEZzg .mbr-iconfont {
  color: #d2232a;
}
.cid-u7LStMgh7F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7LStMgh7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7LStMgh7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7LStMgh7F .row {
  justify-content: center;
}
.cid-u7LStMgh7F .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-u7LStMgh7F .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-u7LStMgh7F .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-u7LStMgh7F .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u7LStMgh7F .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-u7LStMgh7F .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-u7LStMgh7F .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-u7LStMgh7F .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u7LStMgh7F .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-u7LStMgh7F .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-u7LStMgh7F .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-u7LStMgh7F .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-u7LStMgh7F .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-u7LStMgh7F .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7LStMgh7F .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-u7LStMgh7F .mbr-number {
  color: #1c314e;
}
.cid-u7LStMgh7F .mbr-section-title,
.cid-u7LStMgh7F .mbr-iconfont {
  color: #1c314e;
}
.cid-u7LStMgh7F .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-u7LStMgh7F .mbr-section-title,
.cid-u7LStMgh7F .icon-wrapper,
.cid-u7LStMgh7F .mbr-iconfont {
  color: #d2232a;
}
.cid-vjYGu3M8CD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjYGu3M8CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjYGu3M8CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjYGu3M8CD .row {
  justify-content: center;
}
.cid-vjYGu3M8CD .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-vjYGu3M8CD .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vjYGu3M8CD .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-vjYGu3M8CD .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vjYGu3M8CD .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-vjYGu3M8CD .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-vjYGu3M8CD .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-vjYGu3M8CD .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vjYGu3M8CD .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vjYGu3M8CD .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-vjYGu3M8CD .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vjYGu3M8CD .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-vjYGu3M8CD .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-vjYGu3M8CD .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjYGu3M8CD .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-vjYGu3M8CD .mbr-number {
  color: #1c314e;
}
.cid-vjYGu3M8CD .mbr-section-title,
.cid-vjYGu3M8CD .mbr-iconfont {
  color: #1c314e;
}
.cid-vjYGu3M8CD .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-vjYGu3M8CD .mbr-section-title,
.cid-vjYGu3M8CD .icon-wrapper,
.cid-vjYGu3M8CD .mbr-iconfont {
  color: #d2232a;
}
.cid-u7LTtoTD8C {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7LTtoTD8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7LTtoTD8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7LTtoTD8C .row {
  justify-content: center;
}
.cid-u7LTtoTD8C .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-u7LTtoTD8C .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-u7LTtoTD8C .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-u7LTtoTD8C .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u7LTtoTD8C .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-u7LTtoTD8C .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-u7LTtoTD8C .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-u7LTtoTD8C .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u7LTtoTD8C .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-u7LTtoTD8C .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-u7LTtoTD8C .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-u7LTtoTD8C .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-u7LTtoTD8C .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-u7LTtoTD8C .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7LTtoTD8C .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-u7LTtoTD8C .mbr-number {
  color: #1c314e;
}
.cid-u7LTtoTD8C .mbr-section-title,
.cid-u7LTtoTD8C .mbr-iconfont {
  color: #1c314e;
}
.cid-u7LTtoTD8C .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-u7LTtoTD8C .mbr-section-title,
.cid-u7LTtoTD8C .icon-wrapper,
.cid-u7LTtoTD8C .mbr-iconfont {
  color: #d2232a;
}
.cid-uOEC90FfkU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOEC90FfkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEC90FfkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOEC90FfkU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOEC90FfkU .row {
  flex-direction: row-reverse;
}
.cid-uOEC90FfkU img {
  width: 100%;
}
.cid-uOEBZyyAYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOEBZyyAYl .item {
  padding-bottom: 2rem;
}
.cid-uOEBZyyAYl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOEBZyyAYl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOEBZyyAYl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uOEBZyyAYl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOEBZyyAYl .carousel-control,
.cid-uOEBZyyAYl .close {
  background: #1b1b1b;
}
.cid-uOEBZyyAYl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOEBZyyAYl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOEBZyyAYl .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-uOEBZyyAYl .close::before {
  content: '\e91a';
}
.cid-uOEBZyyAYl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOEBZyyAYl .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-uOEBZyyAYl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOEBZyyAYl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOEBZyyAYl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOEBZyyAYl .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-uOEBZyyAYl .carousel-indicators li.active,
.cid-uOEBZyyAYl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOEBZyyAYl .carousel-indicators li::after,
.cid-uOEBZyyAYl .carousel-indicators li::before {
  content: none;
}
.cid-uOEBZyyAYl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOEBZyyAYl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOEBZyyAYl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOEBZyyAYl .carousel-indicators {
    display: none;
  }
}
.cid-uOEBZyyAYl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOEBZyyAYl .carousel-inner > .active {
  display: block;
}
.cid-uOEBZyyAYl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOEBZyyAYl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOEBZyyAYl .carousel-control,
  .cid-uOEBZyyAYl .carousel-indicators,
  .cid-uOEBZyyAYl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOEBZyyAYl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOEBZyyAYl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOEBZyyAYl .carousel-indicators .active,
.cid-uOEBZyyAYl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOEBZyyAYl .carousel-indicators .active {
  background: #fff;
}
.cid-uOEBZyyAYl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOEBZyyAYl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOEBZyyAYl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOEBZyyAYl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOEBZyyAYl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOEBZyyAYl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOEBZyyAYl .carousel {
  width: 100%;
}
.cid-uOEBZyyAYl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOEBZyyAYl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOEBZyyAYl .modal.fade .modal-dialog,
.cid-uOEBZyyAYl .modal.in .modal-dialog {
  transform: none;
}
.cid-uOEBZyyAYl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOEBZyyAYl H6 {
  text-align: center;
}
.cid-uOEBZyyAYl H4 {
  text-align: left;
}
.cid-u7Nkwjmt54 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Nkwjmt54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Nkwjmt54 .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-u7Nkwjmt54 .container {
    padding: 0 26px;
  }
}
.cid-u7Nkwjmt54 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 26px;
  }
}
.cid-u7Nkwjmt54 .title-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list {
    display: block;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-u7Nkwjmt54 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .mbr-section-title,
.cid-u7Nkwjmt54 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list {
  color: #ffffff;
}
.cid-u7Nkwjmt54 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list,
.cid-u7Nkwjmt54 .nav-wrapper,
.cid-u7Nkwjmt54 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKSCETKkDi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-uKSCETKkDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKSCETKkDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKSCETKkDi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKSCETKkDi .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-ua5Xf791oU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua5Xf791oU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Xf791oU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua5Xf791oU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua5Xf791oU .row {
  flex-direction: row-reverse;
}
.cid-ua5Xf791oU img {
  width: 100%;
}
.cid-uKSCGeRQSU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKSCGeRQSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKSCGeRQSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKSCGeRQSU .container {
  overflow: hidden;
}
.cid-uKSCGeRQSU .row {
  justify-content: center;
}
.cid-uKSCGeRQSU .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKSCGeRQSU .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uKSCGeRQSU .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uKSCGeRQSU .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uKSCGeRQSU .video-block {
    width: 100%;
  }
}
.cid-uKSCGeRQSU .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKSCGeRQSU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKSCGeRQSU .app-video-wrapper::before {
  color: #d2232a;
  text-shadow: none;
}
.cid-uKSCGeRQSU .mbr-section-title {
  color: #495DFF;
}
.cid-ua5Xf7RYgv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua5Xf7RYgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Xf7RYgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua5Xf7RYgv .container {
    padding: 0 22px;
  }
}
.cid-ua5Xf7RYgv .row {
  justify-content: center;
}
.cid-ua5Xf7RYgv .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ua5Xf7RYgv .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ua5Xf7RYgv .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #bbbbbb;
}
.cid-ua5Xf7RYgv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua5Xf7RYgv .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #000000;
}
.cid-ua5Xf7RYgv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua5Xf7RYgv .mbr-section-title {
  color: #ffffff;
}
.cid-ua5Xf7RYgv .mbr-text {
  color: #d2232a;
  text-align: left;
}
.cid-ua5Xf7RYgv .mbr-section-title,
.cid-ua5Xf7RYgv .icon-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uc5SA7oGnc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SA7oGnc img {
  width: 160px;
  margin: auto;
}
.cid-uc5SA7oGnc .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SA7oGnc .card {
    max-width: 25%;
  }
}
.cid-uNnBT7UMdt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNnBT7UMdt img {
  width: 160px;
  margin: auto;
}
.cid-uNnBT7UMdt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNnBT7UMdt .card {
    max-width: 25%;
  }
}
.cid-uc5SBWirCa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SBWirCa img {
  width: 160px;
  margin: auto;
}
.cid-uc5SBWirCa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SBWirCa .card {
    max-width: 25%;
  }
}
.cid-uc5SCHqPZy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SCHqPZy img {
  width: 160px;
  margin: auto;
}
.cid-uc5SCHqPZy .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SCHqPZy .card {
    max-width: 25%;
  }
}
.cid-uNnBYOugzZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNnBYOugzZ img {
  width: 160px;
  margin: auto;
}
.cid-uNnBYOugzZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNnBYOugzZ .card {
    max-width: 25%;
  }
}
.cid-uNnBZGQg3P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNnBZGQg3P img {
  width: 160px;
  margin: auto;
}
.cid-uNnBZGQg3P .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNnBZGQg3P .card {
    max-width: 25%;
  }
}
.cid-uNnBVmsKDy {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNnBVmsKDy img {
  width: 160px;
  margin: auto;
}
.cid-uNnBVmsKDy .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNnBVmsKDy .card {
    max-width: 25%;
  }
}
.cid-ua5Xf9MiFj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ua5Xf9MiFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Xf9MiFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua5Xf9MiFj .col-title {
    margin-bottom: 20px;
  }
}
.cid-ua5Xf9MiFj .mbr-section-title {
  color: #d2232a;
}
.cid-ua5Xf9MiFj .mbr-text {
  color: #000000;
}
.cid-ua5Xf9MiFj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ua5Xf9MiFj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ua5Xf9MiFj .row {
  justify-content: space-between;
}
.cid-ua5Xf9MiFj .mbr-text1 {
  color: #0046c7;
}
.cid-ua5Xf9MiFj img {
  object-fit: cover;
}
.cid-ua5Xf9MiFj h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-ua5Xf9MiFj h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-ua5Xf9MiFj h3:hover:before {
  opacity: 0;
}
.cid-ua5Xf9MiFj h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-ua5Xf9MiFj h3 {
    transform: translateX(0px);
  }
}
.cid-ua5Xf9MiFj .mbr-section-subtitle,
.cid-ua5Xf9MiFj .align {
  color: #d2232a;
}
.cid-ua5Xfakiho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua5Xfakiho .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Xfakiho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5Xfakiho .row {
  justify-content: center;
}
.cid-ua5Xfakiho .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua5Xfakiho .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua5Xfakiho .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua5Xfakiho .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua5Xfakiho .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua5Xfakiho .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua5Xfakiho .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua5Xfakiho .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua5Xfakiho .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua5Xfakiho .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua5Xfakiho .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua5Xfakiho .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua5Xfakiho .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua5Xfakiho .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua5Xfakiho .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua5Xfakiho .mbr-number {
  color: #1c314e;
}
.cid-ua5Xfakiho .mbr-section-title,
.cid-ua5Xfakiho .mbr-iconfont {
  color: #1c314e;
}
.cid-ua5Xfakiho .mbr-text {
  color: #1c314e;
}
.cid-ua5Xfakiho .mbr-section-title,
.cid-ua5Xfakiho .icon-wrapper,
.cid-ua5Xfakiho .mbr-iconfont {
  color: #d2232a;
}
.cid-ua5XfaPgim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua5XfaPgim .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5XfaPgim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5XfaPgim .row {
  justify-content: center;
}
.cid-ua5XfaPgim .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua5XfaPgim .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua5XfaPgim .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua5XfaPgim .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua5XfaPgim .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua5XfaPgim .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua5XfaPgim .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua5XfaPgim .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua5XfaPgim .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua5XfaPgim .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua5XfaPgim .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua5XfaPgim .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua5XfaPgim .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua5XfaPgim .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua5XfaPgim .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua5XfaPgim .mbr-number {
  color: #1c314e;
}
.cid-ua5XfaPgim .mbr-section-title,
.cid-ua5XfaPgim .mbr-iconfont {
  color: #1c314e;
}
.cid-ua5XfaPgim .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-ua5XfaPgim .mbr-section-title,
.cid-ua5XfaPgim .icon-wrapper,
.cid-ua5XfaPgim .mbr-iconfont {
  color: #d2232a;
}
.cid-ua5XfbKiEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua5XfbKiEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5XfbKiEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5XfbKiEZ .row {
  justify-content: center;
}
.cid-ua5XfbKiEZ .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua5XfbKiEZ .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua5XfbKiEZ .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua5XfbKiEZ .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua5XfbKiEZ .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua5XfbKiEZ .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua5XfbKiEZ .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua5XfbKiEZ .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua5XfbKiEZ .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua5XfbKiEZ .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua5XfbKiEZ .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua5XfbKiEZ .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua5XfbKiEZ .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua5XfbKiEZ .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua5XfbKiEZ .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua5XfbKiEZ .mbr-number {
  color: #1c314e;
}
.cid-ua5XfbKiEZ .mbr-section-title,
.cid-ua5XfbKiEZ .mbr-iconfont {
  color: #1c314e;
}
.cid-ua5XfbKiEZ .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-ua5XfbKiEZ .mbr-section-title,
.cid-ua5XfbKiEZ .icon-wrapper,
.cid-ua5XfbKiEZ .mbr-iconfont {
  color: #d2232a;
}
.cid-ua5XfcxK6G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua5XfcxK6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5XfcxK6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5XfcxK6G .row {
  justify-content: center;
}
.cid-ua5XfcxK6G .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua5XfcxK6G .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua5XfcxK6G .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua5XfcxK6G .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua5XfcxK6G .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua5XfcxK6G .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua5XfcxK6G .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua5XfcxK6G .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua5XfcxK6G .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua5XfcxK6G .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua5XfcxK6G .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua5XfcxK6G .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua5XfcxK6G .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua5XfcxK6G .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua5XfcxK6G .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua5XfcxK6G .mbr-number {
  color: #1c314e;
}
.cid-ua5XfcxK6G .mbr-section-title,
.cid-ua5XfcxK6G .mbr-iconfont {
  color: #1c314e;
}
.cid-ua5XfcxK6G .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-ua5XfcxK6G .mbr-section-title,
.cid-ua5XfcxK6G .icon-wrapper,
.cid-ua5XfcxK6G .mbr-iconfont {
  color: #d2232a;
}
.cid-vjYDiNWcCs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjYDiNWcCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjYDiNWcCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjYDiNWcCs .row {
  justify-content: center;
}
.cid-vjYDiNWcCs .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-vjYDiNWcCs .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vjYDiNWcCs .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-vjYDiNWcCs .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vjYDiNWcCs .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-vjYDiNWcCs .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-vjYDiNWcCs .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-vjYDiNWcCs .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vjYDiNWcCs .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vjYDiNWcCs .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-vjYDiNWcCs .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vjYDiNWcCs .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-vjYDiNWcCs .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-vjYDiNWcCs .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjYDiNWcCs .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-vjYDiNWcCs .mbr-number {
  color: #1c314e;
}
.cid-vjYDiNWcCs .mbr-section-title,
.cid-vjYDiNWcCs .mbr-iconfont {
  color: #1c314e;
}
.cid-vjYDiNWcCs .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-vjYDiNWcCs .mbr-section-title,
.cid-vjYDiNWcCs .icon-wrapper,
.cid-vjYDiNWcCs .mbr-iconfont {
  color: #d2232a;
}
.cid-uOECjKgBpl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOECjKgBpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOECjKgBpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOECjKgBpl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOECjKgBpl .row {
  flex-direction: row-reverse;
}
.cid-uOECjKgBpl img {
  width: 100%;
}
.cid-uOECmszjxz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOECmszjxz .item {
  padding-bottom: 2rem;
}
.cid-uOECmszjxz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOECmszjxz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOECmszjxz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uOECmszjxz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOECmszjxz .carousel-control,
.cid-uOECmszjxz .close {
  background: #1b1b1b;
}
.cid-uOECmszjxz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOECmszjxz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOECmszjxz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOECmszjxz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOECmszjxz .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-uOECmszjxz .close::before {
  content: '\e91a';
}
.cid-uOECmszjxz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOECmszjxz .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-uOECmszjxz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECmszjxz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOECmszjxz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOECmszjxz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOECmszjxz .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-uOECmszjxz .carousel-indicators li.active,
.cid-uOECmszjxz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOECmszjxz .carousel-indicators li::after,
.cid-uOECmszjxz .carousel-indicators li::before {
  content: none;
}
.cid-uOECmszjxz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOECmszjxz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOECmszjxz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOECmszjxz .carousel-indicators {
    display: none;
  }
}
.cid-uOECmszjxz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOECmszjxz .carousel-inner > .active {
  display: block;
}
.cid-uOECmszjxz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECmszjxz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOECmszjxz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOECmszjxz .carousel-control,
  .cid-uOECmszjxz .carousel-indicators,
  .cid-uOECmszjxz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOECmszjxz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOECmszjxz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOECmszjxz .carousel-indicators .active,
.cid-uOECmszjxz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOECmszjxz .carousel-indicators .active {
  background: #fff;
}
.cid-uOECmszjxz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOECmszjxz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOECmszjxz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOECmszjxz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOECmszjxz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOECmszjxz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOECmszjxz .carousel {
  width: 100%;
}
.cid-uOECmszjxz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOECmszjxz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOECmszjxz .modal.fade .modal-dialog,
.cid-uOECmszjxz .modal.in .modal-dialog {
  transform: none;
}
.cid-uOECmszjxz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOECmszjxz H6 {
  text-align: center;
}
.cid-uOECmszjxz H4 {
  text-align: left;
}
.cid-ua5XfdN1N1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua5XfdN1N1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5XfdN1N1 .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-ua5XfdN1N1 .container {
    padding: 0 26px;
  }
}
.cid-ua5XfdN1N1 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ua5XfdN1N1 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ua5XfdN1N1 .row {
    padding: 26px;
  }
}
.cid-ua5XfdN1N1 .title-wrapper {
  margin-bottom: 50px;
}
.cid-ua5XfdN1N1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua5XfdN1N1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ua5XfdN1N1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua5XfdN1N1 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ua5XfdN1N1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ua5XfdN1N1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ua5XfdN1N1 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ua5XfdN1N1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ua5XfdN1N1 .nav-wrapper .list {
    display: block;
  }
}
.cid-ua5XfdN1N1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua5XfdN1N1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ua5XfdN1N1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ua5XfdN1N1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ua5XfdN1N1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ua5XfdN1N1 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ua5XfdN1N1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ua5XfdN1N1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ua5XfdN1N1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ua5XfdN1N1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ua5XfdN1N1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-ua5XfdN1N1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ua5XfdN1N1 .mbr-section-title,
.cid-ua5XfdN1N1 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-ua5XfdN1N1 .list {
  color: #ffffff;
}
.cid-ua5XfdN1N1 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-ua5XfdN1N1 .list,
.cid-ua5XfdN1N1 .nav-wrapper,
.cid-ua5XfdN1N1 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKSDcArnrC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-uKSDcArnrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKSDcArnrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKSDcArnrC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKSDcArnrC .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-ua67mmpVWT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua67mmpVWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67mmpVWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua67mmpVWT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua67mmpVWT .row {
  flex-direction: row-reverse;
}
.cid-ua67mmpVWT img {
  width: 100%;
}
.cid-uKSD3bRgpa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKSD3bRgpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKSD3bRgpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKSD3bRgpa .container {
  overflow: hidden;
}
.cid-uKSD3bRgpa .row {
  justify-content: center;
}
.cid-uKSD3bRgpa .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKSD3bRgpa .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uKSD3bRgpa .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uKSD3bRgpa .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uKSD3bRgpa .video-block {
    width: 100%;
  }
}
.cid-uKSD3bRgpa .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKSD3bRgpa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKSD3bRgpa .app-video-wrapper::before {
  color: #d2232a;
  text-shadow: none;
}
.cid-uKSD3bRgpa .mbr-section-title {
  color: #495DFF;
}
.cid-ua67mn1w2b {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua67mn1w2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67mn1w2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua67mn1w2b .container {
    padding: 0 22px;
  }
}
.cid-ua67mn1w2b .row {
  justify-content: center;
}
.cid-ua67mn1w2b .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ua67mn1w2b .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ua67mn1w2b .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #bbbbbb;
}
.cid-ua67mn1w2b .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua67mn1w2b .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #000000;
}
.cid-ua67mn1w2b .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua67mn1w2b .mbr-section-title {
  color: #ffffff;
}
.cid-ua67mn1w2b .mbr-text {
  color: #d2232a;
  text-align: left;
}
.cid-ua67mn1w2b .mbr-section-title,
.cid-ua67mn1w2b .icon-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uc5SSESVFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SSESVFl img {
  width: 160px;
  margin: auto;
}
.cid-uc5SSESVFl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SSESVFl .card {
    max-width: 25%;
  }
}
.cid-uc5SUoOme5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SUoOme5 img {
  width: 160px;
  margin: auto;
}
.cid-uc5SUoOme5 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SUoOme5 .card {
    max-width: 25%;
  }
}
.cid-uc5SV6C01v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SV6C01v img {
  width: 160px;
  margin: auto;
}
.cid-uc5SV6C01v .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SV6C01v .card {
    max-width: 25%;
  }
}
.cid-uc5SVVLi0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SVVLi0O img {
  width: 160px;
  margin: auto;
}
.cid-uc5SVVLi0O .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SVVLi0O .card {
    max-width: 25%;
  }
}
.cid-uc5SXqeOfa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5SXqeOfa img {
  width: 160px;
  margin: auto;
}
.cid-uc5SXqeOfa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5SXqeOfa .card {
    max-width: 25%;
  }
}
.cid-ua67mqc3On {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ua67mqc3On .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67mqc3On .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua67mqc3On .col-title {
    margin-bottom: 20px;
  }
}
.cid-ua67mqc3On .mbr-section-title {
  color: #d2232a;
}
.cid-ua67mqc3On .mbr-text {
  color: #000000;
}
.cid-ua67mqc3On h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ua67mqc3On h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ua67mqc3On .row {
  justify-content: space-between;
}
.cid-ua67mqc3On .mbr-text1 {
  color: #0046c7;
}
.cid-ua67mqc3On img {
  object-fit: cover;
}
.cid-ua67mqc3On h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-ua67mqc3On h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-ua67mqc3On h3:hover:before {
  opacity: 0;
}
.cid-ua67mqc3On h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-ua67mqc3On h3 {
    transform: translateX(0px);
  }
}
.cid-ua67mqc3On .mbr-section-subtitle,
.cid-ua67mqc3On .align {
  color: #d2232a;
}
.cid-ua67mrbivB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua67mrbivB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67mrbivB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua67mrbivB .row {
  justify-content: center;
}
.cid-ua67mrbivB .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua67mrbivB .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua67mrbivB .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua67mrbivB .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua67mrbivB .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua67mrbivB .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua67mrbivB .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua67mrbivB .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua67mrbivB .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua67mrbivB .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua67mrbivB .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua67mrbivB .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua67mrbivB .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua67mrbivB .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua67mrbivB .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua67mrbivB .mbr-number {
  color: #1c314e;
}
.cid-ua67mrbivB .mbr-section-title,
.cid-ua67mrbivB .mbr-iconfont {
  color: #1c314e;
}
.cid-ua67mrbivB .mbr-text {
  color: #1c314e;
}
.cid-ua67mrbivB .mbr-section-title,
.cid-ua67mrbivB .icon-wrapper,
.cid-ua67mrbivB .mbr-iconfont {
  color: #d2232a;
}
.cid-ua67msi0fW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua67msi0fW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67msi0fW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua67msi0fW .row {
  justify-content: center;
}
.cid-ua67msi0fW .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua67msi0fW .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua67msi0fW .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua67msi0fW .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua67msi0fW .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua67msi0fW .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua67msi0fW .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua67msi0fW .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua67msi0fW .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua67msi0fW .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua67msi0fW .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua67msi0fW .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua67msi0fW .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua67msi0fW .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua67msi0fW .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua67msi0fW .mbr-number {
  color: #1c314e;
}
.cid-ua67msi0fW .mbr-section-title,
.cid-ua67msi0fW .mbr-iconfont {
  color: #1c314e;
}
.cid-ua67msi0fW .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-ua67msi0fW .mbr-section-title,
.cid-ua67msi0fW .icon-wrapper,
.cid-ua67msi0fW .mbr-iconfont {
  color: #d2232a;
}
.cid-ua67mthQcu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua67mthQcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67mthQcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua67mthQcu .row {
  justify-content: center;
}
.cid-ua67mthQcu .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua67mthQcu .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua67mthQcu .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua67mthQcu .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua67mthQcu .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua67mthQcu .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua67mthQcu .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua67mthQcu .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua67mthQcu .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua67mthQcu .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua67mthQcu .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua67mthQcu .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua67mthQcu .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua67mthQcu .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua67mthQcu .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua67mthQcu .mbr-number {
  color: #1c314e;
}
.cid-ua67mthQcu .mbr-section-title,
.cid-ua67mthQcu .mbr-iconfont {
  color: #1c314e;
}
.cid-ua67mthQcu .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-ua67mthQcu .mbr-section-title,
.cid-ua67mthQcu .icon-wrapper,
.cid-ua67mthQcu .mbr-iconfont {
  color: #d2232a;
}
.cid-ua67muCGk2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua67muCGk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67muCGk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua67muCGk2 .row {
  justify-content: center;
}
.cid-ua67muCGk2 .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-ua67muCGk2 .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-ua67muCGk2 .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-ua67muCGk2 .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ua67muCGk2 .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #d2232a;
}
.cid-ua67muCGk2 .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-ua67muCGk2 .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-ua67muCGk2 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ua67muCGk2 .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-ua67muCGk2 .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-ua67muCGk2 .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ua67muCGk2 .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-ua67muCGk2 .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-ua67muCGk2 .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua67muCGk2 .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-ua67muCGk2 .mbr-number {
  color: #1c314e;
}
.cid-ua67muCGk2 .mbr-section-title,
.cid-ua67muCGk2 .mbr-iconfont {
  color: #1c314e;
}
.cid-ua67muCGk2 .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-ua67muCGk2 .mbr-section-title,
.cid-ua67muCGk2 .icon-wrapper,
.cid-ua67muCGk2 .mbr-iconfont {
  color: #d2232a;
}
.cid-uOECxsI63s {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOECxsI63s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOECxsI63s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOECxsI63s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOECxsI63s .row {
  flex-direction: row-reverse;
}
.cid-uOECxsI63s img {
  width: 100%;
}
.cid-uOECzWJuKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOECzWJuKY .item {
  padding-bottom: 2rem;
}
.cid-uOECzWJuKY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOECzWJuKY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOECzWJuKY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uOECzWJuKY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOECzWJuKY .carousel-control,
.cid-uOECzWJuKY .close {
  background: #1b1b1b;
}
.cid-uOECzWJuKY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOECzWJuKY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOECzWJuKY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOECzWJuKY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOECzWJuKY .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-uOECzWJuKY .close::before {
  content: '\e91a';
}
.cid-uOECzWJuKY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOECzWJuKY .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-uOECzWJuKY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECzWJuKY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOECzWJuKY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOECzWJuKY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOECzWJuKY .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-uOECzWJuKY .carousel-indicators li.active,
.cid-uOECzWJuKY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOECzWJuKY .carousel-indicators li::after,
.cid-uOECzWJuKY .carousel-indicators li::before {
  content: none;
}
.cid-uOECzWJuKY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOECzWJuKY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOECzWJuKY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOECzWJuKY .carousel-indicators {
    display: none;
  }
}
.cid-uOECzWJuKY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOECzWJuKY .carousel-inner > .active {
  display: block;
}
.cid-uOECzWJuKY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECzWJuKY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOECzWJuKY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOECzWJuKY .carousel-control,
  .cid-uOECzWJuKY .carousel-indicators,
  .cid-uOECzWJuKY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOECzWJuKY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOECzWJuKY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOECzWJuKY .carousel-indicators .active,
.cid-uOECzWJuKY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOECzWJuKY .carousel-indicators .active {
  background: #fff;
}
.cid-uOECzWJuKY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOECzWJuKY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOECzWJuKY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOECzWJuKY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOECzWJuKY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOECzWJuKY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOECzWJuKY .carousel {
  width: 100%;
}
.cid-uOECzWJuKY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOECzWJuKY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOECzWJuKY .modal.fade .modal-dialog,
.cid-uOECzWJuKY .modal.in .modal-dialog {
  transform: none;
}
.cid-uOECzWJuKY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOECzWJuKY H6 {
  text-align: center;
}
.cid-uOECzWJuKY H4 {
  text-align: left;
}
.cid-ua67mw9uCm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua67mw9uCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua67mw9uCm .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-ua67mw9uCm .container {
    padding: 0 26px;
  }
}
.cid-ua67mw9uCm .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ua67mw9uCm .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ua67mw9uCm .row {
    padding: 26px;
  }
}
.cid-ua67mw9uCm .title-wrapper {
  margin-bottom: 50px;
}
.cid-ua67mw9uCm .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua67mw9uCm .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ua67mw9uCm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua67mw9uCm .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ua67mw9uCm .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ua67mw9uCm .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ua67mw9uCm .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ua67mw9uCm .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ua67mw9uCm .nav-wrapper .list {
    display: block;
  }
}
.cid-ua67mw9uCm .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua67mw9uCm .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ua67mw9uCm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ua67mw9uCm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ua67mw9uCm .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ua67mw9uCm .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ua67mw9uCm .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ua67mw9uCm .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ua67mw9uCm .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ua67mw9uCm .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ua67mw9uCm .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-ua67mw9uCm .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ua67mw9uCm .mbr-section-title,
.cid-ua67mw9uCm .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-ua67mw9uCm .list {
  color: #ffffff;
}
.cid-ua67mw9uCm .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-ua67mw9uCm .list,
.cid-ua67mw9uCm .nav-wrapper,
.cid-ua67mw9uCm .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua6mk6FOvp {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua6mk6FOvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6mk6FOvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua6mk6FOvp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6mk6FOvp .row {
  flex-direction: row-reverse;
}
.cid-ua6mk6FOvp img {
  width: 100%;
}
.cid-ua6joXB2Hg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ua6joXB2Hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6joXB2Hg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .container {
    padding: 0 30px;
  }
}
.cid-ua6joXB2Hg .card {
  justify-content: center;
}
.cid-ua6joXB2Hg .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-ua6joXB2Hg .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-ua6joXB2Hg .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #d2232a;
  padding-left: 20px;
  height: fit-content;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #d2232a;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #d2232a;
  transition: all 0.3s ease-in-out;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-ua6joXB2Hg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-ua6joXB2Hg .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-ua6joXB2Hg .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ua6joXB2Hg .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ua6joXB2Hg .mbr-section-title {
  color: #254b45;
}
.cid-ua6joXB2Hg .mbr-text {
  color: #d2232a;
}
.cid-ua6joXB2Hg .mbr-section-title,
.cid-ua6joXB2Hg .tabs-wrap {
  color: #d2232a;
}
.cid-ua6ipPsSIS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua6ipPsSIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6ipPsSIS .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-ua6ipPsSIS .container {
    padding: 0 26px;
  }
}
.cid-ua6ipPsSIS .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .row {
    padding: 26px;
  }
}
.cid-ua6ipPsSIS .title-wrapper {
  margin-bottom: 50px;
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ua6ipPsSIS .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ua6ipPsSIS .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ua6ipPsSIS .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .nav-wrapper .list {
    display: block;
  }
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua6ipPsSIS .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ua6ipPsSIS .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ua6ipPsSIS .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ua6ipPsSIS .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-ua6ipPsSIS .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ua6ipPsSIS .mbr-section-title,
.cid-ua6ipPsSIS .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-ua6ipPsSIS .list {
  color: #ffffff;
}
.cid-ua6ipPsSIS .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-ua6ipPsSIS .list,
.cid-ua6ipPsSIS .nav-wrapper,
.cid-ua6ipPsSIS .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-uFk6wrDH67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFk6wrDH67 nav.navbar {
  position: fixed;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk6wrDH67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFk6wrDH67 .dropdown-item:hover,
.cid-uFk6wrDH67 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-uFk6wrDH67 .dropdown-item:hover span {
  color: white;
}
.cid-uFk6wrDH67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk6wrDH67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk6wrDH67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk6wrDH67 .nav-link {
  position: relative;
}
.cid-uFk6wrDH67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFk6wrDH67 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown-menu,
.cid-uFk6wrDH67 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFk6wrDH67 .nav-item:focus,
.cid-uFk6wrDH67 .nav-link:focus {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk6wrDH67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk6wrDH67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk6wrDH67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk6wrDH67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk6wrDH67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFk6wrDH67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFk6wrDH67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk6wrDH67 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk6wrDH67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk6wrDH67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk6wrDH67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk6wrDH67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk6wrDH67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk6wrDH67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk6wrDH67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk6wrDH67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFk6wrDH67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk6wrDH67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFk6wrDH67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFk6wrDH67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFk6wrDH67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFk6wrDH67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk6wrDH67 .dropdown-item.active,
.cid-uFk6wrDH67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk6wrDH67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk6wrDH67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFk6wrDH67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFk6wrDH67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk6wrDH67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFk6wrDH67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFk6wrDH67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFk6wrDH67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk6wrDH67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk6wrDH67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFk6wrDH67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk6wrDH67 .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-uFk6wrDH67 .navbar {
    height: 70px;
  }
  .cid-uFk6wrDH67 .navbar.opened {
    height: auto;
  }
  .cid-uFk6wrDH67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOmUvS47pH {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOmUvS47pH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmUvS47pH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOmUvS47pH .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOmUvS47pH .mbr-section-title {
  color: #d2232a;
}
.cid-uOmUvS47pH .mbr-text {
  color: #000000;
}
.cid-uOmUvS47pH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uOmUvS47pH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uOmUvS47pH .row {
  justify-content: space-between;
}
.cid-uOmUvS47pH .mbr-text1 {
  color: #0046c7;
}
.cid-uOmUvS47pH img {
  object-fit: cover;
}
.cid-uOmUvS47pH h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-uOmUvS47pH h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-uOmUvS47pH h3:hover:before {
  opacity: 0;
}
.cid-uOmUvS47pH h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-uOmUvS47pH h3 {
    transform: translateX(0px);
  }
}
.cid-uOmUvS47pH .mbr-section-subtitle,
.cid-uOmUvS47pH .align {
  color: #ffffff;
}
.cid-uOmV42l5X3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOmV42l5X3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmV42l5X3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOmV42l5X3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOmV42l5X3 .row {
  flex-direction: row-reverse;
}
.cid-uOmV42l5X3 img {
  width: 100%;
}
.cid-uOmTmbe9Ik {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmTmbe9Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmTmbe9Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmTmbe9Ik .video-wrapper iframe {
  width: 100%;
}
.cid-uOmTmbe9Ik .mbr-section-title,
.cid-uOmTmbe9Ik .mbr-section-subtitle,
.cid-uOmTmbe9Ik .mbr-text {
  text-align: center;
}
.cid-uOmTmbe9Ik .mbr-section-title {
  color: #d2232a;
}
.cid-uOmVpukw9N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmVpukw9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmVpukw9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmVpukw9N .video-wrapper iframe {
  width: 100%;
}
.cid-uOmVpukw9N .mbr-section-title,
.cid-uOmVpukw9N .mbr-section-subtitle,
.cid-uOmVpukw9N .mbr-text {
  text-align: center;
}
.cid-uOmVpukw9N .mbr-section-title {
  color: #d2232a;
}
.cid-uOmVWyr8nM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmVWyr8nM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmVWyr8nM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmVWyr8nM .video-wrapper iframe {
  width: 100%;
}
.cid-uOmVWyr8nM .mbr-section-title,
.cid-uOmVWyr8nM .mbr-section-subtitle,
.cid-uOmVWyr8nM .mbr-text {
  text-align: center;
}
.cid-uOmVWyr8nM .mbr-section-title {
  color: #d2232a;
}
.cid-uOmWrWTFhy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmWrWTFhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmWrWTFhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmWrWTFhy .video-wrapper iframe {
  width: 100%;
}
.cid-uOmWrWTFhy .mbr-section-title,
.cid-uOmWrWTFhy .mbr-section-subtitle,
.cid-uOmWrWTFhy .mbr-text {
  text-align: center;
}
.cid-uOmWrWTFhy .mbr-section-title {
  color: #d2232a;
}
.cid-uOmYQ8pSzV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmYQ8pSzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYQ8pSzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYQ8pSzV .video-wrapper iframe {
  width: 100%;
}
.cid-uOmYQ8pSzV .mbr-section-title,
.cid-uOmYQ8pSzV .mbr-section-subtitle,
.cid-uOmYQ8pSzV .mbr-text {
  text-align: center;
}
.cid-uOmYQ8pSzV .mbr-section-title {
  color: #d2232a;
}
.cid-uOmZyYGfCS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOmZyYGfCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmZyYGfCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmZyYGfCS .video-wrapper iframe {
  width: 100%;
}
.cid-uOmZyYGfCS .mbr-section-title,
.cid-uOmZyYGfCS .mbr-section-subtitle,
.cid-uOmZyYGfCS .mbr-text {
  text-align: center;
}
.cid-uOn2xeHDPk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOn2xeHDPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn2xeHDPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOn2xeHDPk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOn2xeHDPk .row {
  flex-direction: row-reverse;
}
.cid-uOn2xeHDPk img {
  width: 100%;
}
.cid-uOn28esl6W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-uOn28esl6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn28esl6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn28esl6W .mbr-section-title {
  color: #ffffff;
}
.cid-uOmZYLY0IM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOmZYLY0IM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmZYLY0IM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmZYLY0IM .video-wrapper iframe {
  width: 100%;
}
.cid-uOmZYLY0IM .mbr-section-title,
.cid-uOmZYLY0IM .mbr-section-subtitle,
.cid-uOmZYLY0IM .mbr-text {
  text-align: center;
}
.cid-uOmZYLY0IM .mbr-section-title {
  color: #d2232a;
}
.cid-uOn0xypEwd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn0xypEwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn0xypEwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn0xypEwd .video-wrapper iframe {
  width: 100%;
}
.cid-uOn0xypEwd .mbr-section-title,
.cid-uOn0xypEwd .mbr-section-subtitle,
.cid-uOn0xypEwd .mbr-text {
  text-align: center;
}
.cid-uOn0xypEwd .mbr-section-title {
  color: #d2232a;
}
.cid-uOn0K1wbQB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn0K1wbQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn0K1wbQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn0K1wbQB .video-wrapper iframe {
  width: 100%;
}
.cid-uOn0K1wbQB .mbr-section-title,
.cid-uOn0K1wbQB .mbr-section-subtitle,
.cid-uOn0K1wbQB .mbr-text {
  text-align: center;
}
.cid-uOn0K1wbQB .mbr-section-title {
  color: #d2232a;
}
.cid-uOn0WRhW06 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn0WRhW06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn0WRhW06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn0WRhW06 .video-wrapper iframe {
  width: 100%;
}
.cid-uOn0WRhW06 .mbr-section-title,
.cid-uOn0WRhW06 .mbr-section-subtitle,
.cid-uOn0WRhW06 .mbr-text {
  text-align: center;
}
.cid-uOn0WRhW06 .mbr-section-title {
  color: #d2232a;
}
.cid-uOn18OV2vw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn18OV2vw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn18OV2vw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn18OV2vw .video-wrapper iframe {
  width: 100%;
}
.cid-uOn18OV2vw .mbr-section-title,
.cid-uOn18OV2vw .mbr-section-subtitle,
.cid-uOn18OV2vw .mbr-text {
  text-align: center;
}
.cid-uOn18OV2vw .mbr-section-title {
  color: #d2232a;
}
.cid-uOn1v46xBR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOn1v46xBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn1v46xBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn1v46xBR .video-wrapper iframe {
  width: 100%;
}
.cid-uOn1v46xBR .mbr-section-title,
.cid-uOn1v46xBR .mbr-section-subtitle,
.cid-uOn1v46xBR .mbr-text {
  text-align: center;
}
.cid-uOn3hHgUib {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOn3hHgUib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn3hHgUib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOn3hHgUib .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOn3hHgUib .row {
  flex-direction: row-reverse;
}
.cid-uOn3hHgUib img {
  width: 100%;
}
.cid-uOn3ijOnk8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-uOn3ijOnk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn3ijOnk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn3ijOnk8 .mbr-section-title {
  color: #ffffff;
}
.cid-uOECYwDuto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOECYwDuto .item {
  padding-bottom: 2rem;
}
.cid-uOECYwDuto .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOECYwDuto .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOECYwDuto .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uOECYwDuto .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOECYwDuto .carousel-control,
.cid-uOECYwDuto .close {
  background: #1b1b1b;
}
.cid-uOECYwDuto .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOECYwDuto .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOECYwDuto .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOECYwDuto .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOECYwDuto .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-uOECYwDuto .close::before {
  content: '\e91a';
}
.cid-uOECYwDuto .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOECYwDuto .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-uOECYwDuto .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECYwDuto .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOECYwDuto .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOECYwDuto .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOECYwDuto .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-uOECYwDuto .carousel-indicators li.active,
.cid-uOECYwDuto .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOECYwDuto .carousel-indicators li::after,
.cid-uOECYwDuto .carousel-indicators li::before {
  content: none;
}
.cid-uOECYwDuto .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOECYwDuto .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOECYwDuto .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOECYwDuto .carousel-indicators {
    display: none;
  }
}
.cid-uOECYwDuto .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOECYwDuto .carousel-inner > .active {
  display: block;
}
.cid-uOECYwDuto .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOECYwDuto .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOECYwDuto .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOECYwDuto .carousel-control,
  .cid-uOECYwDuto .carousel-indicators,
  .cid-uOECYwDuto .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOECYwDuto .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOECYwDuto .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOECYwDuto .carousel-indicators .active,
.cid-uOECYwDuto .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOECYwDuto .carousel-indicators .active {
  background: #fff;
}
.cid-uOECYwDuto .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOECYwDuto .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOECYwDuto .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOECYwDuto .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOECYwDuto .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOECYwDuto .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOECYwDuto .carousel {
  width: 100%;
}
.cid-uOECYwDuto .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOECYwDuto .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOECYwDuto .modal.fade .modal-dialog,
.cid-uOECYwDuto .modal.in .modal-dialog {
  transform: none;
}
.cid-uOECYwDuto .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOECYwDuto H6 {
  text-align: center;
}
.cid-uOECYwDuto H4 {
  text-align: left;
}
.cid-u7Nkwjmt54 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Nkwjmt54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Nkwjmt54 .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-u7Nkwjmt54 .container {
    padding: 0 26px;
  }
}
.cid-u7Nkwjmt54 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .row {
    padding: 26px;
  }
}
.cid-u7Nkwjmt54 .title-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list {
    display: block;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7Nkwjmt54 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-u7Nkwjmt54 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-u7Nkwjmt54 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u7Nkwjmt54 .mbr-section-title,
.cid-u7Nkwjmt54 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list {
  color: #ffffff;
}
.cid-u7Nkwjmt54 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-u7Nkwjmt54 .list,
.cid-u7Nkwjmt54 .nav-wrapper,
.cid-u7Nkwjmt54 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-vjOYLEhgb1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjOYLEhgb1 nav.navbar {
  position: fixed;
}
.cid-vjOYLEhgb1 .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-vjOYLEhgb1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjOYLEhgb1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjOYLEhgb1 .dropdown-item:hover,
.cid-vjOYLEhgb1 .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-vjOYLEhgb1 .dropdown-item:hover span {
  color: white;
}
.cid-vjOYLEhgb1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjOYLEhgb1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjOYLEhgb1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjOYLEhgb1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjOYLEhgb1 .nav-link {
  position: relative;
}
.cid-vjOYLEhgb1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjOYLEhgb1 .container {
    flex-wrap: wrap;
  }
}
.cid-vjOYLEhgb1 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjOYLEhgb1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjOYLEhgb1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjOYLEhgb1 .dropdown-menu,
.cid-vjOYLEhgb1 .navbar.opened {
  background: #ffffff !important;
}
.cid-vjOYLEhgb1 .nav-item:focus,
.cid-vjOYLEhgb1 .nav-link:focus {
  outline: none;
}
.cid-vjOYLEhgb1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjOYLEhgb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjOYLEhgb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjOYLEhgb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjOYLEhgb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjOYLEhgb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjOYLEhgb1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjOYLEhgb1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjOYLEhgb1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjOYLEhgb1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjOYLEhgb1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjOYLEhgb1 .navbar.collapsed {
  justify-content: center;
}
.cid-vjOYLEhgb1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjOYLEhgb1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjOYLEhgb1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjOYLEhgb1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjOYLEhgb1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjOYLEhgb1 .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-vjOYLEhgb1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjOYLEhgb1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjOYLEhgb1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjOYLEhgb1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjOYLEhgb1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjOYLEhgb1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjOYLEhgb1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjOYLEhgb1 .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-vjOYLEhgb1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjOYLEhgb1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjOYLEhgb1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjOYLEhgb1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjOYLEhgb1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjOYLEhgb1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjOYLEhgb1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjOYLEhgb1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjOYLEhgb1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjOYLEhgb1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjOYLEhgb1 .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-vjOYLEhgb1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjOYLEhgb1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjOYLEhgb1 .dropdown-item.active,
.cid-vjOYLEhgb1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjOYLEhgb1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjOYLEhgb1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjOYLEhgb1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjOYLEhgb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjOYLEhgb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjOYLEhgb1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjOYLEhgb1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjOYLEhgb1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjOYLEhgb1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjOYLEhgb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-vjOYLEhgb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjOYLEhgb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjOYLEhgb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjOYLEhgb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjOYLEhgb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjOYLEhgb1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjOYLEhgb1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjOYLEhgb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjOYLEhgb1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjOYLEhgb1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjOYLEhgb1 .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-vjOYLEhgb1 .navbar {
    height: 70px;
  }
  .cid-vjOYLEhgb1 .navbar.opened {
    height: auto;
  }
  .cid-vjOYLEhgb1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjYzCAu9jB {
  background-image: url("../../../assets/images/img-5434-2048x1365.jpg");
}
.cid-vjYzCAu9jB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjYzCAu9jB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjYzCAu9jB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjYzCAu9jB .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vjYzCAu9jB .mbr-text,
.cid-vjYzCAu9jB .mbr-section-btn {
  color: #ffffff;
}
.cid-vjYzCAu9jB .mbr-section-title {
  color: #ffffff;
}
.cid-vk46pfx9ft {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk46pfx9ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk46pfx9ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk46pfx9ft .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk46pfx9ft .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vjYEyBXSnH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjYEyBXSnH img {
  width: 160px;
  margin: auto;
}
.cid-vjYEyBXSnH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vjYEyBXSnH .card {
    max-width: 25%;
  }
}
.cid-vjYEzuYGhG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjYEzuYGhG img {
  width: 160px;
  margin: auto;
}
.cid-vjYEzuYGhG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vjYEzuYGhG .card {
    max-width: 25%;
  }
}
.cid-vjYEAgIjhU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjYEAgIjhU img {
  width: 160px;
  margin: auto;
}
.cid-vjYEAgIjhU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vjYEAgIjhU .card {
    max-width: 25%;
  }
}
.cid-vjYEBiOBJt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjYEBiOBJt img {
  width: 160px;
  margin: auto;
}
.cid-vjYEBiOBJt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vjYEBiOBJt .card {
    max-width: 25%;
  }
}
.cid-vjYECkmihC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjYECkmihC img {
  width: 160px;
  margin: auto;
}
.cid-vjYECkmihC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vjYECkmihC .card {
    max-width: 25%;
  }
}
.cid-vjYECRmTC5 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vjYECRmTC5 img {
  width: 160px;
  margin: auto;
}
.cid-vjYECRmTC5 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vjYECRmTC5 .card {
    max-width: 25%;
  }
}
.cid-vjYGdbnU0e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-vjYGdbnU0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjYGdbnU0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjYGdbnU0e .col-title {
    margin-bottom: 20px;
  }
}
.cid-vjYGdbnU0e .mbr-section-title {
  color: #000000;
}
.cid-vjYGdbnU0e .mbr-text {
  color: #000000;
}
.cid-vjYGdbnU0e h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-vjYGdbnU0e h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-vjYGdbnU0e .row {
  justify-content: space-between;
}
.cid-vjYGdbnU0e .mbr-text1 {
  color: #0046c7;
}
.cid-vjYGdbnU0e img {
  object-fit: cover;
}
.cid-vjYGdbnU0e h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-vjYGdbnU0e h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-vjYGdbnU0e h3:hover:before {
  opacity: 0;
}
.cid-vjYGdbnU0e h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-vjYGdbnU0e h3 {
    transform: translateX(0px);
  }
}
.cid-vjYGdbnU0e .mbr-section-subtitle,
.cid-vjYGdbnU0e .align {
  color: #d2232a;
}
.cid-vk1fDW8FO7 {
  background-image: url("../../../assets/images/img-5432-2048x1365.jpg");
}
.cid-vk1fDW8FO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk1fDW8FO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk1fDW8FO7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk1fDW8FO7 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vk1fDW8FO7 .mbr-text,
.cid-vk1fDW8FO7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vk1fDW8FO7 .mbr-section-title {
  color: #ffffff;
}
.cid-vjYVEc31mu {
  overflow: hidden;
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-vjYVEc31mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjYVEc31mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjYVEc31mu .container {
    padding: 0 24px;
  }
}
.cid-vjYVEc31mu .card {
  justify-content: center;
}
.cid-vjYVEc31mu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjYVEc31mu .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-vjYVEc31mu .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vjYVEc31mu .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-vjYVEc31mu .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-vjYVEc31mu .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #000000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjYVEc31mu .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-vjYVEc31mu .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #d2232a;
}
@media (max-width: 992px) {
  .cid-vjYVEc31mu .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-vjYVEc31mu .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43f3f;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-vjYVEc31mu .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-vjYVEc31mu .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-vjYVEc31mu .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-vjYVEc31mu .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-vjYVEc31mu .text-wrapper {
    margin-top: 80px;
  }
}
.cid-vjYVEc31mu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjYVEc31mu .mbr-section-title {
  color: #202020;
}
.cid-vjYVEc31mu .mbr-text,
.cid-vjYVEc31mu .text-wrap {
  color: #202020;
}
.cid-vk47mNFfuP {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk47mNFfuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk47mNFfuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk47mNFfuP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk47mNFfuP .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vjZ84XuIUv {
  background-color: #d2232a;
}
.cid-vjZ84XuIUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZ84XuIUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjZ84XuIUv .container {
    padding: 0 25px;
  }
}
.cid-vjZ84XuIUv .row {
  justify-content: center;
}
.cid-vjZ84XuIUv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vjZ84XuIUv .item:first-child .item-wrapper {
  border-top: 2px solid #ffffff;
}
.cid-vjZ84XuIUv .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-vjZ84XuIUv .item .item-wrapper:hover .item-img img,
.cid-vjZ84XuIUv .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-vjZ84XuIUv .item .item-wrapper {
    display: block;
  }
}
.cid-vjZ84XuIUv .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-vjZ84XuIUv .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-vjZ84XuIUv .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-vjZ84XuIUv .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vjZ84XuIUv .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-vjZ84XuIUv .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-vjZ84XuIUv .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #e43f3f;
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-vjZ84XuIUv .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-vjZ84XuIUv .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #e43f3f;
}
.cid-vjZ84XuIUv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #00516d;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vjZ84XuIUv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vjZ84XuIUv .item-title {
  color: #000000;
}
.cid-vjZ84XuIUv .item-desc {
  color: #d2232a;
}
.cid-vjZ84XuIUv .item-subtitle {
  color: #ffffff;
}
.cid-vjZ84XuIUv .item-price {
  color: #ffffff;
}
.cid-vjYUleZ9mX {
  background-image: url("../../../assets/images/back-2-2000x2829.jpg");
}
.cid-vjYUleZ9mX .number-wrap {
  color: #000000;
  text-align: center;
  position: relative;
}
.cid-vjYUleZ9mX .number-wrap::before {
  content: ':';
  display: block;
  font-size: 50px;
  color: #000000;
  position: absolute;
  top: 10%;
  right: -15%;
}
@media (max-width: 992px) {
  .cid-vjYUleZ9mX .number-wrap::before {
    display: none;
  }
}
.cid-vjYUleZ9mX .row .col-3:last-child .number-wrap::before {
  content: '';
}
.cid-vjYUleZ9mX .number {
  color: #000000;
  white-space: nowrap;
  padding-bottom: 10px;
  display: block;
}
.cid-vjYUleZ9mX .number::after {
  content: '';
  display: block;
  width: 31px;
  height: 2px;
  margin: 0 auto -12px;
  background: #000000;
  opacity: .3;
}
.cid-vjYUleZ9mX .period {
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.cid-vjYUleZ9mX .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vjYUleZ9mX .period {
    font-size: 0.8rem;
  }
}
.cid-vjYUleZ9mX .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjYUleZ9mX .btn:hover {
  box-shadow: none;
}
.cid-vjYUleZ9mX .mbr-section-btn {
  margin-top: 50px;
}
.cid-vjYUleZ9mX .mbr-section-subtitle {
  margin-bottom: 12px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vjYUleZ9mX .mbr-section-title {
  margin-bottom: 50px;
  color: #f9f9fc;
}
.cid-vjYUleZ9mX .mbr-section-title,
.cid-vjYUleZ9mX .mbr-section-btn {
  text-align: center;
}
.cid-vjZ8wqspNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2232a;
}
.cid-vjZ8wqspNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZ8wqspNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZ8wqspNr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vjZ8wqspNr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vjZ8wqspNr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vjZ8wqspNr .container {
    padding: 0 22px;
  }
}
.cid-vjZ8wqspNr .row {
  justify-content: center;
}
.cid-vjZ8wqspNr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjZ8wqspNr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vjZ8wqspNr .panel-group .card {
  border-radius: 0 !important;
}
.cid-vjZ8wqspNr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #00516d;
  border-radius: 0;
  padding: 20px;
}
.cid-vjZ8wqspNr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vjZ8wqspNr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vjZ8wqspNr .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #00516d;
  margin-left: 16px;
}
.cid-vjZ8wqspNr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vjZ8wqspNr .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-vjZ8wqspNr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vjZ8wqspNr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vjZ8wqspNr .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-vjZ8wqspNr .panel-text {
  color: #ffffff;
}
.cid-vk1glsDBQa {
  background-image: url("../../../assets/images/img-5437-2048x1365.jpg");
}
.cid-vk1glsDBQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk1glsDBQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk1glsDBQa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk1glsDBQa .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vk1glsDBQa .mbr-text,
.cid-vk1glsDBQa .mbr-section-btn {
  color: #ffffff;
}
.cid-vk1glsDBQa .mbr-section-title {
  color: #ffffff;
}
.cid-vk47AF6phD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vk47AF6phD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk47AF6phD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk47AF6phD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk47AF6phD .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vjZ8nLDvkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjZ8nLDvkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZ8nLDvkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vjZ8nLDvkS .container {
    padding: 0 24px;
  }
}
.cid-vjZ8nLDvkS .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .row {
    padding: 24px;
  }
}
.cid-vjZ8nLDvkS .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vjZ8nLDvkS .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .row .card {
    border: none;
  }
}
.cid-vjZ8nLDvkS .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vjZ8nLDvkS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vjZ8nLDvkS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vjZ8nLDvkS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vjZ8nLDvkS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vjZ8nLDvkS .items {
  border-left: 1px solid #72716b;
}
.cid-vjZ8nLDvkS .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .items .item {
    padding: 24px;
  }
}
.cid-vjZ8nLDvkS .items .item:last-child {
  border: none;
}
.cid-vjZ8nLDvkS .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .items .item .item-wrapper {
    display: block;
  }
}
.cid-vjZ8nLDvkS .items .item .item-wrapper .item-img {
  background-color: #d2232a;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vjZ8nLDvkS .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vjZ8nLDvkS .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vjZ8nLDvkS .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vjZ8nLDvkS .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vjZ8nLDvkS .mbr-section-title {
  color: #F9F6E0;
}
.cid-vjZ8nLDvkS .mbr-desc {
  color: #d2232a;
  text-align: right;
}
.cid-vjZ8nLDvkS .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vjZ8nLDvkS .card-title {
  color: #d2232a;
}
.cid-vjZ8nLDvkS .card-text {
  color: #F9F6E0;
}
.cid-vjZ8nLDvkS .mbr-section-title,
.cid-vjZ8nLDvkS .mbr-section-btn {
  text-align: right;
  color: #d2232a;
}
.cid-vjZbP6FhYk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-vjZbP6FhYk .nav-tabs .nav-item.open .nav-link:focus,
.cid-vjZbP6FhYk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vjZbP6FhYk .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vjZbP6FhYk .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vjZbP6FhYk .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vjZbP6FhYk .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #00516d;
}
.cid-vjZbP6FhYk .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjZbP6FhYk .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vjZbP6FhYk .nav-tabs .nav-item {
  width: 100%;
}
.cid-vjZbP6FhYk .nav-link,
.cid-vjZbP6FhYk .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vjZbP6FhYk .nav-tabs .nav-link.active {
  color: #00516d;
}
.cid-vjZbP6FhYk .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vjZbP6FhYk .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vjZbP6FhYk .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vjZbP6FhYk .logo-container {
    border-right: 1px solid #00516d;
  }
}
.cid-vjZbP6FhYk H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vjZbP6FhYk H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vjZbP6FhYk .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vjZbP6FhYk P {
  text-align: left;
  color: #00516d;
}
.cid-vjZ8pFR688 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjZ8pFR688 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZ8pFR688 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vjZ8pFR688 .container {
    padding: 0 24px;
  }
}
.cid-vjZ8pFR688 .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .row {
    padding: 24px;
  }
}
.cid-vjZ8pFR688 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vjZ8pFR688 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .row .card {
    border: none;
  }
}
.cid-vjZ8pFR688 .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vjZ8pFR688 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vjZ8pFR688 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vjZ8pFR688 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vjZ8pFR688 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vjZ8pFR688 .items {
  border-left: 1px solid #d2232a;
}
.cid-vjZ8pFR688 .items .item {
  padding: 32px;
  border-bottom: 1px solid #d2232a;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .items .item {
    padding: 24px;
  }
}
.cid-vjZ8pFR688 .items .item:last-child {
  border: none;
}
.cid-vjZ8pFR688 .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .items .item .item-wrapper {
    display: block;
  }
}
.cid-vjZ8pFR688 .items .item .item-wrapper .item-img {
  background-color: #d2232a;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vjZ8pFR688 .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vjZ8pFR688 .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vjZ8pFR688 .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vjZ8pFR688 .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vjZ8pFR688 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vjZ8pFR688 .mbr-desc {
  color: #d2232a;
  text-align: right;
}
.cid-vjZ8pFR688 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vjZ8pFR688 .card-title {
  color: #d2232a;
}
.cid-vjZ8pFR688 .card-text {
  color: #F9F6E0;
}
.cid-vjZ8pFR688 .mbr-section-title,
.cid-vjZ8pFR688 .mbr-section-btn {
  text-align: right;
  color: #d2232a;
}
.cid-vk48Q73aWN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vk48Q73aWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk48Q73aWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk48Q73aWN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk48Q73aWN .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vjZbQsUBn5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2232a;
}
.cid-vjZbQsUBn5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vjZbQsUBn5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vjZbQsUBn5 .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vjZbQsUBn5 .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vjZbQsUBn5 .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vjZbQsUBn5 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #00516d;
}
.cid-vjZbQsUBn5 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjZbQsUBn5 .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vjZbQsUBn5 .nav-tabs .nav-item {
  width: 100%;
}
.cid-vjZbQsUBn5 .nav-link,
.cid-vjZbQsUBn5 .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vjZbQsUBn5 .nav-tabs .nav-link.active {
  color: #00516d;
}
.cid-vjZbQsUBn5 .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vjZbQsUBn5 .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vjZbQsUBn5 .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vjZbQsUBn5 .logo-container {
    border-right: 1px solid #00516d;
  }
}
.cid-vjZbQsUBn5 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vjZbQsUBn5 H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vjZbQsUBn5 .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vjZbQsUBn5 P {
  text-align: left;
  color: #00516d;
}
.cid-vk1MfIRLlt {
  background-image: url("../../../assets/images/img-5445-2048x1365.jpg");
}
.cid-vk1MfIRLlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk1MfIRLlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk1MfIRLlt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk1MfIRLlt .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vk1MfIRLlt .mbr-text,
.cid-vk1MfIRLlt .mbr-section-btn {
  color: #ffffff;
}
.cid-vk1MfIRLlt .mbr-section-title {
  color: #ffffff;
}
.cid-vk470vavLL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2232a;
}
.cid-vk470vavLL .item {
  padding-bottom: 2rem;
}
.cid-vk470vavLL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vk470vavLL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vk470vavLL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vk470vavLL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vk470vavLL .carousel-control,
.cid-vk470vavLL .close {
  background: #1b1b1b;
}
.cid-vk470vavLL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vk470vavLL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vk470vavLL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vk470vavLL .carousel-control-next span {
  margin-left: 5px;
}
.cid-vk470vavLL .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-vk470vavLL .close::before {
  content: '\e91a';
}
.cid-vk470vavLL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vk470vavLL .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-vk470vavLL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk470vavLL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vk470vavLL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vk470vavLL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vk470vavLL .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-vk470vavLL .carousel-indicators li.active,
.cid-vk470vavLL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vk470vavLL .carousel-indicators li::after,
.cid-vk470vavLL .carousel-indicators li::before {
  content: none;
}
.cid-vk470vavLL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vk470vavLL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vk470vavLL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vk470vavLL .carousel-indicators {
    display: none;
  }
}
.cid-vk470vavLL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vk470vavLL .carousel-inner > .active {
  display: block;
}
.cid-vk470vavLL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk470vavLL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vk470vavLL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vk470vavLL .carousel-control,
  .cid-vk470vavLL .carousel-indicators,
  .cid-vk470vavLL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vk470vavLL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vk470vavLL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vk470vavLL .carousel-indicators .active,
.cid-vk470vavLL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vk470vavLL .carousel-indicators .active {
  background: #fff;
}
.cid-vk470vavLL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vk470vavLL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vk470vavLL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vk470vavLL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vk470vavLL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vk470vavLL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vk470vavLL .carousel {
  width: 100%;
}
.cid-vk470vavLL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vk470vavLL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vk470vavLL .modal.fade .modal-dialog,
.cid-vk470vavLL .modal.in .modal-dialog {
  transform: none;
}
.cid-vk470vavLL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vk470vavLL H6 {
  text-align: center;
}
.cid-vk470vavLL H4 {
  text-align: left;
  color: #ffffff;
}
.cid-vjZ7zI7Ngy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vjZ7zI7Ngy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZ7zI7Ngy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZ7zI7Ngy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vjZ7zI7Ngy .container {
    padding: 0;
  }
}
.cid-vjZ7zI7Ngy .row {
  margin: 0;
}
.cid-vjZ7zI7Ngy .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-vjZ7zI7Ngy .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-vjZ7zI7Ngy .google-map iframe {
    height: 350px;
  }
}
.cid-vk4bS2dOTx {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk4bS2dOTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4bS2dOTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4bS2dOTx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4bS2dOTx .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vjOYLFphkR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjOYLFphkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjOYLFphkR .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-vjOYLFphkR .container {
    padding: 0 26px;
  }
}
.cid-vjOYLFphkR .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vjOYLFphkR .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vjOYLFphkR .row {
    padding: 26px;
  }
}
.cid-vjOYLFphkR .title-wrapper {
  margin-bottom: 50px;
}
.cid-vjOYLFphkR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjOYLFphkR .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vjOYLFphkR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjOYLFphkR .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vjOYLFphkR .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vjOYLFphkR .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vjOYLFphkR .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vjOYLFphkR .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vjOYLFphkR .nav-wrapper .list {
    display: block;
  }
}
.cid-vjOYLFphkR .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjOYLFphkR .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vjOYLFphkR .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vjOYLFphkR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vjOYLFphkR .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vjOYLFphkR .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vjOYLFphkR .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vjOYLFphkR .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vjOYLFphkR .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vjOYLFphkR .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vjOYLFphkR .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-vjOYLFphkR .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vjOYLFphkR .mbr-section-title,
.cid-vjOYLFphkR .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-vjOYLFphkR .list {
  color: #ffffff;
}
.cid-vjOYLFphkR .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-vjOYLFphkR .list,
.cid-vjOYLFphkR .nav-wrapper,
.cid-vjOYLFphkR .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-vk4co4YSMJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vk4co4YSMJ nav.navbar {
  position: fixed;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vk4co4YSMJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vk4co4YSMJ .dropdown-item:hover,
.cid-vk4co4YSMJ .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-vk4co4YSMJ .dropdown-item:hover span {
  color: white;
}
.cid-vk4co4YSMJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vk4co4YSMJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vk4co4YSMJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vk4co4YSMJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vk4co4YSMJ .nav-link {
  position: relative;
}
.cid-vk4co4YSMJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vk4co4YSMJ .container {
    flex-wrap: wrap;
  }
}
.cid-vk4co4YSMJ .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vk4co4YSMJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vk4co4YSMJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vk4co4YSMJ .dropdown-menu,
.cid-vk4co4YSMJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vk4co4YSMJ .nav-item:focus,
.cid-vk4co4YSMJ .nav-link:focus {
  outline: none;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vk4co4YSMJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vk4co4YSMJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vk4co4YSMJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vk4co4YSMJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vk4co4YSMJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vk4co4YSMJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vk4co4YSMJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vk4co4YSMJ .navbar.collapsed {
  justify-content: center;
}
.cid-vk4co4YSMJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vk4co4YSMJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vk4co4YSMJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vk4co4YSMJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vk4co4YSMJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vk4co4YSMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vk4co4YSMJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vk4co4YSMJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vk4co4YSMJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vk4co4YSMJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vk4co4YSMJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vk4co4YSMJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vk4co4YSMJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vk4co4YSMJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vk4co4YSMJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vk4co4YSMJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vk4co4YSMJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vk4co4YSMJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vk4co4YSMJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vk4co4YSMJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vk4co4YSMJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vk4co4YSMJ .dropdown-item.active,
.cid-vk4co4YSMJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vk4co4YSMJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vk4co4YSMJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vk4co4YSMJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vk4co4YSMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vk4co4YSMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vk4co4YSMJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vk4co4YSMJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vk4co4YSMJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vk4co4YSMJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vk4co4YSMJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar {
    height: 70px;
  }
  .cid-vk4co4YSMJ .navbar.opened {
    height: auto;
  }
  .cid-vk4co4YSMJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vk4co7wayO {
  background-image: url("../../../assets/images/img-5452-1440x810.jpg");
}
.cid-vk4co7wayO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4co7wayO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4co7wayO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4co7wayO .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vk4co7wayO .mbr-text,
.cid-vk4co7wayO .mbr-section-btn {
  color: #00516d;
}
.cid-vk4co7wayO .mbr-section-title {
  color: #00516d;
}
.cid-vk4co8Nefx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk4co8Nefx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4co8Nefx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4co8Nefx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4co8Nefx .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vk4co9IrnV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk4co9IrnV img {
  width: 160px;
  margin: auto;
}
.cid-vk4co9IrnV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk4co9IrnV .card {
    max-width: 25%;
  }
}
.cid-vk4coaQwEx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk4coaQwEx img {
  width: 160px;
  margin: auto;
}
.cid-vk4coaQwEx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk4coaQwEx .card {
    max-width: 25%;
  }
}
.cid-vk4cobXhps {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk4cobXhps img {
  width: 160px;
  margin: auto;
}
.cid-vk4cobXhps .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk4cobXhps .card {
    max-width: 25%;
  }
}
.cid-vk4cod9EXs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk4cod9EXs img {
  width: 160px;
  margin: auto;
}
.cid-vk4cod9EXs .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk4cod9EXs .card {
    max-width: 25%;
  }
}
.cid-vk4coes99Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk4coes99Z img {
  width: 160px;
  margin: auto;
}
.cid-vk4coes99Z .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk4coes99Z .card {
    max-width: 25%;
  }
}
.cid-vk4cofLv9K {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk4cofLv9K img {
  width: 160px;
  margin: auto;
}
.cid-vk4cofLv9K .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk4cofLv9K .card {
    max-width: 25%;
  }
}
.cid-vk4cogTHC9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-vk4cogTHC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4cogTHC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vk4cogTHC9 .col-title {
    margin-bottom: 20px;
  }
}
.cid-vk4cogTHC9 .mbr-section-title {
  color: #00516d;
}
.cid-vk4cogTHC9 .mbr-text {
  color: #000000;
}
.cid-vk4cogTHC9 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-vk4cogTHC9 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-vk4cogTHC9 .row {
  justify-content: space-between;
}
.cid-vk4cogTHC9 .mbr-text1 {
  color: #0046c7;
}
.cid-vk4cogTHC9 img {
  object-fit: cover;
}
.cid-vk4cogTHC9 h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-vk4cogTHC9 h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-vk4cogTHC9 h3:hover:before {
  opacity: 0;
}
.cid-vk4cogTHC9 h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-vk4cogTHC9 h3 {
    transform: translateX(0px);
  }
}
.cid-vk4cogTHC9 .mbr-section-subtitle,
.cid-vk4cogTHC9 .align {
  color: #d2232a;
}
.cid-vk4coi1AcS {
  background-image: url("../../../assets/images/img-5456-2048x1365.jpg");
}
.cid-vk4coi1AcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coi1AcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4coi1AcS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4coi1AcS .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vk4coi1AcS .mbr-text,
.cid-vk4coi1AcS .mbr-section-btn {
  color: #00516d;
}
.cid-vk4coi1AcS .mbr-section-title {
  color: #00516d;
}
.cid-vk4coj6CE3 {
  overflow: hidden;
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-vk4coj6CE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coj6CE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vk4coj6CE3 .container {
    padding: 0 24px;
  }
}
.cid-vk4coj6CE3 .card {
  justify-content: center;
}
.cid-vk4coj6CE3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk4coj6CE3 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-vk4coj6CE3 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vk4coj6CE3 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-vk4coj6CE3 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-vk4coj6CE3 .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #000000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vk4coj6CE3 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-vk4coj6CE3 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #00516d;
}
@media (max-width: 992px) {
  .cid-vk4coj6CE3 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-vk4coj6CE3 .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43f3f;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-vk4coj6CE3 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-vk4coj6CE3 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-vk4coj6CE3 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-vk4coj6CE3 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-vk4coj6CE3 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-vk4coj6CE3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vk4coj6CE3 .mbr-section-title {
  color: #202020;
}
.cid-vk4coj6CE3 .mbr-text,
.cid-vk4coj6CE3 .text-wrap {
  color: #202020;
}
.cid-vk4cokw6Ex {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk4cokw6Ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4cokw6Ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4cokw6Ex .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4cokw6Ex .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vk4colAwB8 {
  background-color: #00516d;
}
.cid-vk4colAwB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4colAwB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vk4colAwB8 .container {
    padding: 0 25px;
  }
}
.cid-vk4colAwB8 .row {
  justify-content: center;
}
.cid-vk4colAwB8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vk4colAwB8 .item:first-child .item-wrapper {
  border-top: 2px solid #ffffff;
}
.cid-vk4colAwB8 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-vk4colAwB8 .item .item-wrapper:hover .item-img img,
.cid-vk4colAwB8 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-vk4colAwB8 .item .item-wrapper {
    display: block;
  }
}
.cid-vk4colAwB8 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-vk4colAwB8 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-vk4colAwB8 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-vk4colAwB8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vk4colAwB8 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vk4colAwB8 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-vk4colAwB8 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-vk4colAwB8 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #e43f3f;
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-vk4colAwB8 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-vk4colAwB8 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #e43f3f;
}
.cid-vk4colAwB8 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #d2232a;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vk4colAwB8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vk4colAwB8 .item-title {
  color: #000000;
}
.cid-vk4colAwB8 .item-desc {
  color: #d2232a;
}
.cid-vk4colAwB8 .item-subtitle {
  color: #ffffff;
}
.cid-vk4colAwB8 .item-price {
  color: #ffffff;
}
.cid-vk4congi5O {
  background-image: url("../../../assets/images/cro-2000x2829.png");
}
.cid-vk4congi5O .number-wrap {
  color: #00516d;
  text-align: center;
  position: relative;
}
.cid-vk4congi5O .number-wrap::before {
  content: ':';
  display: block;
  font-size: 50px;
  color: #00516d;
  position: absolute;
  top: 10%;
  right: -15%;
}
@media (max-width: 992px) {
  .cid-vk4congi5O .number-wrap::before {
    display: none;
  }
}
.cid-vk4congi5O .row .col-3:last-child .number-wrap::before {
  content: '';
}
.cid-vk4congi5O .number {
  color: #00516d;
  white-space: nowrap;
  padding-bottom: 10px;
  display: block;
}
.cid-vk4congi5O .number::after {
  content: '';
  display: block;
  width: 31px;
  height: 2px;
  margin: 0 auto -12px;
  background: #00516d;
  opacity: .3;
}
.cid-vk4congi5O .period {
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.cid-vk4congi5O .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vk4congi5O .period {
    font-size: 0.8rem;
  }
}
.cid-vk4congi5O .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vk4congi5O .btn:hover {
  box-shadow: none;
}
.cid-vk4congi5O .mbr-section-btn {
  margin-top: 50px;
}
.cid-vk4congi5O .mbr-section-subtitle {
  margin-bottom: 12px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vk4congi5O .mbr-section-title {
  margin-bottom: 50px;
  color: #f9f9fc;
}
.cid-vk4congi5O .mbr-section-title,
.cid-vk4congi5O .mbr-section-btn {
  text-align: center;
}
.cid-vk4cooxtut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00516d;
}
.cid-vk4cooxtut .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4cooxtut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4cooxtut .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vk4cooxtut .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vk4cooxtut .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vk4cooxtut .container {
    padding: 0 22px;
  }
}
.cid-vk4cooxtut .row {
  justify-content: center;
}
.cid-vk4cooxtut .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vk4cooxtut .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vk4cooxtut .panel-group .card {
  border-radius: 0 !important;
}
.cid-vk4cooxtut .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #00516d;
  border-radius: 0;
  padding: 20px;
}
.cid-vk4cooxtut .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vk4cooxtut .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vk4cooxtut .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-vk4cooxtut .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vk4cooxtut .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-vk4cooxtut .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vk4cooxtut .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vk4cooxtut .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-vk4cooxtut .panel-text {
  color: #ffffff;
}
.cid-vk4coqc66l {
  background-image: url("../../../assets/images/img-5449-2047x1365.jpg");
}
.cid-vk4coqc66l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coqc66l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4coqc66l .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4coqc66l .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vk4coqc66l .mbr-text,
.cid-vk4coqc66l .mbr-section-btn {
  color: #00516d;
}
.cid-vk4coqc66l .mbr-section-title {
  color: #00516d;
}
.cid-vk4corxCSK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vk4corxCSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4corxCSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4corxCSK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4corxCSK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vk4cosN9ju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vk4cosN9ju .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4cosN9ju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vk4cosN9ju .container {
    padding: 0 24px;
  }
}
.cid-vk4cosN9ju .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .row {
    padding: 24px;
  }
}
.cid-vk4cosN9ju .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vk4cosN9ju .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .row .card {
    border: none;
  }
}
.cid-vk4cosN9ju .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vk4cosN9ju .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vk4cosN9ju .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vk4cosN9ju .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vk4cosN9ju .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vk4cosN9ju .items {
  border-left: 1px solid #72716b;
}
.cid-vk4cosN9ju .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .items .item {
    padding: 24px;
  }
}
.cid-vk4cosN9ju .items .item:last-child {
  border: none;
}
.cid-vk4cosN9ju .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .items .item .item-wrapper {
    display: block;
  }
}
.cid-vk4cosN9ju .items .item .item-wrapper .item-img {
  background-color: #00516d;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vk4cosN9ju .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vk4cosN9ju .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vk4cosN9ju .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vk4cosN9ju .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vk4cosN9ju .mbr-section-title {
  color: #F9F6E0;
}
.cid-vk4cosN9ju .mbr-desc {
  color: #d2232a;
  text-align: right;
}
.cid-vk4cosN9ju .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vk4cosN9ju .card-title {
  color: #00516d;
}
.cid-vk4cosN9ju .card-text {
  color: #F9F6E0;
}
.cid-vk4cosN9ju .mbr-section-title,
.cid-vk4cosN9ju .mbr-section-btn {
  text-align: right;
  color: #00516d;
}
.cid-vk4couR7PS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00516d;
}
.cid-vk4couR7PS .nav-tabs .nav-item.open .nav-link:focus,
.cid-vk4couR7PS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vk4couR7PS .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vk4couR7PS .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vk4couR7PS .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vk4couR7PS .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #d2232a;
}
.cid-vk4couR7PS .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk4couR7PS .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vk4couR7PS .nav-tabs .nav-item {
  width: 100%;
}
.cid-vk4couR7PS .nav-link,
.cid-vk4couR7PS .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vk4couR7PS .nav-tabs .nav-link.active {
  color: #d2232a;
}
.cid-vk4couR7PS .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vk4couR7PS .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vk4couR7PS .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vk4couR7PS .logo-container {
    border-right: 1px solid #d2232a;
  }
}
.cid-vk4couR7PS H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vk4couR7PS H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vk4couR7PS .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vk4couR7PS P {
  text-align: left;
  color: #00516d;
}
.cid-vk4coyMARm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vk4coyMARm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coyMARm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4coyMARm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4coyMARm .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vk4cowCKxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vk4cowCKxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4cowCKxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vk4cowCKxw .container {
    padding: 0 24px;
  }
}
.cid-vk4cowCKxw .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .row {
    padding: 24px;
  }
}
.cid-vk4cowCKxw .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-vk4cowCKxw .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .row .card {
    border: none;
  }
}
.cid-vk4cowCKxw .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vk4cowCKxw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vk4cowCKxw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vk4cowCKxw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vk4cowCKxw .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vk4cowCKxw .items {
  border-left: 1px solid #00516d;
}
.cid-vk4cowCKxw .items .item {
  padding: 32px;
  border-bottom: 1px solid #00516d;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .items .item {
    padding: 24px;
  }
}
.cid-vk4cowCKxw .items .item:last-child {
  border: none;
}
.cid-vk4cowCKxw .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .items .item .item-wrapper {
    display: block;
  }
}
.cid-vk4cowCKxw .items .item .item-wrapper .item-img {
  background-color: #00516d;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vk4cowCKxw .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vk4cowCKxw .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vk4cowCKxw .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vk4cowCKxw .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vk4cowCKxw .mbr-section-title {
  color: #F9F6E0;
}
.cid-vk4cowCKxw .mbr-desc {
  color: #d2232a;
  text-align: right;
}
.cid-vk4cowCKxw .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vk4cowCKxw .card-title {
  color: #d2232a;
}
.cid-vk4cowCKxw .card-text {
  color: #F9F6E0;
}
.cid-vk4cowCKxw .mbr-section-title,
.cid-vk4cowCKxw .mbr-section-btn {
  text-align: right;
  color: #00516d;
}
.cid-vk4coAKF2u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00516d;
}
.cid-vk4coAKF2u .nav-tabs .nav-item.open .nav-link:focus,
.cid-vk4coAKF2u .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vk4coAKF2u .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vk4coAKF2u .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vk4coAKF2u .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vk4coAKF2u .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #d2232a;
}
.cid-vk4coAKF2u .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk4coAKF2u .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vk4coAKF2u .nav-tabs .nav-item {
  width: 100%;
}
.cid-vk4coAKF2u .nav-link,
.cid-vk4coAKF2u .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vk4coAKF2u .nav-tabs .nav-link.active {
  color: #d2232a;
}
.cid-vk4coAKF2u .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vk4coAKF2u .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vk4coAKF2u .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vk4coAKF2u .logo-container {
    border-right: 1px solid #d2232a;
  }
}
.cid-vk4coAKF2u H4 {
  text-align: center;
  color: #ffffff;
}
.cid-vk4coAKF2u H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vk4coAKF2u .nav-link {
    font-size: 1.2rem;
  }
}
.cid-vk4coAKF2u P {
  text-align: left;
  color: #00516d;
}
.cid-vk4coCVbqY {
  background-image: url("../../../assets/images/img-5450-2048x1365.jpg");
}
.cid-vk4coCVbqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coCVbqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4coCVbqY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4coCVbqY .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vk4coCVbqY .mbr-text,
.cid-vk4coCVbqY .mbr-section-btn {
  color: #00516d;
}
.cid-vk4coCVbqY .mbr-section-title {
  color: #00516d;
}
.cid-vk4coF4tq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00516d;
}
.cid-vk4coF4tq5 .item {
  padding-bottom: 2rem;
}
.cid-vk4coF4tq5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vk4coF4tq5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vk4coF4tq5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vk4coF4tq5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vk4coF4tq5 .carousel-control,
.cid-vk4coF4tq5 .close {
  background: #1b1b1b;
}
.cid-vk4coF4tq5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vk4coF4tq5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vk4coF4tq5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vk4coF4tq5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vk4coF4tq5 .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-vk4coF4tq5 .close::before {
  content: '\e91a';
}
.cid-vk4coF4tq5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vk4coF4tq5 .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-vk4coF4tq5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk4coF4tq5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vk4coF4tq5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vk4coF4tq5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vk4coF4tq5 .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-vk4coF4tq5 .carousel-indicators li.active,
.cid-vk4coF4tq5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vk4coF4tq5 .carousel-indicators li::after,
.cid-vk4coF4tq5 .carousel-indicators li::before {
  content: none;
}
.cid-vk4coF4tq5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vk4coF4tq5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vk4coF4tq5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vk4coF4tq5 .carousel-indicators {
    display: none;
  }
}
.cid-vk4coF4tq5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vk4coF4tq5 .carousel-inner > .active {
  display: block;
}
.cid-vk4coF4tq5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk4coF4tq5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vk4coF4tq5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vk4coF4tq5 .carousel-control,
  .cid-vk4coF4tq5 .carousel-indicators,
  .cid-vk4coF4tq5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vk4coF4tq5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vk4coF4tq5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vk4coF4tq5 .carousel-indicators .active,
.cid-vk4coF4tq5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vk4coF4tq5 .carousel-indicators .active {
  background: #fff;
}
.cid-vk4coF4tq5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vk4coF4tq5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vk4coF4tq5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vk4coF4tq5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vk4coF4tq5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vk4coF4tq5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vk4coF4tq5 .carousel {
  width: 100%;
}
.cid-vk4coF4tq5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vk4coF4tq5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vk4coF4tq5 .modal.fade .modal-dialog,
.cid-vk4coF4tq5 .modal.in .modal-dialog {
  transform: none;
}
.cid-vk4coF4tq5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vk4coF4tq5 H6 {
  text-align: center;
}
.cid-vk4coF4tq5 H4 {
  text-align: left;
  color: #ffffff;
}
.cid-vk4coJP0Im {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vk4coJP0Im .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coJP0Im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4coJP0Im .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vk4coJP0Im .container {
    padding: 0;
  }
}
.cid-vk4coJP0Im .row {
  margin: 0;
}
.cid-vk4coJP0Im .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-vk4coJP0Im .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-vk4coJP0Im .google-map iframe {
    height: 350px;
  }
}
.cid-vk4coLLgA7 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk4coLLgA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coLLgA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4coLLgA7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vk4coLLgA7 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vk4coNy4x0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vk4coNy4x0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coNy4x0 .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-vk4coNy4x0 .container {
    padding: 0 26px;
  }
}
.cid-vk4coNy4x0 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .row {
    padding: 26px;
  }
}
.cid-vk4coNy4x0 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vk4coNy4x0 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vk4coNy4x0 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .nav-wrapper .list {
    display: block;
  }
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vk4coNy4x0 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-vk4coNy4x0 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vk4coNy4x0 .mbr-section-title,
.cid-vk4coNy4x0 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-vk4coNy4x0 .list {
  color: #ffffff;
}
.cid-vk4coNy4x0 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-vk4coNy4x0 .list,
.cid-vk4coNy4x0 .nav-wrapper,
.cid-vk4coNy4x0 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-vk4co4YSMJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vk4co4YSMJ nav.navbar {
  position: fixed;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vk4co4YSMJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vk4co4YSMJ .dropdown-item:hover,
.cid-vk4co4YSMJ .dropdown-item:focus {
  background: #d2232a !important;
  color: white !important;
}
.cid-vk4co4YSMJ .dropdown-item:hover span {
  color: white;
}
.cid-vk4co4YSMJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vk4co4YSMJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vk4co4YSMJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vk4co4YSMJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vk4co4YSMJ .nav-link {
  position: relative;
}
.cid-vk4co4YSMJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vk4co4YSMJ .container {
    flex-wrap: wrap;
  }
}
.cid-vk4co4YSMJ .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vk4co4YSMJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vk4co4YSMJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vk4co4YSMJ .dropdown-menu,
.cid-vk4co4YSMJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vk4co4YSMJ .nav-item:focus,
.cid-vk4co4YSMJ .nav-link:focus {
  outline: none;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vk4co4YSMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vk4co4YSMJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vk4co4YSMJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vk4co4YSMJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vk4co4YSMJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vk4co4YSMJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vk4co4YSMJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vk4co4YSMJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vk4co4YSMJ .navbar.collapsed {
  justify-content: center;
}
.cid-vk4co4YSMJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vk4co4YSMJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vk4co4YSMJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vk4co4YSMJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vk4co4YSMJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vk4co4YSMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vk4co4YSMJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vk4co4YSMJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vk4co4YSMJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vk4co4YSMJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vk4co4YSMJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vk4co4YSMJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vk4co4YSMJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vk4co4YSMJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vk4co4YSMJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vk4co4YSMJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vk4co4YSMJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vk4co4YSMJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vk4co4YSMJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vk4co4YSMJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vk4co4YSMJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vk4co4YSMJ .dropdown-item.active,
.cid-vk4co4YSMJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vk4co4YSMJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vk4co4YSMJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vk4co4YSMJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vk4co4YSMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vk4co4YSMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vk4co4YSMJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vk4co4YSMJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vk4co4YSMJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vk4co4YSMJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d2232a;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vk4co4YSMJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vk4co4YSMJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vk4co4YSMJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vk4co4YSMJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vk4co4YSMJ .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-vk4co4YSMJ .navbar {
    height: 70px;
  }
  .cid-vk4co4YSMJ .navbar.opened {
    height: auto;
  }
  .cid-vk4co4YSMJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vk9A957dwh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vk9A957dwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk9A957dwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vk9A957dwh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vk9A957dwh .row {
  flex-direction: row-reverse;
}
.cid-vk9A957dwh img {
  width: 100%;
}
.cid-vk9BVZVGgn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk9BVZVGgn img {
  width: 160px;
  margin: auto;
}
.cid-vk9BVZVGgn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk9BVZVGgn .card {
    max-width: 25%;
  }
}
.cid-vk9BXik9d7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk9BXik9d7 img {
  width: 160px;
  margin: auto;
}
.cid-vk9BXik9d7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk9BXik9d7 .card {
    max-width: 25%;
  }
}
.cid-vk9BXVPnim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vk9BXVPnim img {
  width: 160px;
  margin: auto;
}
.cid-vk9BXVPnim .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vk9BXVPnim .card {
    max-width: 25%;
  }
}
.cid-vk9u1BlKdE {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-vk9u1BlKdE blockquote {
  border-color: #00516d;
  border-radius: 4px;
  background-color: #d2232a;
}
.cid-vk9u1BlKdE .mbr-section-title {
  color: #ffffff;
}
.cid-vk9u1BlKdE .mbr-text {
  color: #ffffff;
}
.cid-vk92dwup7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-vk92dwup7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk92dwup7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk92dwup7C .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-vk92dwup7C .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vk92dwup7C .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vk92dwup7C .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vk92dwup7C .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vk92dwup7C .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vk92dwup7C .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vk92dwup7C .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-vk92dwup7C .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-vk92dwup7C .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vk92dwup7C .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vk92dwup7C .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateY(0);
  background-color: #d2232a;
}
.cid-vk92dwup7C .items-wrapper .item:hover .item-wrapper .card-box .gradient-wrapper,
.cid-vk92dwup7C .items-wrapper .item:focus .item-wrapper .card-box .gradient-wrapper {
  width: 400px;
  height: 400px;
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 2;
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .item-img img {
  height: 635px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vk92dwup7C .items-wrapper .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .name-wrapper {
  position: relative;
  z-index: 1;
  padding: 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -2rem;
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .items-wrapper .item .item-wrapper .name-wrapper {
    padding: 46px 18px 18px 18px;
  }
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  margin-bottom: 8px;
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding: 54px 46px 46px 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  transform: translateY(-100%);
  transition: all .5s ease;
  margin-top: -2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .items-wrapper .item .item-wrapper .card-box {
    padding: 54px 18px 18px 18px;
    transform: none;
    background-color: #d2232a;
  }
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
  position: absolute;
  right: -250px;
  bottom: -250px;
  width: 0;
  height: 0;
  background-image: linear-gradient(135deg, #d2232a, #d2232a, #d2232a 45%);
  border-radius: 100%;
  filter: blur(4rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vk92dwup7C .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-vk92dwup7C .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vk92dwup7C .mbr-label,
.cid-vk92dwup7C .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-vk92dwup7C .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-vk92dwup7C .item-name {
  color: #1a0b54;
  text-align: center;
}
.cid-vk92dwup7C .item-role {
  color: #d2232a;
  text-align: center;
}
.cid-vk92dwup7C .item-text {
  color: #ffffff;
}
.cid-vk92dwup7C .item-text,
.cid-vk92dwup7C .mbr-section-btn {
  text-align: left;
}
.cid-vk9zUbAPMB {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-vk9zUbAPMB blockquote {
  border-color: #00516d;
  border-radius: 4px;
  background-color: #d2232a;
}
.cid-vk9zUbAPMB .mbr-section-title {
  color: #ffffff;
}
.cid-vk9zUbAPMB .mbr-text {
  color: #ffffff;
}
.cid-vk4coNy4x0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vk4coNy4x0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4coNy4x0 .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-vk4coNy4x0 .container {
    padding: 0 26px;
  }
}
.cid-vk4coNy4x0 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .row {
    padding: 26px;
  }
}
.cid-vk4coNy4x0 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-vk4coNy4x0 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-vk4coNy4x0 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-vk4coNy4x0 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .nav-wrapper .list {
    display: block;
  }
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vk4coNy4x0 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vk4coNy4x0 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vk4coNy4x0 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vk4coNy4x0 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-vk4coNy4x0 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vk4coNy4x0 .mbr-section-title,
.cid-vk4coNy4x0 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-vk4coNy4x0 .list {
  color: #ffffff;
}
.cid-vk4coNy4x0 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-vk4coNy4x0 .list,
.cid-vk4coNy4x0 .nav-wrapper,
.cid-vk4coNy4x0 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
