.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', 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: #e85a4f !important;
}
.bg-success {
  background-color: #ea3213 !important;
}
.bg-info {
  background-color: #262626 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #b299f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e85a4f !important;
  border-color: #e85a4f !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: #c6261a !important;
  border-color: #c6261a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6261a !important;
  border-color: #c6261a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #262626 !important;
  border-color: #262626 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea3213 !important;
  border-color: #ea3213 !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: #9a210c !important;
  border-color: #9a210c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9a210c !important;
  border-color: #9a210c !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: #b299f4 !important;
  border-color: #b299f4 !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: #774bec !important;
  border-color: #774bec !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #774bec !important;
  border-color: #774bec !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: #e85a4f;
  color: #e85a4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c6261a !important;
  background-color: transparent!important;
  border-color: #c6261a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e85a4f !important;
  border-color: #e85a4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #262626;
  color: #262626;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ea3213;
  color: #ea3213;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9a210c !important;
  background-color: transparent!important;
  border-color: #9a210c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea3213 !important;
  border-color: #ea3213 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #b299f4;
  color: #b299f4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #774bec !important;
  background-color: transparent!important;
  border-color: #774bec !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b299f4 !important;
  border-color: #b299f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e85a4f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ea3213 !important;
}
.text-info {
  color: #262626 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #b299f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b92418 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8c1e0b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c3dea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e85a4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #262626;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #b299f4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e85a4f;
  border-color: #e85a4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e85a4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbd4ce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lexend', 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: #e85a4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', 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: #e85a4f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e85a4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e85a4f;
}
.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: #e85a4f;
  border-bottom-color: #e85a4f;
}
.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: #e85a4f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23e85a4f' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ea3213 !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .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: #ea3213;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ea3213;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFF0SGinka {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/site-elements-16.jpg-2000x1267.jpeg");
}
.cid-sFF0SGinka .row {
  flex-direction: row-reverse;
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #e85a4f;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v74DqG4diw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe7ce;
}
.cid-v74DqG4diw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74DqG4diw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74DqG4diw .card-wrapper {
  background: #ea3213;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v74DqG4diw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v74DqG4diw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v74DqG4diw .card-wrapper {
    padding: 4rem;
  }
}
.cid-v74DqG4diw .mbr-text,
.cid-v74DqG4diw .mbr-section-btn {
  color: #fbe7ce;
  text-align: center;
}
.cid-v74DqG4diw .card-title,
.cid-v74DqG4diw .card-box {
  text-align: center;
  color: #fbe7ce;
}
.cid-v7m4w3681a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbe7ce;
}
.cid-v7m4w3681a img,
.cid-v7m4w3681a .item-img {
  width: 100%;
}
.cid-v7m4w3681a .item:focus,
.cid-v7m4w3681a span:focus {
  outline: none;
}
.cid-v7m4w3681a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7m4w3681a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fbe7ce;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7m4w3681a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7m4w3681a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7m4w3681a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7m4w3681a .mbr-section-title {
  color: #ea3213;
}
.cid-v7m4w3681a .mbr-text,
.cid-v7m4w3681a .mbr-section-btn {
  text-align: center;
  color: #262626;
}
.cid-v7m4w3681a .item-title {
  text-align: center;
  color: #262626;
}
.cid-v7m4w3681a .item-subtitle {
  text-align: left;
}
.cid-v9jQRZDgdX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9jQRZDgdX img,
.cid-v9jQRZDgdX .item-img {
  width: 100%;
}
.cid-v9jQRZDgdX .item:focus,
.cid-v9jQRZDgdX span:focus {
  outline: none;
}
.cid-v9jQRZDgdX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v9jQRZDgdX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v9jQRZDgdX .item {
  padding: 0;
  margin: 0;
}
.cid-v9jQRZDgdX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9jQRZDgdX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9jQRZDgdX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v9jQRZDgdX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9jQRZDgdX .mbr-section-title {
  color: #ea3213;
}
.cid-v74SggNsLB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ea3213;
}
.cid-v74SggNsLB blockquote {
  border-color: #ea3213;
  border-radius: 4px;
  background-color: #ea3213;
}
.cid-v74SggNsLB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v74SggNsLB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v74XP35gS8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-v74XP35gS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74XP35gS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74XP35gS8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e85a4f;
  margin-bottom: 2rem;
}
.cid-v74XP35gS8 .card-wrapper {
  padding: 3rem;
  background: #262626;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v74XP35gS8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v74XP35gS8 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v74XP35gS8 .mbr-section-title {
  color: #ffffff;
}
.cid-v74XP35gS8 .card-title {
  color: #ffffff;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262626;
  overflow: hidden;
}
.cid-v7bgjbRrMC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bgjbRrMC nav.navbar {
  position: fixed;
}
.cid-v7bgjbRrMC .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-v7bgjbRrMC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bgjbRrMC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bgjbRrMC .dropdown-item:hover,
.cid-v7bgjbRrMC .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v7bgjbRrMC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bgjbRrMC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bgjbRrMC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7bgjbRrMC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bgjbRrMC .nav-link {
  position: relative;
}
.cid-v7bgjbRrMC .container {
  display: flex;
  margin: auto;
}
.cid-v7bgjbRrMC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7bgjbRrMC .dropdown-menu,
.cid-v7bgjbRrMC .navbar.opened {
  background: #ea3213 !important;
}
.cid-v7bgjbRrMC .nav-item:focus,
.cid-v7bgjbRrMC .nav-link:focus {
  outline: none;
}
.cid-v7bgjbRrMC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bgjbRrMC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bgjbRrMC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7bgjbRrMC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7bgjbRrMC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bgjbRrMC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bgjbRrMC .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: #ea3213;
}
.cid-v7bgjbRrMC .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bgjbRrMC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bgjbRrMC .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bgjbRrMC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bgjbRrMC .navbar.collapsed {
  justify-content: center;
}
.cid-v7bgjbRrMC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bgjbRrMC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7bgjbRrMC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v7bgjbRrMC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bgjbRrMC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bgjbRrMC .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-v7bgjbRrMC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bgjbRrMC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7bgjbRrMC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7bgjbRrMC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bgjbRrMC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bgjbRrMC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bgjbRrMC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bgjbRrMC .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-v7bgjbRrMC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bgjbRrMC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7bgjbRrMC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bgjbRrMC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bgjbRrMC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7bgjbRrMC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7bgjbRrMC .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bgjbRrMC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bgjbRrMC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bgjbRrMC .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-v7bgjbRrMC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bgjbRrMC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bgjbRrMC .dropdown-item.active,
.cid-v7bgjbRrMC .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bgjbRrMC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bgjbRrMC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bgjbRrMC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bgjbRrMC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ea3213;
}
.cid-v7bgjbRrMC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bgjbRrMC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bgjbRrMC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7bgjbRrMC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7bgjbRrMC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bgjbRrMC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7bgjbRrMC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bgjbRrMC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bgjbRrMC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bgjbRrMC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bgjbRrMC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bgjbRrMC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bgjbRrMC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bgjbRrMC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bgjbRrMC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bgjbRrMC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7bgjbRrMC .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-v7bgjbRrMC .navbar {
    height: 70px;
  }
  .cid-v7bgjbRrMC .navbar.opened {
    height: auto;
  }
  .cid-v7bgjbRrMC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7bgt5DD0I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7bgt5DD0I .carousel {
  height: 800px;
}
.cid-v7bgt5DD0I .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7bgt5DD0I .carousel-item,
.cid-v7bgt5DD0I .carousel-inner {
  height: 100%;
}
.cid-v7bgt5DD0I .carousel-caption {
  bottom: 40px;
}
.cid-v7bgt5DD0I .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v7bgt5DD0I .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v7bgt5DD0I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v7bgt5DD0I .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v7bgt5DD0I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v7bgt5DD0I .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v7bgt5DD0I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v7bgt5DD0I .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v7bgt5DD0I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7bgt5DD0I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7bgt5DD0I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7bgt5DD0I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v7bgt5DD0I .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-v7bgt5DD0I .carousel-indicators li.active,
.cid-v7bgt5DD0I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7bgt5DD0I .carousel-indicators li::after,
.cid-v7bgt5DD0I .carousel-indicators li::before {
  content: none;
}
.cid-v7bgt5DD0I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7bgt5DD0I .carousel-indicators {
    display: none !important;
  }
}
.cid-v9fGxOfwPH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9fGxOfwPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fGxOfwPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fGxOfwPH .item {
  padding-bottom: 2rem;
}
.cid-v9fGxOfwPH .item-wrapper {
  position: relative;
}
.cid-v9fGxOfwPH .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-v9fGxOfwPH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9fGxOfwPH .carousel-control,
.cid-v9fGxOfwPH .close {
  background: #1b1b1b;
}
.cid-v9fGxOfwPH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9fGxOfwPH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9fGxOfwPH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9fGxOfwPH .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9fGxOfwPH .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-v9fGxOfwPH .close::before {
  content: '\e91a';
}
.cid-v9fGxOfwPH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9fGxOfwPH .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-v9fGxOfwPH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fGxOfwPH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fGxOfwPH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9fGxOfwPH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9fGxOfwPH .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-v9fGxOfwPH .carousel-indicators li.active,
.cid-v9fGxOfwPH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9fGxOfwPH .carousel-indicators li::after,
.cid-v9fGxOfwPH .carousel-indicators li::before {
  content: none;
}
.cid-v9fGxOfwPH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9fGxOfwPH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9fGxOfwPH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9fGxOfwPH .carousel-indicators {
    display: none;
  }
}
.cid-v9fGxOfwPH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9fGxOfwPH .carousel-inner > .active {
  display: block;
}
.cid-v9fGxOfwPH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fGxOfwPH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9fGxOfwPH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9fGxOfwPH .carousel-control,
  .cid-v9fGxOfwPH .carousel-indicators,
  .cid-v9fGxOfwPH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9fGxOfwPH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9fGxOfwPH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9fGxOfwPH .carousel-indicators .active,
.cid-v9fGxOfwPH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9fGxOfwPH .carousel-indicators .active {
  background: #fff;
}
.cid-v9fGxOfwPH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9fGxOfwPH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9fGxOfwPH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9fGxOfwPH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9fGxOfwPH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9fGxOfwPH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9fGxOfwPH .carousel {
  width: 100%;
}
.cid-v9fGxOfwPH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9fGxOfwPH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9fGxOfwPH .modal.fade .modal-dialog,
.cid-v9fGxOfwPH .modal.in .modal-dialog {
  transform: none;
}
.cid-v9fGxOfwPH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9fGxOfwPH H6 {
  text-align: center;
}
.cid-vbqD6RG7k1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbqD6RG7k1 .line {
  background-color: #262626;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbqC6qcy6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbqC6qcy6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbqC6qcy6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbqC6qcy6c .item {
  padding-bottom: 2rem;
}
.cid-vbqC6qcy6c .item-wrapper {
  position: relative;
}
.cid-vbqC6qcy6c .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-vbqC6qcy6c .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbqC6qcy6c .carousel-control,
.cid-vbqC6qcy6c .close {
  background: #1b1b1b;
}
.cid-vbqC6qcy6c .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbqC6qcy6c .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbqC6qcy6c .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbqC6qcy6c .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbqC6qcy6c .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-vbqC6qcy6c .close::before {
  content: '\e91a';
}
.cid-vbqC6qcy6c .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbqC6qcy6c .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-vbqC6qcy6c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbqC6qcy6c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbqC6qcy6c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbqC6qcy6c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbqC6qcy6c .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-vbqC6qcy6c .carousel-indicators li.active,
.cid-vbqC6qcy6c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbqC6qcy6c .carousel-indicators li::after,
.cid-vbqC6qcy6c .carousel-indicators li::before {
  content: none;
}
.cid-vbqC6qcy6c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbqC6qcy6c .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbqC6qcy6c .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbqC6qcy6c .carousel-indicators {
    display: none;
  }
}
.cid-vbqC6qcy6c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbqC6qcy6c .carousel-inner > .active {
  display: block;
}
.cid-vbqC6qcy6c .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbqC6qcy6c .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbqC6qcy6c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbqC6qcy6c .carousel-control,
  .cid-vbqC6qcy6c .carousel-indicators,
  .cid-vbqC6qcy6c .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbqC6qcy6c .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbqC6qcy6c .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbqC6qcy6c .carousel-indicators .active,
.cid-vbqC6qcy6c .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbqC6qcy6c .carousel-indicators .active {
  background: #fff;
}
.cid-vbqC6qcy6c .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbqC6qcy6c .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbqC6qcy6c .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbqC6qcy6c .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbqC6qcy6c .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbqC6qcy6c .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbqC6qcy6c .carousel {
  width: 100%;
}
.cid-vbqC6qcy6c .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbqC6qcy6c .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbqC6qcy6c .modal.fade .modal-dialog,
.cid-vbqC6qcy6c .modal.in .modal-dialog {
  transform: none;
}
.cid-vbqC6qcy6c .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbqC6qcy6c H6 {
  text-align: center;
}
.cid-v7f4KArScZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7f4KArScZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7f4KArScZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7f4KArScZ .item {
  padding-bottom: 2rem;
}
.cid-v7f4KArScZ .item-wrapper {
  position: relative;
}
.cid-v7f4KArScZ .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-v7f4KArScZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7f4KArScZ .carousel-control,
.cid-v7f4KArScZ .close {
  background: #1b1b1b;
}
.cid-v7f4KArScZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7f4KArScZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7f4KArScZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7f4KArScZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7f4KArScZ .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-v7f4KArScZ .close::before {
  content: '\e91a';
}
.cid-v7f4KArScZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7f4KArScZ .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-v7f4KArScZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7f4KArScZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7f4KArScZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7f4KArScZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7f4KArScZ .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-v7f4KArScZ .carousel-indicators li.active,
.cid-v7f4KArScZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7f4KArScZ .carousel-indicators li::after,
.cid-v7f4KArScZ .carousel-indicators li::before {
  content: none;
}
.cid-v7f4KArScZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7f4KArScZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7f4KArScZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7f4KArScZ .carousel-indicators {
    display: none;
  }
}
.cid-v7f4KArScZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7f4KArScZ .carousel-inner > .active {
  display: block;
}
.cid-v7f4KArScZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7f4KArScZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7f4KArScZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7f4KArScZ .carousel-control,
  .cid-v7f4KArScZ .carousel-indicators,
  .cid-v7f4KArScZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7f4KArScZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7f4KArScZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7f4KArScZ .carousel-indicators .active,
.cid-v7f4KArScZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7f4KArScZ .carousel-indicators .active {
  background: #fff;
}
.cid-v7f4KArScZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7f4KArScZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7f4KArScZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7f4KArScZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7f4KArScZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7f4KArScZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7f4KArScZ .carousel {
  width: 100%;
}
.cid-v7f4KArScZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7f4KArScZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7f4KArScZ .modal.fade .modal-dialog,
.cid-v7f4KArScZ .modal.in .modal-dialog {
  transform: none;
}
.cid-v7f4KArScZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7f4KArScZ H6 {
  text-align: center;
}
.cid-vbqDv94XXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbqDv94XXF .line {
  background-color: #262626;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v7brD9Psvr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7brD9Psvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7brD9Psvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7brD9Psvr .item {
  padding-bottom: 2rem;
}
.cid-v7brD9Psvr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v7brD9Psvr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v7brD9Psvr .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-v7brD9Psvr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7brD9Psvr .carousel-control,
.cid-v7brD9Psvr .close {
  background: #1b1b1b;
}
.cid-v7brD9Psvr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7brD9Psvr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7brD9Psvr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7brD9Psvr .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7brD9Psvr .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-v7brD9Psvr .close::before {
  content: '\e91a';
}
.cid-v7brD9Psvr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7brD9Psvr .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-v7brD9Psvr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7brD9Psvr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7brD9Psvr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7brD9Psvr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7brD9Psvr .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-v7brD9Psvr .carousel-indicators li.active,
.cid-v7brD9Psvr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7brD9Psvr .carousel-indicators li::after,
.cid-v7brD9Psvr .carousel-indicators li::before {
  content: none;
}
.cid-v7brD9Psvr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7brD9Psvr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7brD9Psvr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7brD9Psvr .carousel-indicators {
    display: none;
  }
}
.cid-v7brD9Psvr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7brD9Psvr .carousel-inner > .active {
  display: block;
}
.cid-v7brD9Psvr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7brD9Psvr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7brD9Psvr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7brD9Psvr .carousel-control,
  .cid-v7brD9Psvr .carousel-indicators,
  .cid-v7brD9Psvr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7brD9Psvr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7brD9Psvr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7brD9Psvr .carousel-indicators .active,
.cid-v7brD9Psvr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7brD9Psvr .carousel-indicators .active {
  background: #fff;
}
.cid-v7brD9Psvr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7brD9Psvr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7brD9Psvr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7brD9Psvr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7brD9Psvr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7brD9Psvr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7brD9Psvr .carousel {
  width: 100%;
}
.cid-v7brD9Psvr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7brD9Psvr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7brD9Psvr .modal.fade .modal-dialog,
.cid-v7brD9Psvr .modal.in .modal-dialog {
  transform: none;
}
.cid-v7brD9Psvr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7brD9Psvr H6 {
  text-align: center;
}
.cid-v7f5ox9CBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7f5ox9CBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7f5ox9CBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7f5ox9CBK .item {
  padding-bottom: 2rem;
}
.cid-v7f5ox9CBK .item-wrapper {
  position: relative;
}
.cid-v7f5ox9CBK .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-v7f5ox9CBK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7f5ox9CBK .carousel-control,
.cid-v7f5ox9CBK .close {
  background: #1b1b1b;
}
.cid-v7f5ox9CBK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7f5ox9CBK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7f5ox9CBK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7f5ox9CBK .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7f5ox9CBK .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-v7f5ox9CBK .close::before {
  content: '\e91a';
}
.cid-v7f5ox9CBK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7f5ox9CBK .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-v7f5ox9CBK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7f5ox9CBK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7f5ox9CBK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7f5ox9CBK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7f5ox9CBK .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-v7f5ox9CBK .carousel-indicators li.active,
.cid-v7f5ox9CBK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7f5ox9CBK .carousel-indicators li::after,
.cid-v7f5ox9CBK .carousel-indicators li::before {
  content: none;
}
.cid-v7f5ox9CBK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7f5ox9CBK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7f5ox9CBK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7f5ox9CBK .carousel-indicators {
    display: none;
  }
}
.cid-v7f5ox9CBK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7f5ox9CBK .carousel-inner > .active {
  display: block;
}
.cid-v7f5ox9CBK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7f5ox9CBK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7f5ox9CBK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7f5ox9CBK .carousel-control,
  .cid-v7f5ox9CBK .carousel-indicators,
  .cid-v7f5ox9CBK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7f5ox9CBK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7f5ox9CBK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7f5ox9CBK .carousel-indicators .active,
.cid-v7f5ox9CBK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7f5ox9CBK .carousel-indicators .active {
  background: #fff;
}
.cid-v7f5ox9CBK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7f5ox9CBK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7f5ox9CBK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7f5ox9CBK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7f5ox9CBK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7f5ox9CBK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7f5ox9CBK .carousel {
  width: 100%;
}
.cid-v7f5ox9CBK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7f5ox9CBK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7f5ox9CBK .modal.fade .modal-dialog,
.cid-v7f5ox9CBK .modal.in .modal-dialog {
  transform: none;
}
.cid-v7f5ox9CBK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7f5ox9CBK H6 {
  text-align: center;
}
.cid-v7bJk9fmwz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bJk9fmwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bJk9fmwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bJk9fmwz .item {
  padding-bottom: 2rem;
}
.cid-v7bJk9fmwz .item-wrapper {
  position: relative;
}
.cid-v7bJk9fmwz .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-v7bJk9fmwz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7bJk9fmwz .carousel-control,
.cid-v7bJk9fmwz .close {
  background: #1b1b1b;
}
.cid-v7bJk9fmwz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7bJk9fmwz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7bJk9fmwz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7bJk9fmwz .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7bJk9fmwz .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-v7bJk9fmwz .close::before {
  content: '\e91a';
}
.cid-v7bJk9fmwz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7bJk9fmwz .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-v7bJk9fmwz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7bJk9fmwz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7bJk9fmwz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7bJk9fmwz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7bJk9fmwz .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-v7bJk9fmwz .carousel-indicators li.active,
.cid-v7bJk9fmwz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7bJk9fmwz .carousel-indicators li::after,
.cid-v7bJk9fmwz .carousel-indicators li::before {
  content: none;
}
.cid-v7bJk9fmwz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7bJk9fmwz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7bJk9fmwz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7bJk9fmwz .carousel-indicators {
    display: none;
  }
}
.cid-v7bJk9fmwz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7bJk9fmwz .carousel-inner > .active {
  display: block;
}
.cid-v7bJk9fmwz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7bJk9fmwz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7bJk9fmwz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7bJk9fmwz .carousel-control,
  .cid-v7bJk9fmwz .carousel-indicators,
  .cid-v7bJk9fmwz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7bJk9fmwz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7bJk9fmwz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7bJk9fmwz .carousel-indicators .active,
.cid-v7bJk9fmwz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7bJk9fmwz .carousel-indicators .active {
  background: #fff;
}
.cid-v7bJk9fmwz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7bJk9fmwz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7bJk9fmwz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7bJk9fmwz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7bJk9fmwz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7bJk9fmwz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7bJk9fmwz .carousel {
  width: 100%;
}
.cid-v7bJk9fmwz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7bJk9fmwz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7bJk9fmwz .modal.fade .modal-dialog,
.cid-v7bJk9fmwz .modal.in .modal-dialog {
  transform: none;
}
.cid-v7bJk9fmwz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7bJk9fmwz H6 {
  text-align: center;
}
.cid-v7bCimUVBD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bCimUVBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bCimUVBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bCimUVBD .item {
  padding-bottom: 2rem;
}
.cid-v7bCimUVBD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v7bCimUVBD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v7bCimUVBD .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-v7bCimUVBD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7bCimUVBD .carousel-control,
.cid-v7bCimUVBD .close {
  background: #1b1b1b;
}
.cid-v7bCimUVBD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7bCimUVBD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7bCimUVBD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7bCimUVBD .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7bCimUVBD .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-v7bCimUVBD .close::before {
  content: '\e91a';
}
.cid-v7bCimUVBD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7bCimUVBD .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-v7bCimUVBD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7bCimUVBD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7bCimUVBD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7bCimUVBD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7bCimUVBD .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-v7bCimUVBD .carousel-indicators li.active,
.cid-v7bCimUVBD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7bCimUVBD .carousel-indicators li::after,
.cid-v7bCimUVBD .carousel-indicators li::before {
  content: none;
}
.cid-v7bCimUVBD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7bCimUVBD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7bCimUVBD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7bCimUVBD .carousel-indicators {
    display: none;
  }
}
.cid-v7bCimUVBD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7bCimUVBD .carousel-inner > .active {
  display: block;
}
.cid-v7bCimUVBD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7bCimUVBD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7bCimUVBD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7bCimUVBD .carousel-control,
  .cid-v7bCimUVBD .carousel-indicators,
  .cid-v7bCimUVBD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7bCimUVBD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7bCimUVBD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7bCimUVBD .carousel-indicators .active,
.cid-v7bCimUVBD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7bCimUVBD .carousel-indicators .active {
  background: #fff;
}
.cid-v7bCimUVBD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7bCimUVBD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7bCimUVBD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7bCimUVBD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7bCimUVBD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7bCimUVBD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7bCimUVBD .carousel {
  width: 100%;
}
.cid-v7bCimUVBD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7bCimUVBD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7bCimUVBD .modal.fade .modal-dialog,
.cid-v7bCimUVBD .modal.in .modal-dialog {
  transform: none;
}
.cid-v7bCimUVBD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7bCimUVBD H6 {
  text-align: center;
}
.cid-vbqEtMB8Hd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbqEtMB8Hd .line {
  background-color: #262626;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbqF4UjJHO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbqF4UjJHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbqF4UjJHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbqF4UjJHO .item {
  padding-bottom: 2rem;
}
.cid-vbqF4UjJHO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vbqF4UjJHO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbqF4UjJHO .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-vbqF4UjJHO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbqF4UjJHO .carousel-control,
.cid-vbqF4UjJHO .close {
  background: #1b1b1b;
}
.cid-vbqF4UjJHO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbqF4UjJHO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbqF4UjJHO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbqF4UjJHO .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbqF4UjJHO .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-vbqF4UjJHO .close::before {
  content: '\e91a';
}
.cid-vbqF4UjJHO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbqF4UjJHO .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-vbqF4UjJHO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbqF4UjJHO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbqF4UjJHO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbqF4UjJHO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbqF4UjJHO .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-vbqF4UjJHO .carousel-indicators li.active,
.cid-vbqF4UjJHO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbqF4UjJHO .carousel-indicators li::after,
.cid-vbqF4UjJHO .carousel-indicators li::before {
  content: none;
}
.cid-vbqF4UjJHO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbqF4UjJHO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbqF4UjJHO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbqF4UjJHO .carousel-indicators {
    display: none;
  }
}
.cid-vbqF4UjJHO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbqF4UjJHO .carousel-inner > .active {
  display: block;
}
.cid-vbqF4UjJHO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbqF4UjJHO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbqF4UjJHO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbqF4UjJHO .carousel-control,
  .cid-vbqF4UjJHO .carousel-indicators,
  .cid-vbqF4UjJHO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbqF4UjJHO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbqF4UjJHO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbqF4UjJHO .carousel-indicators .active,
.cid-vbqF4UjJHO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbqF4UjJHO .carousel-indicators .active {
  background: #fff;
}
.cid-vbqF4UjJHO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbqF4UjJHO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbqF4UjJHO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbqF4UjJHO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbqF4UjJHO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbqF4UjJHO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbqF4UjJHO .carousel {
  width: 100%;
}
.cid-vbqF4UjJHO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbqF4UjJHO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbqF4UjJHO .modal.fade .modal-dialog,
.cid-vbqF4UjJHO .modal.in .modal-dialog {
  transform: none;
}
.cid-vbqF4UjJHO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbqF4UjJHO H6 {
  text-align: center;
}
.cid-v7bgjcUTPN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ea3213;
}
.cid-v7bgjcUTPN blockquote {
  border-color: #ea3213;
  border-radius: 4px;
  background-color: #ea3213;
}
.cid-v7bgjcUTPN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7bgjcUTPN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7bgjd3uKw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-v7bgjd3uKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bgjd3uKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bgjd3uKw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e85a4f;
  margin-bottom: 2rem;
}
.cid-v7bgjd3uKw .card-wrapper {
  padding: 3rem;
  background: #262626;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v7bgjd3uKw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7bgjd3uKw .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v7bgjd3uKw .mbr-section-title {
  color: #ffffff;
}
.cid-v7bgjd3uKw .card-title {
  color: #ffffff;
}
.cid-v7bgjdeipp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262626;
  overflow: hidden;
}
.cid-v7eYj6XWYq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7eYj6XWYq nav.navbar {
  position: fixed;
}
.cid-v7eYj6XWYq .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-v7eYj6XWYq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eYj6XWYq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eYj6XWYq .dropdown-item:hover,
.cid-v7eYj6XWYq .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v7eYj6XWYq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eYj6XWYq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eYj6XWYq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eYj6XWYq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eYj6XWYq .nav-link {
  position: relative;
}
.cid-v7eYj6XWYq .container {
  display: flex;
  margin: auto;
}
.cid-v7eYj6XWYq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7eYj6XWYq .dropdown-menu,
.cid-v7eYj6XWYq .navbar.opened {
  background: #ea3213 !important;
}
.cid-v7eYj6XWYq .nav-item:focus,
.cid-v7eYj6XWYq .nav-link:focus {
  outline: none;
}
.cid-v7eYj6XWYq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eYj6XWYq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eYj6XWYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eYj6XWYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eYj6XWYq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eYj6XWYq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eYj6XWYq .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: #ea3213;
}
.cid-v7eYj6XWYq .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eYj6XWYq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eYj6XWYq .navbar .navbar-logo img {
  width: auto;
}
.cid-v7eYj6XWYq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eYj6XWYq .navbar.collapsed {
  justify-content: center;
}
.cid-v7eYj6XWYq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eYj6XWYq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7eYj6XWYq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v7eYj6XWYq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eYj6XWYq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eYj6XWYq .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-v7eYj6XWYq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eYj6XWYq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7eYj6XWYq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7eYj6XWYq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eYj6XWYq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eYj6XWYq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eYj6XWYq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eYj6XWYq .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-v7eYj6XWYq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7eYj6XWYq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eYj6XWYq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eYj6XWYq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7eYj6XWYq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7eYj6XWYq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7eYj6XWYq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7eYj6XWYq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7eYj6XWYq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7eYj6XWYq .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-v7eYj6XWYq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7eYj6XWYq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eYj6XWYq .dropdown-item.active,
.cid-v7eYj6XWYq .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eYj6XWYq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eYj6XWYq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eYj6XWYq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eYj6XWYq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ea3213;
}
.cid-v7eYj6XWYq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eYj6XWYq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eYj6XWYq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eYj6XWYq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7eYj6XWYq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7eYj6XWYq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7eYj6XWYq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7eYj6XWYq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eYj6XWYq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eYj6XWYq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7eYj6XWYq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eYj6XWYq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7eYj6XWYq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7eYj6XWYq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eYj6XWYq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7eYj6XWYq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eYj6XWYq .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-v7eYj6XWYq .navbar {
    height: 70px;
  }
  .cid-v7eYj6XWYq .navbar.opened {
    height: auto;
  }
  .cid-v7eYj6XWYq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eYj7fKlr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7eYj7fKlr .carousel {
  height: 800px;
}
.cid-v7eYj7fKlr .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7eYj7fKlr .carousel-item,
.cid-v7eYj7fKlr .carousel-inner {
  height: 100%;
}
.cid-v7eYj7fKlr .carousel-caption {
  bottom: 40px;
}
.cid-v7eYj7fKlr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v7eYj7fKlr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v7eYj7fKlr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v7eYj7fKlr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v7eYj7fKlr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v7eYj7fKlr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v7eYj7fKlr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v7eYj7fKlr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v7eYj7fKlr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7eYj7fKlr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7eYj7fKlr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7eYj7fKlr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v7eYj7fKlr .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-v7eYj7fKlr .carousel-indicators li.active,
.cid-v7eYj7fKlr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7eYj7fKlr .carousel-indicators li::after,
.cid-v7eYj7fKlr .carousel-indicators li::before {
  content: none;
}
.cid-v7eYj7fKlr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7eYj7fKlr .carousel-indicators {
    display: none !important;
  }
}
.cid-v7eYj8akwK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7eYj8akwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eYj8akwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eYj8akwK .item {
  padding-bottom: 2rem;
}
.cid-v7eYj8akwK .item-wrapper {
  position: relative;
}
.cid-v7eYj8akwK .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-v7eYj8akwK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7eYj8akwK .carousel-control,
.cid-v7eYj8akwK .close {
  background: #1b1b1b;
}
.cid-v7eYj8akwK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7eYj8akwK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7eYj8akwK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7eYj8akwK .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7eYj8akwK .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-v7eYj8akwK .close::before {
  content: '\e91a';
}
.cid-v7eYj8akwK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7eYj8akwK .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-v7eYj8akwK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7eYj8akwK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7eYj8akwK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7eYj8akwK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7eYj8akwK .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-v7eYj8akwK .carousel-indicators li.active,
.cid-v7eYj8akwK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7eYj8akwK .carousel-indicators li::after,
.cid-v7eYj8akwK .carousel-indicators li::before {
  content: none;
}
.cid-v7eYj8akwK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7eYj8akwK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7eYj8akwK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7eYj8akwK .carousel-indicators {
    display: none;
  }
}
.cid-v7eYj8akwK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7eYj8akwK .carousel-inner > .active {
  display: block;
}
.cid-v7eYj8akwK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7eYj8akwK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7eYj8akwK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7eYj8akwK .carousel-control,
  .cid-v7eYj8akwK .carousel-indicators,
  .cid-v7eYj8akwK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7eYj8akwK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7eYj8akwK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7eYj8akwK .carousel-indicators .active,
.cid-v7eYj8akwK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7eYj8akwK .carousel-indicators .active {
  background: #fff;
}
.cid-v7eYj8akwK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7eYj8akwK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7eYj8akwK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7eYj8akwK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7eYj8akwK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7eYj8akwK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7eYj8akwK .carousel {
  width: 100%;
}
.cid-v7eYj8akwK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7eYj8akwK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7eYj8akwK .modal.fade .modal-dialog,
.cid-v7eYj8akwK .modal.in .modal-dialog {
  transform: none;
}
.cid-v7eYj8akwK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7eYj8akwK H6 {
  text-align: center;
}
.cid-v7eYj7DCYj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7eYj7DCYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eYj7DCYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eYj7DCYj .item {
  padding-bottom: 2rem;
}
.cid-v7eYj7DCYj .item-wrapper {
  position: relative;
}
.cid-v7eYj7DCYj .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-v7eYj7DCYj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7eYj7DCYj .carousel-control,
.cid-v7eYj7DCYj .close {
  background: #1b1b1b;
}
.cid-v7eYj7DCYj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7eYj7DCYj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7eYj7DCYj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7eYj7DCYj .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7eYj7DCYj .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-v7eYj7DCYj .close::before {
  content: '\e91a';
}
.cid-v7eYj7DCYj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7eYj7DCYj .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-v7eYj7DCYj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7eYj7DCYj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7eYj7DCYj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7eYj7DCYj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7eYj7DCYj .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-v7eYj7DCYj .carousel-indicators li.active,
.cid-v7eYj7DCYj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7eYj7DCYj .carousel-indicators li::after,
.cid-v7eYj7DCYj .carousel-indicators li::before {
  content: none;
}
.cid-v7eYj7DCYj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7eYj7DCYj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7eYj7DCYj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7eYj7DCYj .carousel-indicators {
    display: none;
  }
}
.cid-v7eYj7DCYj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7eYj7DCYj .carousel-inner > .active {
  display: block;
}
.cid-v7eYj7DCYj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7eYj7DCYj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7eYj7DCYj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7eYj7DCYj .carousel-control,
  .cid-v7eYj7DCYj .carousel-indicators,
  .cid-v7eYj7DCYj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7eYj7DCYj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7eYj7DCYj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7eYj7DCYj .carousel-indicators .active,
.cid-v7eYj7DCYj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7eYj7DCYj .carousel-indicators .active {
  background: #fff;
}
.cid-v7eYj7DCYj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7eYj7DCYj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7eYj7DCYj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7eYj7DCYj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7eYj7DCYj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7eYj7DCYj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7eYj7DCYj .carousel {
  width: 100%;
}
.cid-v7eYj7DCYj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7eYj7DCYj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7eYj7DCYj .modal.fade .modal-dialog,
.cid-v7eYj7DCYj .modal.in .modal-dialog {
  transform: none;
}
.cid-v7eYj7DCYj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7eYj7DCYj H6 {
  text-align: center;
}
.cid-vbqH7fltBl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbqH7fltBl .line {
  background-color: #262626;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v7eYj90Tyf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ea3213;
}
.cid-v7eYj90Tyf blockquote {
  border-color: #ea3213;
  border-radius: 4px;
  background-color: #ea3213;
}
.cid-v7eYj90Tyf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7eYj90Tyf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7eYj9aNok {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-v7eYj9aNok .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eYj9aNok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eYj9aNok .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e85a4f;
  margin-bottom: 2rem;
}
.cid-v7eYj9aNok .card-wrapper {
  padding: 3rem;
  background: #262626;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v7eYj9aNok .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7eYj9aNok .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v7eYj9aNok .mbr-section-title {
  color: #ffffff;
}
.cid-v7eYj9aNok .card-title {
  color: #ffffff;
}
.cid-v7eYj9nRPO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262626;
  overflow: hidden;
}
.cid-v9fHsv41Fb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9fHsv41Fb nav.navbar {
  position: fixed;
}
.cid-v9fHsv41Fb .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-v9fHsv41Fb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9fHsv41Fb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9fHsv41Fb .dropdown-item:hover,
.cid-v9fHsv41Fb .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9fHsv41Fb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9fHsv41Fb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9fHsv41Fb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9fHsv41Fb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9fHsv41Fb .nav-link {
  position: relative;
}
.cid-v9fHsv41Fb .container {
  display: flex;
  margin: auto;
}
.cid-v9fHsv41Fb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9fHsv41Fb .dropdown-menu,
.cid-v9fHsv41Fb .navbar.opened {
  background: #ea3213 !important;
}
.cid-v9fHsv41Fb .nav-item:focus,
.cid-v9fHsv41Fb .nav-link:focus {
  outline: none;
}
.cid-v9fHsv41Fb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9fHsv41Fb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9fHsv41Fb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9fHsv41Fb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9fHsv41Fb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9fHsv41Fb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9fHsv41Fb .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: #ea3213;
}
.cid-v9fHsv41Fb .navbar.opened {
  transition: all 0.3s;
}
.cid-v9fHsv41Fb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9fHsv41Fb .navbar .navbar-logo img {
  width: auto;
}
.cid-v9fHsv41Fb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9fHsv41Fb .navbar.collapsed {
  justify-content: center;
}
.cid-v9fHsv41Fb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9fHsv41Fb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9fHsv41Fb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v9fHsv41Fb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9fHsv41Fb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9fHsv41Fb .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-v9fHsv41Fb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9fHsv41Fb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9fHsv41Fb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9fHsv41Fb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9fHsv41Fb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9fHsv41Fb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9fHsv41Fb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9fHsv41Fb .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-v9fHsv41Fb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9fHsv41Fb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9fHsv41Fb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9fHsv41Fb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9fHsv41Fb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9fHsv41Fb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9fHsv41Fb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9fHsv41Fb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9fHsv41Fb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9fHsv41Fb .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-v9fHsv41Fb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9fHsv41Fb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9fHsv41Fb .dropdown-item.active,
.cid-v9fHsv41Fb .dropdown-item:active {
  background-color: transparent;
}
.cid-v9fHsv41Fb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9fHsv41Fb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9fHsv41Fb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9fHsv41Fb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ea3213;
}
.cid-v9fHsv41Fb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9fHsv41Fb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9fHsv41Fb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9fHsv41Fb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9fHsv41Fb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9fHsv41Fb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9fHsv41Fb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9fHsv41Fb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fHsv41Fb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fHsv41Fb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9fHsv41Fb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fHsv41Fb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9fHsv41Fb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9fHsv41Fb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fHsv41Fb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9fHsv41Fb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9fHsv41Fb .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-v9fHsv41Fb .navbar {
    height: 70px;
  }
  .cid-v9fHsv41Fb .navbar.opened {
    height: auto;
  }
  .cid-v9fHsv41Fb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9fHsvmNnV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9fHsvmNnV .carousel {
  height: 800px;
}
.cid-v9fHsvmNnV .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9fHsvmNnV .carousel-item,
.cid-v9fHsvmNnV .carousel-inner {
  height: 100%;
}
.cid-v9fHsvmNnV .carousel-caption {
  bottom: 40px;
}
.cid-v9fHsvmNnV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9fHsvmNnV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9fHsvmNnV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v9fHsvmNnV .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v9fHsvmNnV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v9fHsvmNnV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v9fHsvmNnV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v9fHsvmNnV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9fHsvmNnV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fHsvmNnV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fHsvmNnV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9fHsvmNnV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v9fHsvmNnV .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-v9fHsvmNnV .carousel-indicators li.active,
.cid-v9fHsvmNnV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9fHsvmNnV .carousel-indicators li::after,
.cid-v9fHsvmNnV .carousel-indicators li::before {
  content: none;
}
.cid-v9fHsvmNnV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9fHsvmNnV .carousel-indicators {
    display: none !important;
  }
}
.cid-vgAEPn80Vd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgAEPn80Vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAEPn80Vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAEPn80Vd .item {
  padding-bottom: 2rem;
}
.cid-vgAEPn80Vd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgAEPn80Vd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgAEPn80Vd .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-vgAEPn80Vd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgAEPn80Vd .carousel-control,
.cid-vgAEPn80Vd .close {
  background: #1b1b1b;
}
.cid-vgAEPn80Vd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgAEPn80Vd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgAEPn80Vd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgAEPn80Vd .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgAEPn80Vd .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-vgAEPn80Vd .close::before {
  content: '\e91a';
}
.cid-vgAEPn80Vd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgAEPn80Vd .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-vgAEPn80Vd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgAEPn80Vd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgAEPn80Vd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgAEPn80Vd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgAEPn80Vd .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-vgAEPn80Vd .carousel-indicators li.active,
.cid-vgAEPn80Vd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgAEPn80Vd .carousel-indicators li::after,
.cid-vgAEPn80Vd .carousel-indicators li::before {
  content: none;
}
.cid-vgAEPn80Vd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgAEPn80Vd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgAEPn80Vd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgAEPn80Vd .carousel-indicators {
    display: none;
  }
}
.cid-vgAEPn80Vd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgAEPn80Vd .carousel-inner > .active {
  display: block;
}
.cid-vgAEPn80Vd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgAEPn80Vd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgAEPn80Vd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgAEPn80Vd .carousel-control,
  .cid-vgAEPn80Vd .carousel-indicators,
  .cid-vgAEPn80Vd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgAEPn80Vd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgAEPn80Vd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgAEPn80Vd .carousel-indicators .active,
.cid-vgAEPn80Vd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgAEPn80Vd .carousel-indicators .active {
  background: #fff;
}
.cid-vgAEPn80Vd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgAEPn80Vd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgAEPn80Vd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgAEPn80Vd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgAEPn80Vd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgAEPn80Vd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgAEPn80Vd .carousel {
  width: 100%;
}
.cid-vgAEPn80Vd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgAEPn80Vd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgAEPn80Vd .modal.fade .modal-dialog,
.cid-vgAEPn80Vd .modal.in .modal-dialog {
  transform: none;
}
.cid-vgAEPn80Vd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgAEPn80Vd H6 {
  text-align: center;
}
.cid-vgAFS2aWPS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgAFS2aWPS .line {
  background-color: #262626;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9fHsvxvoo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9fHsvxvoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fHsvxvoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fHsvxvoo .item {
  padding-bottom: 2rem;
}
.cid-v9fHsvxvoo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9fHsvxvoo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9fHsvxvoo .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-v9fHsvxvoo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9fHsvxvoo .carousel-control,
.cid-v9fHsvxvoo .close {
  background: #1b1b1b;
}
.cid-v9fHsvxvoo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9fHsvxvoo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9fHsvxvoo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9fHsvxvoo .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9fHsvxvoo .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-v9fHsvxvoo .close::before {
  content: '\e91a';
}
.cid-v9fHsvxvoo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9fHsvxvoo .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-v9fHsvxvoo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fHsvxvoo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fHsvxvoo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9fHsvxvoo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9fHsvxvoo .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-v9fHsvxvoo .carousel-indicators li.active,
.cid-v9fHsvxvoo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9fHsvxvoo .carousel-indicators li::after,
.cid-v9fHsvxvoo .carousel-indicators li::before {
  content: none;
}
.cid-v9fHsvxvoo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9fHsvxvoo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9fHsvxvoo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9fHsvxvoo .carousel-indicators {
    display: none;
  }
}
.cid-v9fHsvxvoo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9fHsvxvoo .carousel-inner > .active {
  display: block;
}
.cid-v9fHsvxvoo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fHsvxvoo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9fHsvxvoo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9fHsvxvoo .carousel-control,
  .cid-v9fHsvxvoo .carousel-indicators,
  .cid-v9fHsvxvoo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9fHsvxvoo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9fHsvxvoo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9fHsvxvoo .carousel-indicators .active,
.cid-v9fHsvxvoo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9fHsvxvoo .carousel-indicators .active {
  background: #fff;
}
.cid-v9fHsvxvoo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9fHsvxvoo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9fHsvxvoo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9fHsvxvoo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9fHsvxvoo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9fHsvxvoo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9fHsvxvoo .carousel {
  width: 100%;
}
.cid-v9fHsvxvoo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9fHsvxvoo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9fHsvxvoo .modal.fade .modal-dialog,
.cid-v9fHsvxvoo .modal.in .modal-dialog {
  transform: none;
}
.cid-v9fHsvxvoo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9fHsvxvoo H6 {
  text-align: center;
}
.cid-vgAEQ5GQBv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgAEQ5GQBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAEQ5GQBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAEQ5GQBv .item {
  padding-bottom: 2rem;
}
.cid-vgAEQ5GQBv .item-wrapper {
  position: relative;
}
.cid-vgAEQ5GQBv .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-vgAEQ5GQBv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgAEQ5GQBv .carousel-control,
.cid-vgAEQ5GQBv .close {
  background: #1b1b1b;
}
.cid-vgAEQ5GQBv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgAEQ5GQBv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgAEQ5GQBv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgAEQ5GQBv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgAEQ5GQBv .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-vgAEQ5GQBv .close::before {
  content: '\e91a';
}
.cid-vgAEQ5GQBv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgAEQ5GQBv .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-vgAEQ5GQBv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgAEQ5GQBv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgAEQ5GQBv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgAEQ5GQBv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgAEQ5GQBv .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-vgAEQ5GQBv .carousel-indicators li.active,
.cid-vgAEQ5GQBv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgAEQ5GQBv .carousel-indicators li::after,
.cid-vgAEQ5GQBv .carousel-indicators li::before {
  content: none;
}
.cid-vgAEQ5GQBv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgAEQ5GQBv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgAEQ5GQBv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgAEQ5GQBv .carousel-indicators {
    display: none;
  }
}
.cid-vgAEQ5GQBv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgAEQ5GQBv .carousel-inner > .active {
  display: block;
}
.cid-vgAEQ5GQBv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgAEQ5GQBv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgAEQ5GQBv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgAEQ5GQBv .carousel-control,
  .cid-vgAEQ5GQBv .carousel-indicators,
  .cid-vgAEQ5GQBv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgAEQ5GQBv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgAEQ5GQBv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgAEQ5GQBv .carousel-indicators .active,
.cid-vgAEQ5GQBv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgAEQ5GQBv .carousel-indicators .active {
  background: #fff;
}
.cid-vgAEQ5GQBv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgAEQ5GQBv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgAEQ5GQBv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgAEQ5GQBv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgAEQ5GQBv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgAEQ5GQBv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgAEQ5GQBv .carousel {
  width: 100%;
}
.cid-vgAEQ5GQBv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgAEQ5GQBv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgAEQ5GQBv .modal.fade .modal-dialog,
.cid-vgAEQ5GQBv .modal.in .modal-dialog {
  transform: none;
}
.cid-vgAEQ5GQBv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgAEQ5GQBv H6 {
  text-align: center;
}
.cid-vgASTpt1KP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgASTpt1KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgASTpt1KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgASTpt1KP .item {
  padding-bottom: 2rem;
}
.cid-vgASTpt1KP .item-wrapper {
  position: relative;
}
.cid-vgASTpt1KP .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-vgASTpt1KP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgASTpt1KP .carousel-control,
.cid-vgASTpt1KP .close {
  background: #1b1b1b;
}
.cid-vgASTpt1KP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgASTpt1KP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgASTpt1KP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgASTpt1KP .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgASTpt1KP .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-vgASTpt1KP .close::before {
  content: '\e91a';
}
.cid-vgASTpt1KP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgASTpt1KP .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-vgASTpt1KP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgASTpt1KP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgASTpt1KP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgASTpt1KP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgASTpt1KP .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-vgASTpt1KP .carousel-indicators li.active,
.cid-vgASTpt1KP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgASTpt1KP .carousel-indicators li::after,
.cid-vgASTpt1KP .carousel-indicators li::before {
  content: none;
}
.cid-vgASTpt1KP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgASTpt1KP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgASTpt1KP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgASTpt1KP .carousel-indicators {
    display: none;
  }
}
.cid-vgASTpt1KP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgASTpt1KP .carousel-inner > .active {
  display: block;
}
.cid-vgASTpt1KP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgASTpt1KP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgASTpt1KP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgASTpt1KP .carousel-control,
  .cid-vgASTpt1KP .carousel-indicators,
  .cid-vgASTpt1KP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgASTpt1KP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgASTpt1KP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgASTpt1KP .carousel-indicators .active,
.cid-vgASTpt1KP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgASTpt1KP .carousel-indicators .active {
  background: #fff;
}
.cid-vgASTpt1KP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgASTpt1KP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgASTpt1KP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgASTpt1KP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgASTpt1KP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgASTpt1KP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgASTpt1KP .carousel {
  width: 100%;
}
.cid-vgASTpt1KP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgASTpt1KP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgASTpt1KP .modal.fade .modal-dialog,
.cid-vgASTpt1KP .modal.in .modal-dialog {
  transform: none;
}
.cid-vgASTpt1KP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgASTpt1KP H6 {
  text-align: center;
}
.cid-v9fHsw2AW7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ea3213;
}
.cid-v9fHsw2AW7 blockquote {
  border-color: #ea3213;
  border-radius: 4px;
  background-color: #ea3213;
}
.cid-v9fHsw2AW7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9fHsw2AW7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9fHsw967c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-v9fHsw967c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fHsw967c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fHsw967c .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e85a4f;
  margin-bottom: 2rem;
}
.cid-v9fHsw967c .card-wrapper {
  padding: 3rem;
  background: #262626;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v9fHsw967c .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9fHsw967c .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v9fHsw967c .mbr-section-title {
  color: #ffffff;
}
.cid-v9fHsw967c .card-title {
  color: #ffffff;
}
.cid-v9fHswl5xn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262626;
  overflow: hidden;
}
.cid-v9fKHFXXoB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9fKHFXXoB nav.navbar {
  position: fixed;
}
.cid-v9fKHFXXoB .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-v9fKHFXXoB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9fKHFXXoB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9fKHFXXoB .dropdown-item:hover,
.cid-v9fKHFXXoB .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9fKHFXXoB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9fKHFXXoB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9fKHFXXoB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9fKHFXXoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9fKHFXXoB .nav-link {
  position: relative;
}
.cid-v9fKHFXXoB .container {
  display: flex;
  margin: auto;
}
.cid-v9fKHFXXoB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9fKHFXXoB .dropdown-menu,
.cid-v9fKHFXXoB .navbar.opened {
  background: #ea3213 !important;
}
.cid-v9fKHFXXoB .nav-item:focus,
.cid-v9fKHFXXoB .nav-link:focus {
  outline: none;
}
.cid-v9fKHFXXoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9fKHFXXoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9fKHFXXoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9fKHFXXoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9fKHFXXoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9fKHFXXoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9fKHFXXoB .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: #ea3213;
}
.cid-v9fKHFXXoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9fKHFXXoB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9fKHFXXoB .navbar .navbar-logo img {
  width: auto;
}
.cid-v9fKHFXXoB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9fKHFXXoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9fKHFXXoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9fKHFXXoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9fKHFXXoB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v9fKHFXXoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9fKHFXXoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9fKHFXXoB .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-v9fKHFXXoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9fKHFXXoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9fKHFXXoB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9fKHFXXoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9fKHFXXoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9fKHFXXoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9fKHFXXoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9fKHFXXoB .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-v9fKHFXXoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9fKHFXXoB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9fKHFXXoB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9fKHFXXoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9fKHFXXoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9fKHFXXoB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9fKHFXXoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9fKHFXXoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9fKHFXXoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9fKHFXXoB .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-v9fKHFXXoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9fKHFXXoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9fKHFXXoB .dropdown-item.active,
.cid-v9fKHFXXoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9fKHFXXoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9fKHFXXoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9fKHFXXoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9fKHFXXoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ea3213;
}
.cid-v9fKHFXXoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9fKHFXXoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9fKHFXXoB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9fKHFXXoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9fKHFXXoB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9fKHFXXoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9fKHFXXoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9fKHFXXoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fKHFXXoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fKHFXXoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9fKHFXXoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fKHFXXoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9fKHFXXoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9fKHFXXoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fKHFXXoB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9fKHFXXoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9fKHFXXoB .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-v9fKHFXXoB .navbar {
    height: 70px;
  }
  .cid-v9fKHFXXoB .navbar.opened {
    height: auto;
  }
  .cid-v9fKHFXXoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9fKHGe3rZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9fKHGe3rZ .carousel {
  height: 800px;
}
.cid-v9fKHGe3rZ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9fKHGe3rZ .carousel-item,
.cid-v9fKHGe3rZ .carousel-inner {
  height: 100%;
}
.cid-v9fKHGe3rZ .carousel-caption {
  bottom: 40px;
}
.cid-v9fKHGe3rZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9fKHGe3rZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9fKHGe3rZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v9fKHGe3rZ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v9fKHGe3rZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v9fKHGe3rZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v9fKHGe3rZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v9fKHGe3rZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9fKHGe3rZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fKHGe3rZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fKHGe3rZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9fKHGe3rZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v9fKHGe3rZ .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-v9fKHGe3rZ .carousel-indicators li.active,
.cid-v9fKHGe3rZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9fKHGe3rZ .carousel-indicators li::after,
.cid-v9fKHGe3rZ .carousel-indicators li::before {
  content: none;
}
.cid-v9fKHGe3rZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9fKHGe3rZ .carousel-indicators {
    display: none !important;
  }
}
.cid-v9fPPDyEm3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9fPPDyEm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fPPDyEm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fPPDyEm3 .item {
  padding-bottom: 2rem;
}
.cid-v9fPPDyEm3 .item-wrapper {
  position: relative;
}
.cid-v9fPPDyEm3 .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-v9fPPDyEm3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9fPPDyEm3 .carousel-control,
.cid-v9fPPDyEm3 .close {
  background: #1b1b1b;
}
.cid-v9fPPDyEm3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9fPPDyEm3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9fPPDyEm3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9fPPDyEm3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9fPPDyEm3 .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-v9fPPDyEm3 .close::before {
  content: '\e91a';
}
.cid-v9fPPDyEm3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9fPPDyEm3 .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-v9fPPDyEm3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fPPDyEm3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fPPDyEm3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9fPPDyEm3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9fPPDyEm3 .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-v9fPPDyEm3 .carousel-indicators li.active,
.cid-v9fPPDyEm3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9fPPDyEm3 .carousel-indicators li::after,
.cid-v9fPPDyEm3 .carousel-indicators li::before {
  content: none;
}
.cid-v9fPPDyEm3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9fPPDyEm3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9fPPDyEm3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9fPPDyEm3 .carousel-indicators {
    display: none;
  }
}
.cid-v9fPPDyEm3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9fPPDyEm3 .carousel-inner > .active {
  display: block;
}
.cid-v9fPPDyEm3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fPPDyEm3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9fPPDyEm3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9fPPDyEm3 .carousel-control,
  .cid-v9fPPDyEm3 .carousel-indicators,
  .cid-v9fPPDyEm3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9fPPDyEm3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9fPPDyEm3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9fPPDyEm3 .carousel-indicators .active,
.cid-v9fPPDyEm3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9fPPDyEm3 .carousel-indicators .active {
  background: #fff;
}
.cid-v9fPPDyEm3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9fPPDyEm3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9fPPDyEm3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9fPPDyEm3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9fPPDyEm3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9fPPDyEm3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9fPPDyEm3 .carousel {
  width: 100%;
}
.cid-v9fPPDyEm3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9fPPDyEm3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9fPPDyEm3 .modal.fade .modal-dialog,
.cid-v9fPPDyEm3 .modal.in .modal-dialog {
  transform: none;
}
.cid-v9fPPDyEm3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9fPPDyEm3 H6 {
  text-align: center;
}
.cid-vbqFZcE2eh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbqFZcE2eh .line {
  background-color: #262626;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9fKHGpN2A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9fKHGpN2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fKHGpN2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fKHGpN2A .item {
  padding-bottom: 2rem;
}
.cid-v9fKHGpN2A .item-wrapper {
  position: relative;
}
.cid-v9fKHGpN2A .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-v9fKHGpN2A .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9fKHGpN2A .carousel-control,
.cid-v9fKHGpN2A .close {
  background: #1b1b1b;
}
.cid-v9fKHGpN2A .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9fKHGpN2A .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9fKHGpN2A .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9fKHGpN2A .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9fKHGpN2A .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-v9fKHGpN2A .close::before {
  content: '\e91a';
}
.cid-v9fKHGpN2A .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9fKHGpN2A .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-v9fKHGpN2A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fKHGpN2A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fKHGpN2A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9fKHGpN2A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9fKHGpN2A .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-v9fKHGpN2A .carousel-indicators li.active,
.cid-v9fKHGpN2A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9fKHGpN2A .carousel-indicators li::after,
.cid-v9fKHGpN2A .carousel-indicators li::before {
  content: none;
}
.cid-v9fKHGpN2A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9fKHGpN2A .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9fKHGpN2A .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9fKHGpN2A .carousel-indicators {
    display: none;
  }
}
.cid-v9fKHGpN2A .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9fKHGpN2A .carousel-inner > .active {
  display: block;
}
.cid-v9fKHGpN2A .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fKHGpN2A .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9fKHGpN2A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9fKHGpN2A .carousel-control,
  .cid-v9fKHGpN2A .carousel-indicators,
  .cid-v9fKHGpN2A .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9fKHGpN2A .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9fKHGpN2A .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9fKHGpN2A .carousel-indicators .active,
.cid-v9fKHGpN2A .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9fKHGpN2A .carousel-indicators .active {
  background: #fff;
}
.cid-v9fKHGpN2A .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9fKHGpN2A .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9fKHGpN2A .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9fKHGpN2A .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9fKHGpN2A .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9fKHGpN2A .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9fKHGpN2A .carousel {
  width: 100%;
}
.cid-v9fKHGpN2A .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9fKHGpN2A .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9fKHGpN2A .modal.fade .modal-dialog,
.cid-v9fKHGpN2A .modal.in .modal-dialog {
  transform: none;
}
.cid-v9fKHGpN2A .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9fKHGpN2A H6 {
  text-align: center;
}
.cid-v9fPT2TQAi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9fPT2TQAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fPT2TQAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fPT2TQAi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v9fPT2TQAi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v9fPT2TQAi .item-wrapper {
  position: relative;
}
.cid-v9fPT2TQAi .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-v9fPT2TQAi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9fPT2TQAi .carousel-control,
.cid-v9fPT2TQAi .close {
  background: #1b1b1b;
}
.cid-v9fPT2TQAi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9fPT2TQAi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9fPT2TQAi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9fPT2TQAi .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9fPT2TQAi .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-v9fPT2TQAi .close::before {
  content: '\e91a';
}
.cid-v9fPT2TQAi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9fPT2TQAi .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-v9fPT2TQAi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fPT2TQAi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fPT2TQAi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9fPT2TQAi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9fPT2TQAi .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-v9fPT2TQAi .carousel-indicators li.active,
.cid-v9fPT2TQAi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9fPT2TQAi .carousel-indicators li::after,
.cid-v9fPT2TQAi .carousel-indicators li::before {
  content: none;
}
.cid-v9fPT2TQAi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9fPT2TQAi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9fPT2TQAi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9fPT2TQAi .carousel-indicators {
    display: none;
  }
}
.cid-v9fPT2TQAi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9fPT2TQAi .carousel-inner > .active {
  display: block;
}
.cid-v9fPT2TQAi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9fPT2TQAi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9fPT2TQAi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9fPT2TQAi .carousel-control,
  .cid-v9fPT2TQAi .carousel-indicators,
  .cid-v9fPT2TQAi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9fPT2TQAi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9fPT2TQAi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9fPT2TQAi .carousel-indicators .active,
.cid-v9fPT2TQAi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9fPT2TQAi .carousel-indicators .active {
  background: #fff;
}
.cid-v9fPT2TQAi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9fPT2TQAi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9fPT2TQAi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9fPT2TQAi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9fPT2TQAi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9fPT2TQAi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9fPT2TQAi .carousel {
  width: 100%;
}
.cid-v9fPT2TQAi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9fPT2TQAi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9fPT2TQAi .modal.fade .modal-dialog,
.cid-v9fPT2TQAi .modal.in .modal-dialog {
  transform: none;
}
.cid-v9fPT2TQAi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9fPT2TQAi H6 {
  text-align: center;
}
.cid-v9fKHGQC0d {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ea3213;
}
.cid-v9fKHGQC0d blockquote {
  border-color: #ea3213;
  border-radius: 4px;
  background-color: #ea3213;
}
.cid-v9fKHGQC0d .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9fKHGQC0d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9fKHGWQnf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-v9fKHGWQnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fKHGWQnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fKHGWQnf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e85a4f;
  margin-bottom: 2rem;
}
.cid-v9fKHGWQnf .card-wrapper {
  padding: 3rem;
  background: #262626;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v9fKHGWQnf .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9fKHGWQnf .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v9fKHGWQnf .mbr-section-title {
  color: #ffffff;
}
.cid-v9fKHGWQnf .card-title {
  color: #ffffff;
}
.cid-v9fKHH7nMx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262626;
  overflow: hidden;
}
.cid-vgvmW1c042 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vgvmW1c042 nav.navbar {
  position: fixed;
}
.cid-vgvmW1c042 .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-vgvmW1c042 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgvmW1c042 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgvmW1c042 .dropdown-item:hover,
.cid-vgvmW1c042 .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-vgvmW1c042 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgvmW1c042 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgvmW1c042 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgvmW1c042 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgvmW1c042 .nav-link {
  position: relative;
}
.cid-vgvmW1c042 .container {
  display: flex;
  margin: auto;
}
.cid-vgvmW1c042 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgvmW1c042 .dropdown-menu,
.cid-vgvmW1c042 .navbar.opened {
  background: #ea3213 !important;
}
.cid-vgvmW1c042 .nav-item:focus,
.cid-vgvmW1c042 .nav-link:focus {
  outline: none;
}
.cid-vgvmW1c042 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgvmW1c042 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgvmW1c042 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgvmW1c042 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgvmW1c042 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgvmW1c042 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgvmW1c042 .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: #ea3213;
}
.cid-vgvmW1c042 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgvmW1c042 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgvmW1c042 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgvmW1c042 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgvmW1c042 .navbar.collapsed {
  justify-content: center;
}
.cid-vgvmW1c042 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgvmW1c042 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgvmW1c042 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vgvmW1c042 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgvmW1c042 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgvmW1c042 .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-vgvmW1c042 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgvmW1c042 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgvmW1c042 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgvmW1c042 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgvmW1c042 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgvmW1c042 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgvmW1c042 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgvmW1c042 .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-vgvmW1c042 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgvmW1c042 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgvmW1c042 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgvmW1c042 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgvmW1c042 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgvmW1c042 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgvmW1c042 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgvmW1c042 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgvmW1c042 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgvmW1c042 .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-vgvmW1c042 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgvmW1c042 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgvmW1c042 .dropdown-item.active,
.cid-vgvmW1c042 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgvmW1c042 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgvmW1c042 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgvmW1c042 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgvmW1c042 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ea3213;
}
.cid-vgvmW1c042 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgvmW1c042 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgvmW1c042 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgvmW1c042 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgvmW1c042 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgvmW1c042 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgvmW1c042 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgvmW1c042 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgvmW1c042 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgvmW1c042 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgvmW1c042 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgvmW1c042 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgvmW1c042 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgvmW1c042 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgvmW1c042 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgvmW1c042 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgvmW1c042 .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-vgvmW1c042 .navbar {
    height: 70px;
  }
  .cid-vgvmW1c042 .navbar.opened {
    height: auto;
  }
  .cid-vgvmW1c042 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgvmW1pJLJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #540d6e;
}
.cid-vgvmW1pJLJ .row {
  flex-direction: row-reverse;
}
.cid-vgvmW1pJLJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgvmW1pJLJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgvmW1pJLJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgvmW1pJLJ .mbr-section-title {
  color: #e85a4f;
}
.cid-vgvmW1pJLJ .mbr-text,
.cid-vgvmW1pJLJ .mbr-section-btn {
  color: #53bfa4;
  text-align: center;
}
.cid-vgvmW1OjJd {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #b299f4;
}
.cid-vgvmW1OjJd img,
.cid-vgvmW1OjJd .item-img {
  width: 100%;
}
.cid-vgvmW1OjJd .item:focus,
.cid-vgvmW1OjJd span:focus {
  outline: none;
}
.cid-vgvmW1OjJd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vgvmW1OjJd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgvmW1OjJd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgvmW1OjJd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vgvmW1OjJd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgvmW1OjJd .mbr-section-title {
  color: #540d6e;
}
.cid-vgvmW1xjSw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ef4923;
}
.cid-vgvmW1xjSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgvmW1xjSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgvmW1xjSw .card-wrapper {
  background: #ef4923;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vgvmW1xjSw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgvmW1xjSw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgvmW1xjSw .card-wrapper {
    padding: 4rem;
  }
}
.cid-vgvmW1xjSw .mbr-text,
.cid-vgvmW1xjSw .mbr-section-btn {
  color: #fbe7ce;
  text-align: center;
}
.cid-vgvmW1xjSw .card-title,
.cid-vgvmW1xjSw .card-box {
  text-align: center;
  color: #fbe7ce;
}
.cid-vgvtJP282k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #540d6e;
}
.cid-vgvtJP282k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgvtJP282k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgvtJP282k .card-wrapper {
  background: #540d6e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vgvtJP282k .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgvtJP282k .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgvtJP282k .card-wrapper {
    padding: 4rem;
  }
}
.cid-vgvtJP282k .mbr-text,
.cid-vgvtJP282k .mbr-section-btn {
  color: #fbe7ce;
  text-align: center;
}
.cid-vgvtJP282k .card-title,
.cid-vgvtJP282k .card-box {
  text-align: center;
  color: #b299f4;
}
.cid-vgvmW2b9v2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ea3213;
}
.cid-vgvmW2b9v2 blockquote {
  border-color: #ea3213;
  border-radius: 4px;
  background-color: #ea3213;
}
.cid-vgvmW2b9v2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgvmW2b9v2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgvmW2gEPE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-vgvmW2gEPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgvmW2gEPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgvmW2gEPE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e85a4f;
  margin-bottom: 2rem;
}
.cid-vgvmW2gEPE .card-wrapper {
  padding: 3rem;
  background: #262626;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vgvmW2gEPE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgvmW2gEPE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vgvmW2gEPE .mbr-section-title {
  color: #ffffff;
}
.cid-vgvmW2gEPE .card-title {
  color: #ffffff;
}
.cid-vgvmW2pBgA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262626;
  overflow: hidden;
}
