@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', 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.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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #05a03d !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #05a03d !important;
  border-color: #05a03d !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: #024c1d !important;
  border-color: #024c1d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #024c1d !important;
  border-color: #024c1d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #05a03d;
  color: #05a03d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #024c1d !important;
  background-color: transparent!important;
  border-color: #024c1d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #05a03d !important;
  border-color: #05a03d !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: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #05a03d !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #023d17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #2cf876;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ff6666 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sygNXOtnAO {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/shelley-and-stephen-2000x1500.jpg");
}
.cid-sygNXOtnAO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sygNXOtnAO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sygNXOtnAO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sygNXOtnAO P {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-symNAmzYIP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-symNAmzYIP img {
  width: 120px;
  margin: auto;
}
.cid-symNAmzYIP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-symNAmzYIP .card {
    max-width: 12.5%;
  }
}
.cid-sr0pH87ay1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sr0pH87ay1 nav.navbar {
  position: fixed;
}
.cid-sr0pH87ay1 .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-sr0pH87ay1 .dropdown-menu {
  padding: 0;
}
.cid-sr0pH87ay1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pH87ay1 .dropdown-item:hover,
.cid-sr0pH87ay1 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sr0pH87ay1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sr0pH87ay1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sr0pH87ay1 .nav-link {
  position: relative;
}
.cid-sr0pH87ay1 .container {
  display: flex;
  margin: auto;
}
.cid-sr0pH87ay1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sr0pH87ay1 .navbar-caption {
  padding-right: 4rem;
}
.cid-sr0pH87ay1 .dropdown-menu,
.cid-sr0pH87ay1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sr0pH87ay1 .nav-item:focus,
.cid-sr0pH87ay1 .nav-link:focus {
  outline: none;
}
.cid-sr0pH87ay1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr0pH87ay1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr0pH87ay1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr0pH87ay1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr0pH87ay1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr0pH87ay1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr0pH87ay1 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sr0pH87ay1 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pH87ay1 .navbar.opened {
  transition: all .3s;
}
.cid-sr0pH87ay1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sr0pH87ay1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sr0pH87ay1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sr0pH87ay1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sr0pH87ay1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sr0pH87ay1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sr0pH87ay1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sr0pH87ay1 .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: 55%;
}
.cid-sr0pH87ay1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sr0pH87ay1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sr0pH87ay1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sr0pH87ay1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sr0pH87ay1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sr0pH87ay1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sr0pH87ay1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sr0pH87ay1 .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: 55%;
  }
  .cid-sr0pH87ay1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sr0pH87ay1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sr0pH87ay1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sr0pH87ay1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sr0pH87ay1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sr0pH87ay1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sr0pH87ay1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sr0pH87ay1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sr0pH87ay1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sr0pH87ay1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sr0pH87ay1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sr0pH87ay1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sr0pH87ay1 .dropdown-item.active,
.cid-sr0pH87ay1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sr0pH87ay1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sr0pH87ay1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sr0pH87ay1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sr0pH87ay1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sr0pH87ay1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sr0pH87ay1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr0pH87ay1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sr0pH87ay1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sr0pH87ay1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sr0pH87ay1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sr0pH87ay1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr0pH87ay1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pH87ay1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pH87ay1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr0pH87ay1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pH87ay1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr0pH87ay1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr0pH87ay1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pH87ay1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sr0pH87ay1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0pH87ay1 .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-sr0pH87ay1 .navbar {
    height: 77px;
  }
  .cid-sr0pH87ay1 .navbar.opened {
    height: auto;
  }
  .cid-sr0pH87ay1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syi2wfDHFt {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-syi2wfDHFt .item {
  padding-bottom: 2rem;
}
.cid-syi2wfDHFt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-syi2wfDHFt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-syi2wfDHFt .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-syi2wfDHFt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-syi2wfDHFt .carousel-control,
.cid-syi2wfDHFt .close {
  background: #1b1b1b;
}
.cid-syi2wfDHFt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-syi2wfDHFt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-syi2wfDHFt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-syi2wfDHFt .carousel-control-next span {
  margin-left: 5px;
}
.cid-syi2wfDHFt .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-syi2wfDHFt .close::before {
  content: '\e91a';
}
.cid-syi2wfDHFt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-syi2wfDHFt .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-syi2wfDHFt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syi2wfDHFt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-syi2wfDHFt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-syi2wfDHFt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-syi2wfDHFt .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-syi2wfDHFt .carousel-indicators li.active,
.cid-syi2wfDHFt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-syi2wfDHFt .carousel-indicators li::after,
.cid-syi2wfDHFt .carousel-indicators li::before {
  content: none;
}
.cid-syi2wfDHFt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-syi2wfDHFt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-syi2wfDHFt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-syi2wfDHFt .carousel-indicators {
    display: none;
  }
}
.cid-syi2wfDHFt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-syi2wfDHFt .carousel-inner > .active {
  display: block;
}
.cid-syi2wfDHFt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syi2wfDHFt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syi2wfDHFt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-syi2wfDHFt .carousel-control,
  .cid-syi2wfDHFt .carousel-indicators,
  .cid-syi2wfDHFt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-syi2wfDHFt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-syi2wfDHFt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syi2wfDHFt .carousel-indicators .active,
.cid-syi2wfDHFt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-syi2wfDHFt .carousel-indicators .active {
  background: #fff;
}
.cid-syi2wfDHFt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-syi2wfDHFt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-syi2wfDHFt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-syi2wfDHFt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-syi2wfDHFt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-syi2wfDHFt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-syi2wfDHFt .carousel {
  width: 100%;
}
.cid-syi2wfDHFt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-syi2wfDHFt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-syi2wfDHFt .modal.fade .modal-dialog,
.cid-syi2wfDHFt .modal.in .modal-dialog {
  transform: none;
}
.cid-syi2wfDHFt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syi2wfDHFt H6 {
  text-align: center;
}
.cid-syi2wfDHFt H3 {
  color: #ffffff;
}
.cid-sr0pH9M8vR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sr0pH9M8vR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr0pH9M8vR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sr0pH9M8vR .mbr-text,
.cid-sr0pH9M8vR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sr0pH9M8vR .mbr-section-title {
  color: #ffffff;
}
.cid-sr0pJaUdtl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sr0pJaUdtl nav.navbar {
  position: fixed;
}
.cid-sr0pJaUdtl .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-sr0pJaUdtl .dropdown-menu {
  padding: 0;
}
.cid-sr0pJaUdtl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pJaUdtl .dropdown-item:hover,
.cid-sr0pJaUdtl .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sr0pJaUdtl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sr0pJaUdtl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sr0pJaUdtl .nav-link {
  position: relative;
}
.cid-sr0pJaUdtl .container {
  display: flex;
  margin: auto;
}
.cid-sr0pJaUdtl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sr0pJaUdtl .navbar-caption {
  padding-right: 4rem;
}
.cid-sr0pJaUdtl .dropdown-menu,
.cid-sr0pJaUdtl .navbar.opened {
  background: #ffffff !important;
}
.cid-sr0pJaUdtl .nav-item:focus,
.cid-sr0pJaUdtl .nav-link:focus {
  outline: none;
}
.cid-sr0pJaUdtl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr0pJaUdtl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr0pJaUdtl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr0pJaUdtl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr0pJaUdtl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr0pJaUdtl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr0pJaUdtl .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sr0pJaUdtl .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pJaUdtl .navbar.opened {
  transition: all .3s;
}
.cid-sr0pJaUdtl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sr0pJaUdtl .navbar .navbar-logo img {
  width: auto;
}
.cid-sr0pJaUdtl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sr0pJaUdtl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sr0pJaUdtl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sr0pJaUdtl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sr0pJaUdtl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sr0pJaUdtl .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: 55%;
}
.cid-sr0pJaUdtl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sr0pJaUdtl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sr0pJaUdtl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sr0pJaUdtl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sr0pJaUdtl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sr0pJaUdtl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sr0pJaUdtl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sr0pJaUdtl .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: 55%;
  }
  .cid-sr0pJaUdtl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sr0pJaUdtl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sr0pJaUdtl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sr0pJaUdtl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sr0pJaUdtl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sr0pJaUdtl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sr0pJaUdtl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sr0pJaUdtl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sr0pJaUdtl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sr0pJaUdtl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sr0pJaUdtl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sr0pJaUdtl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sr0pJaUdtl .dropdown-item.active,
.cid-sr0pJaUdtl .dropdown-item:active {
  background-color: transparent;
}
.cid-sr0pJaUdtl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sr0pJaUdtl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sr0pJaUdtl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sr0pJaUdtl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sr0pJaUdtl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sr0pJaUdtl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr0pJaUdtl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sr0pJaUdtl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sr0pJaUdtl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sr0pJaUdtl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sr0pJaUdtl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr0pJaUdtl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pJaUdtl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pJaUdtl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr0pJaUdtl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pJaUdtl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr0pJaUdtl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr0pJaUdtl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pJaUdtl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sr0pJaUdtl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0pJaUdtl .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-sr0pJaUdtl .navbar {
    height: 77px;
  }
  .cid-sr0pJaUdtl .navbar.opened {
    height: auto;
  }
  .cid-sr0pJaUdtl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syhPz4ktte {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #220000;
}
.cid-syhPz4ktte .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-syhPz4ktte .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-syhPz4ktte .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-syhPz4ktte .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-syhPz4ktte .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-syhPz4ktte .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-syhPz4ktte .carousel-control,
.cid-syhPz4ktte .close {
  background: #1b1b1b;
}
.cid-syhPz4ktte .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-syhPz4ktte .carousel-control-prev span {
  margin-right: 5px;
}
.cid-syhPz4ktte .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-syhPz4ktte .carousel-control-next span {
  margin-left: 5px;
}
.cid-syhPz4ktte .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-syhPz4ktte .close::before {
  content: '\e91a';
}
.cid-syhPz4ktte .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-syhPz4ktte .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-syhPz4ktte .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syhPz4ktte .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-syhPz4ktte .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-syhPz4ktte .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-syhPz4ktte .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-syhPz4ktte .carousel-indicators li.active,
.cid-syhPz4ktte .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-syhPz4ktte .carousel-indicators li::after,
.cid-syhPz4ktte .carousel-indicators li::before {
  content: none;
}
.cid-syhPz4ktte .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-syhPz4ktte .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-syhPz4ktte .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-syhPz4ktte .carousel-indicators {
    display: none;
  }
}
.cid-syhPz4ktte .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-syhPz4ktte .carousel-inner > .active {
  display: block;
}
.cid-syhPz4ktte .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syhPz4ktte .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syhPz4ktte .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-syhPz4ktte .carousel-control,
  .cid-syhPz4ktte .carousel-indicators,
  .cid-syhPz4ktte .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-syhPz4ktte .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-syhPz4ktte .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syhPz4ktte .carousel-indicators .active,
.cid-syhPz4ktte .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-syhPz4ktte .carousel-indicators .active {
  background: #fff;
}
.cid-syhPz4ktte .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-syhPz4ktte .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-syhPz4ktte .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-syhPz4ktte .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-syhPz4ktte .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-syhPz4ktte .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-syhPz4ktte .carousel {
  width: 100%;
}
.cid-syhPz4ktte .modal-backdrop.in {
  opacity: 0.8;
}
.cid-syhPz4ktte .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-syhPz4ktte .modal.fade .modal-dialog,
.cid-syhPz4ktte .modal.in .modal-dialog {
  transform: none;
}
.cid-syhPz4ktte .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syhPz4ktte H6 {
  text-align: center;
}
.cid-syhPz4ktte H3 {
  color: #ffffff;
}
.cid-sr0pJbWEdF {
  background-color: #220000;
}
.cid-sr0pJbWEdF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr0pJbWEdF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sr0pJbWEdF .mbr-text,
.cid-sr0pJbWEdF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sr0pJbWEdF .mbr-section-title {
  color: #ffffff;
}
.cid-sr0pK8YrZa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sr0pK8YrZa nav.navbar {
  position: fixed;
}
.cid-sr0pK8YrZa .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-sr0pK8YrZa .dropdown-menu {
  padding: 0;
}
.cid-sr0pK8YrZa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pK8YrZa .dropdown-item:hover,
.cid-sr0pK8YrZa .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sr0pK8YrZa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sr0pK8YrZa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sr0pK8YrZa .nav-link {
  position: relative;
}
.cid-sr0pK8YrZa .container {
  display: flex;
  margin: auto;
}
.cid-sr0pK8YrZa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sr0pK8YrZa .navbar-caption {
  padding-right: 4rem;
}
.cid-sr0pK8YrZa .dropdown-menu,
.cid-sr0pK8YrZa .navbar.opened {
  background: #ffffff !important;
}
.cid-sr0pK8YrZa .nav-item:focus,
.cid-sr0pK8YrZa .nav-link:focus {
  outline: none;
}
.cid-sr0pK8YrZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr0pK8YrZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr0pK8YrZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr0pK8YrZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr0pK8YrZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr0pK8YrZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr0pK8YrZa .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sr0pK8YrZa .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pK8YrZa .navbar.opened {
  transition: all .3s;
}
.cid-sr0pK8YrZa .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sr0pK8YrZa .navbar .navbar-logo img {
  width: auto;
}
.cid-sr0pK8YrZa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sr0pK8YrZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sr0pK8YrZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sr0pK8YrZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sr0pK8YrZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sr0pK8YrZa .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: 55%;
}
.cid-sr0pK8YrZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sr0pK8YrZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sr0pK8YrZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sr0pK8YrZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sr0pK8YrZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sr0pK8YrZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sr0pK8YrZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sr0pK8YrZa .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: 55%;
  }
  .cid-sr0pK8YrZa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sr0pK8YrZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sr0pK8YrZa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sr0pK8YrZa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sr0pK8YrZa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sr0pK8YrZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sr0pK8YrZa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sr0pK8YrZa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sr0pK8YrZa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sr0pK8YrZa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sr0pK8YrZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sr0pK8YrZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sr0pK8YrZa .dropdown-item.active,
.cid-sr0pK8YrZa .dropdown-item:active {
  background-color: transparent;
}
.cid-sr0pK8YrZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sr0pK8YrZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sr0pK8YrZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sr0pK8YrZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sr0pK8YrZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sr0pK8YrZa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr0pK8YrZa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sr0pK8YrZa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sr0pK8YrZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sr0pK8YrZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sr0pK8YrZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr0pK8YrZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pK8YrZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pK8YrZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr0pK8YrZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pK8YrZa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr0pK8YrZa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr0pK8YrZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pK8YrZa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sr0pK8YrZa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0pK8YrZa .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-sr0pK8YrZa .navbar {
    height: 77px;
  }
  .cid-sr0pK8YrZa .navbar.opened {
    height: auto;
  }
  .cid-sr0pK8YrZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syi3I51dOO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-syi3I51dOO .item {
  padding-bottom: 2rem;
}
.cid-syi3I51dOO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-syi3I51dOO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-syi3I51dOO .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-syi3I51dOO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-syi3I51dOO .carousel-control,
.cid-syi3I51dOO .close {
  background: #1b1b1b;
}
.cid-syi3I51dOO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-syi3I51dOO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-syi3I51dOO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-syi3I51dOO .carousel-control-next span {
  margin-left: 5px;
}
.cid-syi3I51dOO .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-syi3I51dOO .close::before {
  content: '\e91a';
}
.cid-syi3I51dOO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-syi3I51dOO .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-syi3I51dOO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syi3I51dOO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-syi3I51dOO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-syi3I51dOO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-syi3I51dOO .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-syi3I51dOO .carousel-indicators li.active,
.cid-syi3I51dOO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-syi3I51dOO .carousel-indicators li::after,
.cid-syi3I51dOO .carousel-indicators li::before {
  content: none;
}
.cid-syi3I51dOO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-syi3I51dOO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-syi3I51dOO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-syi3I51dOO .carousel-indicators {
    display: none;
  }
}
.cid-syi3I51dOO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-syi3I51dOO .carousel-inner > .active {
  display: block;
}
.cid-syi3I51dOO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syi3I51dOO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syi3I51dOO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-syi3I51dOO .carousel-control,
  .cid-syi3I51dOO .carousel-indicators,
  .cid-syi3I51dOO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-syi3I51dOO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-syi3I51dOO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syi3I51dOO .carousel-indicators .active,
.cid-syi3I51dOO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-syi3I51dOO .carousel-indicators .active {
  background: #fff;
}
.cid-syi3I51dOO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-syi3I51dOO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-syi3I51dOO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-syi3I51dOO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-syi3I51dOO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-syi3I51dOO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-syi3I51dOO .carousel {
  width: 100%;
}
.cid-syi3I51dOO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-syi3I51dOO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-syi3I51dOO .modal.fade .modal-dialog,
.cid-syi3I51dOO .modal.in .modal-dialog {
  transform: none;
}
.cid-syi3I51dOO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syi3I51dOO H6 {
  text-align: center;
}
.cid-sr0pKaTS9k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sr0pKaTS9k .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr0pKaTS9k .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sr0pKaTS9k .mbr-text,
.cid-sr0pKaTS9k .mbr-section-btn {
  text-align: left;
}
.cid-sB7rZslYy6 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sB7sKImI87 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sB7sKImI87 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sB7sKImI87 .row {
  flex-direction: row-reverse;
}
.cid-sB7sKImI87 img {
  width: 100%;
}
.cid-syyNq1Xqrv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syyMd2Ctfy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syyMd2Ctfy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-syyMd2Ctfy .row {
  flex-direction: row-reverse;
}
.cid-syyMd2Ctfy img {
  width: 100%;
}
.cid-syyO6lvDpt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syyOpg6NJg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syyOpg6NJg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-syyOpg6NJg .row {
  flex-direction: row-reverse;
}
.cid-syyOpg6NJg img {
  width: 100%;
}
.cid-sr0pL1ELGQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sr0pL1ELGQ nav.navbar {
  position: fixed;
}
.cid-sr0pL1ELGQ .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-sr0pL1ELGQ .dropdown-menu {
  padding: 0;
}
.cid-sr0pL1ELGQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pL1ELGQ .dropdown-item:hover,
.cid-sr0pL1ELGQ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sr0pL1ELGQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sr0pL1ELGQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sr0pL1ELGQ .nav-link {
  position: relative;
}
.cid-sr0pL1ELGQ .container {
  display: flex;
  margin: auto;
}
.cid-sr0pL1ELGQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sr0pL1ELGQ .navbar-caption {
  padding-right: 4rem;
}
.cid-sr0pL1ELGQ .dropdown-menu,
.cid-sr0pL1ELGQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sr0pL1ELGQ .nav-item:focus,
.cid-sr0pL1ELGQ .nav-link:focus {
  outline: none;
}
.cid-sr0pL1ELGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr0pL1ELGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr0pL1ELGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr0pL1ELGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr0pL1ELGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr0pL1ELGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr0pL1ELGQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sr0pL1ELGQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0pL1ELGQ .navbar.opened {
  transition: all .3s;
}
.cid-sr0pL1ELGQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sr0pL1ELGQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sr0pL1ELGQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sr0pL1ELGQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sr0pL1ELGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sr0pL1ELGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sr0pL1ELGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sr0pL1ELGQ .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: 55%;
}
.cid-sr0pL1ELGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sr0pL1ELGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sr0pL1ELGQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sr0pL1ELGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sr0pL1ELGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sr0pL1ELGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sr0pL1ELGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sr0pL1ELGQ .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: 55%;
  }
  .cid-sr0pL1ELGQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sr0pL1ELGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sr0pL1ELGQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sr0pL1ELGQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sr0pL1ELGQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sr0pL1ELGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sr0pL1ELGQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sr0pL1ELGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sr0pL1ELGQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sr0pL1ELGQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sr0pL1ELGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sr0pL1ELGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sr0pL1ELGQ .dropdown-item.active,
.cid-sr0pL1ELGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sr0pL1ELGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sr0pL1ELGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sr0pL1ELGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sr0pL1ELGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sr0pL1ELGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sr0pL1ELGQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr0pL1ELGQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sr0pL1ELGQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sr0pL1ELGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sr0pL1ELGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sr0pL1ELGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr0pL1ELGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pL1ELGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0pL1ELGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr0pL1ELGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pL1ELGQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr0pL1ELGQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr0pL1ELGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0pL1ELGQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sr0pL1ELGQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0pL1ELGQ .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-sr0pL1ELGQ .navbar {
    height: 77px;
  }
  .cid-sr0pL1ELGQ .navbar.opened {
    height: auto;
  }
  .cid-sr0pL1ELGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sr0pL2hty7 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #8dc93c;
}
.cid-sr0pL2hty7 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sr0pL2hty7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sr0pL2hty7 .row {
  flex-direction: row-reverse;
}
.cid-sr0pL2hty7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr0pL2hty7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sr0pL2hty7 .mbr-section-title {
  text-align: center;
}
.cid-sCgkzNIbtT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-sCgkzNIbtT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCgkzNIbtT .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sr1hjxBLhk {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #220000;
}
.cid-sr1hjxBLhk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sr1hjxBLhk .card-title {
  margin-bottom: 26px;
  color: #ff6666;
}
.cid-sr1hjxBLhk .mbr-text {
  margin-bottom: 30px;
}
.cid-sr1hjxBLhk .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sr1hjxBLhk .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sr1hjxBLhk .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sr1hjxBLhk .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sr1hjxBLhk .btn_link:hover {
  cursor: pointer;
}
.cid-sr1hjxBLhk .btn_link:hover a {
  color: #ffffff !important;
}
.cid-sr1hjxBLhk .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sr1hjxBLhk .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sr1hjxBLhk .text-wrapper {
    text-align: center;
  }
  .cid-sr1hjxBLhk .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sr1hjxBLhk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sr1hjxBLhk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sr1hjxBLhk .card-title,
.cid-sr1hjxBLhk .icon_block {
  color: #8dc93c;
}
.cid-sr1hjxBLhk .mbr-text,
.cid-sr1hjxBLhk .btn_link {
  color: #ffffff;
}
.cid-sr0VZ4atKF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sr0VZ4atKF nav.navbar {
  position: fixed;
}
.cid-sr0VZ4atKF .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-sr0VZ4atKF .dropdown-menu {
  padding: 0;
}
.cid-sr0VZ4atKF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0VZ4atKF .dropdown-item:hover,
.cid-sr0VZ4atKF .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sr0VZ4atKF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sr0VZ4atKF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sr0VZ4atKF .nav-link {
  position: relative;
}
.cid-sr0VZ4atKF .container {
  display: flex;
  margin: auto;
}
.cid-sr0VZ4atKF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sr0VZ4atKF .navbar-caption {
  padding-right: 4rem;
}
.cid-sr0VZ4atKF .dropdown-menu,
.cid-sr0VZ4atKF .navbar.opened {
  background: #ffffff !important;
}
.cid-sr0VZ4atKF .nav-item:focus,
.cid-sr0VZ4atKF .nav-link:focus {
  outline: none;
}
.cid-sr0VZ4atKF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr0VZ4atKF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr0VZ4atKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr0VZ4atKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr0VZ4atKF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr0VZ4atKF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr0VZ4atKF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sr0VZ4atKF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sr0VZ4atKF .navbar.opened {
  transition: all .3s;
}
.cid-sr0VZ4atKF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sr0VZ4atKF .navbar .navbar-logo img {
  width: auto;
}
.cid-sr0VZ4atKF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sr0VZ4atKF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sr0VZ4atKF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sr0VZ4atKF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sr0VZ4atKF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sr0VZ4atKF .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: 55%;
}
.cid-sr0VZ4atKF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sr0VZ4atKF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sr0VZ4atKF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sr0VZ4atKF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sr0VZ4atKF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sr0VZ4atKF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sr0VZ4atKF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sr0VZ4atKF .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: 55%;
  }
  .cid-sr0VZ4atKF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sr0VZ4atKF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sr0VZ4atKF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sr0VZ4atKF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sr0VZ4atKF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sr0VZ4atKF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sr0VZ4atKF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sr0VZ4atKF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sr0VZ4atKF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sr0VZ4atKF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sr0VZ4atKF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sr0VZ4atKF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sr0VZ4atKF .dropdown-item.active,
.cid-sr0VZ4atKF .dropdown-item:active {
  background-color: transparent;
}
.cid-sr0VZ4atKF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sr0VZ4atKF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sr0VZ4atKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sr0VZ4atKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sr0VZ4atKF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sr0VZ4atKF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr0VZ4atKF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sr0VZ4atKF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sr0VZ4atKF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sr0VZ4atKF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sr0VZ4atKF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr0VZ4atKF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0VZ4atKF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr0VZ4atKF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr0VZ4atKF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0VZ4atKF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr0VZ4atKF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr0VZ4atKF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr0VZ4atKF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sr0VZ4atKF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0VZ4atKF .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-sr0VZ4atKF .navbar {
    height: 77px;
  }
  .cid-sr0VZ4atKF .navbar.opened {
    height: auto;
  }
  .cid-sr0VZ4atKF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sr0VZ9PYLP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sr0VZa9TNN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sr0VZa9TNN .item {
  padding-bottom: 2rem;
}
.cid-sr0VZa9TNN .item-wrapper {
  position: relative;
}
.cid-sr0VZa9TNN .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-sr0VZa9TNN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sr0VZa9TNN .carousel-control,
.cid-sr0VZa9TNN .close {
  background: #1b1b1b;
}
.cid-sr0VZa9TNN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sr0VZa9TNN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sr0VZa9TNN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sr0VZa9TNN .carousel-control-next span {
  margin-left: 5px;
}
.cid-sr0VZa9TNN .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-sr0VZa9TNN .close::before {
  content: '\e91a';
}
.cid-sr0VZa9TNN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sr0VZa9TNN .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-sr0VZa9TNN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr0VZa9TNN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr0VZa9TNN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr0VZa9TNN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sr0VZa9TNN .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-sr0VZa9TNN .carousel-indicators li.active,
.cid-sr0VZa9TNN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr0VZa9TNN .carousel-indicators li::after,
.cid-sr0VZa9TNN .carousel-indicators li::before {
  content: none;
}
.cid-sr0VZa9TNN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr0VZa9TNN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sr0VZa9TNN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sr0VZa9TNN .carousel-indicators {
    display: none;
  }
}
.cid-sr0VZa9TNN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr0VZa9TNN .carousel-inner > .active {
  display: block;
}
.cid-sr0VZa9TNN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr0VZa9TNN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr0VZa9TNN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sr0VZa9TNN .carousel-control,
  .cid-sr0VZa9TNN .carousel-indicators,
  .cid-sr0VZa9TNN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sr0VZa9TNN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sr0VZa9TNN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sr0VZa9TNN .carousel-indicators .active,
.cid-sr0VZa9TNN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sr0VZa9TNN .carousel-indicators .active {
  background: #fff;
}
.cid-sr0VZa9TNN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sr0VZa9TNN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sr0VZa9TNN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sr0VZa9TNN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sr0VZa9TNN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sr0VZa9TNN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sr0VZa9TNN .carousel {
  width: 100%;
}
.cid-sr0VZa9TNN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sr0VZa9TNN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sr0VZa9TNN .modal.fade .modal-dialog,
.cid-sr0VZa9TNN .modal.in .modal-dialog {
  transform: none;
}
.cid-sr0VZa9TNN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sr0VZa9TNN H6 {
  text-align: center;
}
.cid-sr10ckJgkW {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sr10ckJgkW .mbr-text {
  text-align: left;
}
.cid-sr1ngJ3fdl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #220000;
}
.cid-sr1ngJ3fdl .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sr1ngJ3fdl .img-item {
  position: relative;
}
.cid-sr1ngJ3fdl .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-sr1ngJ3fdl .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-sr1ngJ3fdl .img-item .img-description p {
  margin-bottom: 0;
}
.cid-sr1uEtdX9q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sr1uEtdX9q .item {
  padding-bottom: 2rem;
}
.cid-sr1uEtdX9q .item-wrapper {
  position: relative;
}
.cid-sr1uEtdX9q .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-sr1uEtdX9q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sr1uEtdX9q .carousel-control,
.cid-sr1uEtdX9q .close {
  background: #1b1b1b;
}
.cid-sr1uEtdX9q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sr1uEtdX9q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sr1uEtdX9q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sr1uEtdX9q .carousel-control-next span {
  margin-left: 5px;
}
.cid-sr1uEtdX9q .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-sr1uEtdX9q .close::before {
  content: '\e91a';
}
.cid-sr1uEtdX9q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sr1uEtdX9q .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-sr1uEtdX9q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr1uEtdX9q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr1uEtdX9q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr1uEtdX9q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sr1uEtdX9q .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-sr1uEtdX9q .carousel-indicators li.active,
.cid-sr1uEtdX9q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr1uEtdX9q .carousel-indicators li::after,
.cid-sr1uEtdX9q .carousel-indicators li::before {
  content: none;
}
.cid-sr1uEtdX9q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr1uEtdX9q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sr1uEtdX9q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sr1uEtdX9q .carousel-indicators {
    display: none;
  }
}
.cid-sr1uEtdX9q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr1uEtdX9q .carousel-inner > .active {
  display: block;
}
.cid-sr1uEtdX9q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr1uEtdX9q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr1uEtdX9q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sr1uEtdX9q .carousel-control,
  .cid-sr1uEtdX9q .carousel-indicators,
  .cid-sr1uEtdX9q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sr1uEtdX9q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sr1uEtdX9q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sr1uEtdX9q .carousel-indicators .active,
.cid-sr1uEtdX9q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sr1uEtdX9q .carousel-indicators .active {
  background: #fff;
}
.cid-sr1uEtdX9q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sr1uEtdX9q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sr1uEtdX9q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sr1uEtdX9q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sr1uEtdX9q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sr1uEtdX9q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sr1uEtdX9q .carousel {
  width: 100%;
}
.cid-sr1uEtdX9q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sr1uEtdX9q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sr1uEtdX9q .modal.fade .modal-dialog,
.cid-sr1uEtdX9q .modal.in .modal-dialog {
  transform: none;
}
.cid-sr1uEtdX9q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sr1uEtdX9q H6 {
  text-align: center;
}
.cid-sr1wkB8khx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sr1wkB8khx .item {
  padding-bottom: 2rem;
}
.cid-sr1wkB8khx .item-wrapper {
  position: relative;
}
.cid-sr1wkB8khx .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-sr1wkB8khx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sr1wkB8khx .carousel-control,
.cid-sr1wkB8khx .close {
  background: #1b1b1b;
}
.cid-sr1wkB8khx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sr1wkB8khx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sr1wkB8khx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sr1wkB8khx .carousel-control-next span {
  margin-left: 5px;
}
.cid-sr1wkB8khx .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-sr1wkB8khx .close::before {
  content: '\e91a';
}
.cid-sr1wkB8khx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sr1wkB8khx .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-sr1wkB8khx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr1wkB8khx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr1wkB8khx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr1wkB8khx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sr1wkB8khx .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-sr1wkB8khx .carousel-indicators li.active,
.cid-sr1wkB8khx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr1wkB8khx .carousel-indicators li::after,
.cid-sr1wkB8khx .carousel-indicators li::before {
  content: none;
}
.cid-sr1wkB8khx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr1wkB8khx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sr1wkB8khx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sr1wkB8khx .carousel-indicators {
    display: none;
  }
}
.cid-sr1wkB8khx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr1wkB8khx .carousel-inner > .active {
  display: block;
}
.cid-sr1wkB8khx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr1wkB8khx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr1wkB8khx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sr1wkB8khx .carousel-control,
  .cid-sr1wkB8khx .carousel-indicators,
  .cid-sr1wkB8khx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sr1wkB8khx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sr1wkB8khx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sr1wkB8khx .carousel-indicators .active,
.cid-sr1wkB8khx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sr1wkB8khx .carousel-indicators .active {
  background: #fff;
}
.cid-sr1wkB8khx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sr1wkB8khx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sr1wkB8khx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sr1wkB8khx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sr1wkB8khx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sr1wkB8khx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sr1wkB8khx .carousel {
  width: 100%;
}
.cid-sr1wkB8khx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sr1wkB8khx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sr1wkB8khx .modal.fade .modal-dialog,
.cid-sr1wkB8khx .modal.in .modal-dialog {
  transform: none;
}
.cid-sr1wkB8khx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sr1wkB8khx H6 {
  text-align: center;
}
.cid-svWekVRO1U {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-svWekVRO1U .mbr-section-subtitle {
  text-align: left;
}
.cid-svWfl1n4r6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-svWfl1n4r6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-svWfl1n4r6 .row {
  flex-direction: row-reverse;
}
.cid-svWfl1n4r6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-svWfl1n4r6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sr26RlJSIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sr26RlJSIT .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sr26RlJSIT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sr26RlJSIT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr26RlJSIT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sr15OV4Iwk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-sr15OV4Iwk img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sr15OV4Iwk img:hover {
  transform: scale(1.1);
}
.cid-sr15OV4Iwk .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sr15OV4Iwk h2 {
  padding: 0;
  margin: 0;
}
.cid-sr15OV4Iwk .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr15OV4Iwk .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sr15OV4Iwk .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sr15OV4Iwk .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-sr15OV4Iwk .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sr15OV4Iwk .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-sr15OV4Iwk .mbr-iconfont {
  margin: 0 !important;
}
.cid-sr15OV4Iwk .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sr15OV4Iwk .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sr15OV4Iwk .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sr15OV4Iwk .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-sr15OV4Iwk .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sr15OV4Iwk H2 {
  color: #333333;
}
.cid-sr15OV4Iwk .mbr-text {
  color: #767676;
}
.cid-sr28BU87tj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sr28BU87tj .mbr-text {
  text-align: left;
}
.cid-sr28T2l5bS {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sr28T2l5bS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sr28T2l5bS .row {
  flex-direction: row-reverse;
}
.cid-sr28T2l5bS img {
  width: 100%;
}
.cid-syiihTzrk5 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #8dc93c;
}
.cid-syiihTzrk5 .item {
  padding-bottom: 2rem;
}
.cid-syiihTzrk5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-syiihTzrk5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-syiihTzrk5 .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-syiihTzrk5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-syiihTzrk5 .carousel-control,
.cid-syiihTzrk5 .close {
  background: #1b1b1b;
}
.cid-syiihTzrk5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-syiihTzrk5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-syiihTzrk5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-syiihTzrk5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-syiihTzrk5 .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-syiihTzrk5 .close::before {
  content: '\e91a';
}
.cid-syiihTzrk5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-syiihTzrk5 .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-syiihTzrk5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syiihTzrk5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-syiihTzrk5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-syiihTzrk5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-syiihTzrk5 .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-syiihTzrk5 .carousel-indicators li.active,
.cid-syiihTzrk5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-syiihTzrk5 .carousel-indicators li::after,
.cid-syiihTzrk5 .carousel-indicators li::before {
  content: none;
}
.cid-syiihTzrk5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-syiihTzrk5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-syiihTzrk5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-syiihTzrk5 .carousel-indicators {
    display: none;
  }
}
.cid-syiihTzrk5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-syiihTzrk5 .carousel-inner > .active {
  display: block;
}
.cid-syiihTzrk5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syiihTzrk5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syiihTzrk5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-syiihTzrk5 .carousel-control,
  .cid-syiihTzrk5 .carousel-indicators,
  .cid-syiihTzrk5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-syiihTzrk5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-syiihTzrk5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syiihTzrk5 .carousel-indicators .active,
.cid-syiihTzrk5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-syiihTzrk5 .carousel-indicators .active {
  background: #fff;
}
.cid-syiihTzrk5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-syiihTzrk5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-syiihTzrk5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-syiihTzrk5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-syiihTzrk5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-syiihTzrk5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-syiihTzrk5 .carousel {
  width: 100%;
}
.cid-syiihTzrk5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-syiihTzrk5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-syiihTzrk5 .modal.fade .modal-dialog,
.cid-syiihTzrk5 .modal.in .modal-dialog {
  transform: none;
}
.cid-syiihTzrk5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syiihTzrk5 H6 {
  text-align: center;
}
.cid-stPZfs13Gz {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #8dc93c;
}
.cid-stPZfs13Gz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-stPZfs13Gz .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-stPZfs13Gz .mbr-text,
.cid-stPZfs13Gz .mbr-section-btn {
  text-align: left;
}
.cid-svW4rJXRBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-svW4rJXRBS .text-wrapper {
    padding: 2rem;
  }
}
.cid-svW4rJXRBS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-svW4rJXRBS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stQMy5wti8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stQMy5wti8 nav.navbar {
  position: fixed;
}
.cid-stQMy5wti8 .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-stQMy5wti8 .dropdown-menu {
  padding: 0;
}
.cid-stQMy5wti8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stQMy5wti8 .dropdown-item:hover,
.cid-stQMy5wti8 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-stQMy5wti8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-stQMy5wti8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stQMy5wti8 .nav-link {
  position: relative;
}
.cid-stQMy5wti8 .container {
  display: flex;
  margin: auto;
}
.cid-stQMy5wti8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stQMy5wti8 .navbar-caption {
  padding-right: 4rem;
}
.cid-stQMy5wti8 .dropdown-menu,
.cid-stQMy5wti8 .navbar.opened {
  background: #ffffff !important;
}
.cid-stQMy5wti8 .nav-item:focus,
.cid-stQMy5wti8 .nav-link:focus {
  outline: none;
}
.cid-stQMy5wti8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stQMy5wti8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stQMy5wti8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stQMy5wti8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stQMy5wti8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stQMy5wti8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stQMy5wti8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-stQMy5wti8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stQMy5wti8 .navbar.opened {
  transition: all .3s;
}
.cid-stQMy5wti8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-stQMy5wti8 .navbar .navbar-logo img {
  width: auto;
}
.cid-stQMy5wti8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stQMy5wti8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stQMy5wti8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stQMy5wti8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stQMy5wti8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stQMy5wti8 .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: 55%;
}
.cid-stQMy5wti8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stQMy5wti8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-stQMy5wti8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stQMy5wti8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stQMy5wti8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stQMy5wti8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stQMy5wti8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stQMy5wti8 .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: 55%;
  }
  .cid-stQMy5wti8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stQMy5wti8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stQMy5wti8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stQMy5wti8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stQMy5wti8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stQMy5wti8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stQMy5wti8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-stQMy5wti8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stQMy5wti8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stQMy5wti8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stQMy5wti8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stQMy5wti8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stQMy5wti8 .dropdown-item.active,
.cid-stQMy5wti8 .dropdown-item:active {
  background-color: transparent;
}
.cid-stQMy5wti8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stQMy5wti8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stQMy5wti8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stQMy5wti8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stQMy5wti8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stQMy5wti8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stQMy5wti8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stQMy5wti8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stQMy5wti8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-stQMy5wti8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-stQMy5wti8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stQMy5wti8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stQMy5wti8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stQMy5wti8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stQMy5wti8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stQMy5wti8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stQMy5wti8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stQMy5wti8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stQMy5wti8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stQMy5wti8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stQMy5wti8 .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-stQMy5wti8 .navbar {
    height: 77px;
  }
  .cid-stQMy5wti8 .navbar.opened {
    height: auto;
  }
  .cid-stQMy5wti8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stQQupThUv {
  background-image: url("../../../assets/images/a.-mary-allen-2000x1333.jpg");
}
@media (max-width: 991px) {
  .cid-stQQupThUv .mbr-section-title,
  .cid-stQQupThUv .mbr-section-subtitle,
  .cid-stQQupThUv .mbr-section-btn,
  .cid-stQQupThUv .mbr-text {
    text-align: center;
  }
}
.cid-stR8keQmuX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #220000;
}
.cid-stR8keQmuX .card-wrapper {
  background: #220000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-stR8keQmuX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-stR8keQmuX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-stR8keQmuX .card-wrapper {
    padding: 4rem;
  }
}
.cid-stR8keQmuX .mbr-text,
.cid-stR8keQmuX .mbr-section-btn {
  color: #ffffff;
}
.cid-stR8keQmuX .card-title,
.cid-stR8keQmuX .card-box {
  text-align: left;
}
.cid-stRbVDVxyg {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #220000;
}
.cid-stRbVDVxyg .item {
  padding-bottom: 2rem;
}
.cid-stRbVDVxyg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-stRbVDVxyg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stRbVDVxyg .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-stRbVDVxyg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stRbVDVxyg .carousel-control,
.cid-stRbVDVxyg .close {
  background: #1b1b1b;
}
.cid-stRbVDVxyg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stRbVDVxyg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stRbVDVxyg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stRbVDVxyg .carousel-control-next span {
  margin-left: 5px;
}
.cid-stRbVDVxyg .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-stRbVDVxyg .close::before {
  content: '\e91a';
}
.cid-stRbVDVxyg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stRbVDVxyg .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-stRbVDVxyg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stRbVDVxyg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stRbVDVxyg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stRbVDVxyg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stRbVDVxyg .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-stRbVDVxyg .carousel-indicators li.active,
.cid-stRbVDVxyg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stRbVDVxyg .carousel-indicators li::after,
.cid-stRbVDVxyg .carousel-indicators li::before {
  content: none;
}
.cid-stRbVDVxyg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stRbVDVxyg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stRbVDVxyg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stRbVDVxyg .carousel-indicators {
    display: none;
  }
}
.cid-stRbVDVxyg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stRbVDVxyg .carousel-inner > .active {
  display: block;
}
.cid-stRbVDVxyg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stRbVDVxyg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stRbVDVxyg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stRbVDVxyg .carousel-control,
  .cid-stRbVDVxyg .carousel-indicators,
  .cid-stRbVDVxyg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stRbVDVxyg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stRbVDVxyg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stRbVDVxyg .carousel-indicators .active,
.cid-stRbVDVxyg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stRbVDVxyg .carousel-indicators .active {
  background: #fff;
}
.cid-stRbVDVxyg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stRbVDVxyg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stRbVDVxyg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stRbVDVxyg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stRbVDVxyg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stRbVDVxyg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stRbVDVxyg .carousel {
  width: 100%;
}
.cid-stRbVDVxyg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stRbVDVxyg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stRbVDVxyg .modal.fade .modal-dialog,
.cid-stRbVDVxyg .modal.in .modal-dialog {
  transform: none;
}
.cid-stRbVDVxyg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stRbVDVxyg H6 {
  text-align: center;
}
.cid-stQN1vcMfT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stQN1vcMfT nav.navbar {
  position: fixed;
}
.cid-stQN1vcMfT .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-stQN1vcMfT .dropdown-menu {
  padding: 0;
}
.cid-stQN1vcMfT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stQN1vcMfT .dropdown-item:hover,
.cid-stQN1vcMfT .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-stQN1vcMfT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-stQN1vcMfT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stQN1vcMfT .nav-link {
  position: relative;
}
.cid-stQN1vcMfT .container {
  display: flex;
  margin: auto;
}
.cid-stQN1vcMfT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stQN1vcMfT .navbar-caption {
  padding-right: 4rem;
}
.cid-stQN1vcMfT .dropdown-menu,
.cid-stQN1vcMfT .navbar.opened {
  background: #ffffff !important;
}
.cid-stQN1vcMfT .nav-item:focus,
.cid-stQN1vcMfT .nav-link:focus {
  outline: none;
}
.cid-stQN1vcMfT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stQN1vcMfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stQN1vcMfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stQN1vcMfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stQN1vcMfT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stQN1vcMfT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stQN1vcMfT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-stQN1vcMfT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stQN1vcMfT .navbar.opened {
  transition: all .3s;
}
.cid-stQN1vcMfT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-stQN1vcMfT .navbar .navbar-logo img {
  width: auto;
}
.cid-stQN1vcMfT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stQN1vcMfT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stQN1vcMfT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stQN1vcMfT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stQN1vcMfT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stQN1vcMfT .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: 55%;
}
.cid-stQN1vcMfT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stQN1vcMfT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-stQN1vcMfT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stQN1vcMfT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stQN1vcMfT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stQN1vcMfT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stQN1vcMfT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stQN1vcMfT .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: 55%;
  }
  .cid-stQN1vcMfT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stQN1vcMfT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stQN1vcMfT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stQN1vcMfT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stQN1vcMfT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stQN1vcMfT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stQN1vcMfT .navbar.navbar-short {
  min-height: 60px;
}
.cid-stQN1vcMfT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stQN1vcMfT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stQN1vcMfT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stQN1vcMfT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stQN1vcMfT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stQN1vcMfT .dropdown-item.active,
.cid-stQN1vcMfT .dropdown-item:active {
  background-color: transparent;
}
.cid-stQN1vcMfT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stQN1vcMfT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stQN1vcMfT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stQN1vcMfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stQN1vcMfT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stQN1vcMfT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stQN1vcMfT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stQN1vcMfT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stQN1vcMfT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-stQN1vcMfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-stQN1vcMfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stQN1vcMfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stQN1vcMfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stQN1vcMfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stQN1vcMfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stQN1vcMfT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stQN1vcMfT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stQN1vcMfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stQN1vcMfT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stQN1vcMfT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stQN1vcMfT .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-stQN1vcMfT .navbar {
    height: 77px;
  }
  .cid-stQN1vcMfT .navbar.opened {
    height: auto;
  }
  .cid-stQN1vcMfT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stQNhCdxN3 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #220000;
}
.cid-stQNhCdxN3 .fb-page,
.cid-stQNhCdxN3 span,
.cid-stQNhCdxN3 iframe {
  width: 500px;
  height: 970px;
}
.cid-stQNhCdxN3 blockquote {
  display: none;
}
.cid-stQNhCdxN3 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-stQNhCdxN3 .mbr-section-title {
  color: #8dc93c;
}
.cid-stQZ2xKXVx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stQZ2xKXVx nav.navbar {
  position: fixed;
}
.cid-stQZ2xKXVx .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-stQZ2xKXVx .dropdown-menu {
  padding: 0;
}
.cid-stQZ2xKXVx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stQZ2xKXVx .dropdown-item:hover,
.cid-stQZ2xKXVx .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-stQZ2xKXVx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-stQZ2xKXVx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stQZ2xKXVx .nav-link {
  position: relative;
}
.cid-stQZ2xKXVx .container {
  display: flex;
  margin: auto;
}
.cid-stQZ2xKXVx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stQZ2xKXVx .navbar-caption {
  padding-right: 4rem;
}
.cid-stQZ2xKXVx .dropdown-menu,
.cid-stQZ2xKXVx .navbar.opened {
  background: #ffffff !important;
}
.cid-stQZ2xKXVx .nav-item:focus,
.cid-stQZ2xKXVx .nav-link:focus {
  outline: none;
}
.cid-stQZ2xKXVx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stQZ2xKXVx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stQZ2xKXVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stQZ2xKXVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stQZ2xKXVx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stQZ2xKXVx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stQZ2xKXVx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-stQZ2xKXVx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stQZ2xKXVx .navbar.opened {
  transition: all .3s;
}
.cid-stQZ2xKXVx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-stQZ2xKXVx .navbar .navbar-logo img {
  width: auto;
}
.cid-stQZ2xKXVx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stQZ2xKXVx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stQZ2xKXVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stQZ2xKXVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stQZ2xKXVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stQZ2xKXVx .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: 55%;
}
.cid-stQZ2xKXVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stQZ2xKXVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-stQZ2xKXVx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stQZ2xKXVx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stQZ2xKXVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stQZ2xKXVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stQZ2xKXVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stQZ2xKXVx .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: 55%;
  }
  .cid-stQZ2xKXVx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stQZ2xKXVx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stQZ2xKXVx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stQZ2xKXVx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stQZ2xKXVx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stQZ2xKXVx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stQZ2xKXVx .navbar.navbar-short {
  min-height: 60px;
}
.cid-stQZ2xKXVx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stQZ2xKXVx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stQZ2xKXVx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stQZ2xKXVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stQZ2xKXVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stQZ2xKXVx .dropdown-item.active,
.cid-stQZ2xKXVx .dropdown-item:active {
  background-color: transparent;
}
.cid-stQZ2xKXVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stQZ2xKXVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stQZ2xKXVx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stQZ2xKXVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stQZ2xKXVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stQZ2xKXVx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stQZ2xKXVx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stQZ2xKXVx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stQZ2xKXVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-stQZ2xKXVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-stQZ2xKXVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stQZ2xKXVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stQZ2xKXVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stQZ2xKXVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stQZ2xKXVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stQZ2xKXVx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stQZ2xKXVx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stQZ2xKXVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stQZ2xKXVx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stQZ2xKXVx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stQZ2xKXVx .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-stQZ2xKXVx .navbar {
    height: 77px;
  }
  .cid-stQZ2xKXVx .navbar.opened {
    height: auto;
  }
  .cid-stQZ2xKXVx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syFLO1bJ5y {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-syFLO1bJ5y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syFLO1bJ5y form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-syFLO1bJ5y form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-syFLO1bJ5y form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-syFLYh7cfA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-syFLYh7cfA .item {
  padding-bottom: 2rem;
}
.cid-syFLYh7cfA .item-wrapper {
  position: relative;
}
.cid-syFLYh7cfA .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-syFLYh7cfA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-syFLYh7cfA .carousel-control,
.cid-syFLYh7cfA .close {
  background: #1b1b1b;
}
.cid-syFLYh7cfA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-syFLYh7cfA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-syFLYh7cfA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-syFLYh7cfA .carousel-control-next span {
  margin-left: 5px;
}
.cid-syFLYh7cfA .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-syFLYh7cfA .close::before {
  content: '\e91a';
}
.cid-syFLYh7cfA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-syFLYh7cfA .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-syFLYh7cfA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syFLYh7cfA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-syFLYh7cfA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-syFLYh7cfA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-syFLYh7cfA .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-syFLYh7cfA .carousel-indicators li.active,
.cid-syFLYh7cfA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-syFLYh7cfA .carousel-indicators li::after,
.cid-syFLYh7cfA .carousel-indicators li::before {
  content: none;
}
.cid-syFLYh7cfA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-syFLYh7cfA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-syFLYh7cfA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-syFLYh7cfA .carousel-indicators {
    display: none;
  }
}
.cid-syFLYh7cfA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-syFLYh7cfA .carousel-inner > .active {
  display: block;
}
.cid-syFLYh7cfA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syFLYh7cfA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syFLYh7cfA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-syFLYh7cfA .carousel-control,
  .cid-syFLYh7cfA .carousel-indicators,
  .cid-syFLYh7cfA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-syFLYh7cfA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-syFLYh7cfA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syFLYh7cfA .carousel-indicators .active,
.cid-syFLYh7cfA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-syFLYh7cfA .carousel-indicators .active {
  background: #fff;
}
.cid-syFLYh7cfA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-syFLYh7cfA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-syFLYh7cfA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-syFLYh7cfA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-syFLYh7cfA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-syFLYh7cfA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-syFLYh7cfA .carousel {
  width: 100%;
}
.cid-syFLYh7cfA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-syFLYh7cfA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-syFLYh7cfA .modal.fade .modal-dialog,
.cid-syFLYh7cfA .modal.in .modal-dialog {
  transform: none;
}
.cid-syFLYh7cfA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syFLYh7cfA H6 {
  text-align: center;
}
.cid-stRjZ0EKNJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stRjZ0EKNJ nav.navbar {
  position: fixed;
}
.cid-stRjZ0EKNJ .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-stRjZ0EKNJ .dropdown-menu {
  padding: 0;
}
.cid-stRjZ0EKNJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stRjZ0EKNJ .dropdown-item:hover,
.cid-stRjZ0EKNJ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-stRjZ0EKNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-stRjZ0EKNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stRjZ0EKNJ .nav-link {
  position: relative;
}
.cid-stRjZ0EKNJ .container {
  display: flex;
  margin: auto;
}
.cid-stRjZ0EKNJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stRjZ0EKNJ .navbar-caption {
  padding-right: 4rem;
}
.cid-stRjZ0EKNJ .dropdown-menu,
.cid-stRjZ0EKNJ .navbar.opened {
  background: #ffffff !important;
}
.cid-stRjZ0EKNJ .nav-item:focus,
.cid-stRjZ0EKNJ .nav-link:focus {
  outline: none;
}
.cid-stRjZ0EKNJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stRjZ0EKNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stRjZ0EKNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stRjZ0EKNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stRjZ0EKNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stRjZ0EKNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stRjZ0EKNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-stRjZ0EKNJ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stRjZ0EKNJ .navbar.opened {
  transition: all .3s;
}
.cid-stRjZ0EKNJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-stRjZ0EKNJ .navbar .navbar-logo img {
  width: auto;
}
.cid-stRjZ0EKNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stRjZ0EKNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stRjZ0EKNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stRjZ0EKNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stRjZ0EKNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stRjZ0EKNJ .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: 55%;
}
.cid-stRjZ0EKNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stRjZ0EKNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-stRjZ0EKNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stRjZ0EKNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stRjZ0EKNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stRjZ0EKNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stRjZ0EKNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stRjZ0EKNJ .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: 55%;
  }
  .cid-stRjZ0EKNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stRjZ0EKNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stRjZ0EKNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stRjZ0EKNJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stRjZ0EKNJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stRjZ0EKNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stRjZ0EKNJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-stRjZ0EKNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stRjZ0EKNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stRjZ0EKNJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stRjZ0EKNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stRjZ0EKNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stRjZ0EKNJ .dropdown-item.active,
.cid-stRjZ0EKNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-stRjZ0EKNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stRjZ0EKNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stRjZ0EKNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stRjZ0EKNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stRjZ0EKNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stRjZ0EKNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stRjZ0EKNJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stRjZ0EKNJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stRjZ0EKNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-stRjZ0EKNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-stRjZ0EKNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stRjZ0EKNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stRjZ0EKNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stRjZ0EKNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stRjZ0EKNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stRjZ0EKNJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stRjZ0EKNJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stRjZ0EKNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stRjZ0EKNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stRjZ0EKNJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stRjZ0EKNJ .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-stRjZ0EKNJ .navbar {
    height: 77px;
  }
  .cid-stRjZ0EKNJ .navbar.opened {
    height: auto;
  }
  .cid-stRjZ0EKNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ1tRL7VG4 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #220000;
}
.cid-sJ1tRL7VG4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJ1tRL7VG4 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sJ1tRL7VG4 .mbr-section-title {
  color: #ffffff;
}
.cid-svQscd4C4w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-svQscd4C4w .video-wrapper iframe {
  width: 100%;
}
.cid-svQscd4C4w .mbr-section-title,
.cid-svQscd4C4w .mbr-section-subtitle,
.cid-svQscd4C4w .mbr-text {
  text-align: center;
}
.cid-sAghb8gRIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAghb8gRIa nav.navbar {
  position: fixed;
}
.cid-sAghb8gRIa .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-sAghb8gRIa .dropdown-menu {
  padding: 0;
}
.cid-sAghb8gRIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sAghb8gRIa .dropdown-item:hover,
.cid-sAghb8gRIa .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sAghb8gRIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAghb8gRIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAghb8gRIa .nav-link {
  position: relative;
}
.cid-sAghb8gRIa .container {
  display: flex;
  margin: auto;
}
.cid-sAghb8gRIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAghb8gRIa .navbar-caption {
  padding-right: 4rem;
}
.cid-sAghb8gRIa .dropdown-menu,
.cid-sAghb8gRIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sAghb8gRIa .nav-item:focus,
.cid-sAghb8gRIa .nav-link:focus {
  outline: none;
}
.cid-sAghb8gRIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAghb8gRIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAghb8gRIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAghb8gRIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAghb8gRIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAghb8gRIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAghb8gRIa .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sAghb8gRIa .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sAghb8gRIa .navbar.opened {
  transition: all .3s;
}
.cid-sAghb8gRIa .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAghb8gRIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sAghb8gRIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAghb8gRIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAghb8gRIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sAghb8gRIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAghb8gRIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAghb8gRIa .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: 55%;
}
.cid-sAghb8gRIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAghb8gRIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAghb8gRIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAghb8gRIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAghb8gRIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAghb8gRIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAghb8gRIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAghb8gRIa .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: 55%;
  }
  .cid-sAghb8gRIa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sAghb8gRIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAghb8gRIa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAghb8gRIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAghb8gRIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAghb8gRIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAghb8gRIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAghb8gRIa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sAghb8gRIa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAghb8gRIa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAghb8gRIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAghb8gRIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAghb8gRIa .dropdown-item.active,
.cid-sAghb8gRIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sAghb8gRIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAghb8gRIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAghb8gRIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAghb8gRIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAghb8gRIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAghb8gRIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAghb8gRIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAghb8gRIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAghb8gRIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAghb8gRIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sAghb8gRIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAghb8gRIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAghb8gRIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAghb8gRIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAghb8gRIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAghb8gRIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAghb8gRIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAghb8gRIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAghb8gRIa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sAghb8gRIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAghb8gRIa .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-sAghb8gRIa .navbar {
    height: 77px;
  }
  .cid-sAghb8gRIa .navbar.opened {
    height: auto;
  }
  .cid-sAghb8gRIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAgiKhmCTU {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sIPDpi2o3B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #220000;
}
.cid-sIPDpi2o3B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIPDpi2o3B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIPDpi2o3B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIPDpi2o3B .mbr-section-title {
  color: #f86218;
  text-align: center;
}
.cid-sIPDpi2o3B .mbr-text,
.cid-sIPDpi2o3B .mbr-section-btn {
  color: #ffffff;
}
.cid-sGo6ZfljG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #220000;
}
.cid-sGo6ZfljG5 .row {
  flex-direction: row-reverse;
}
.cid-sGo6ZfljG5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGo6ZfljG5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGo6ZfljG5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sGo6ZfljG5 .mbr-section-title {
  color: #e43f3f;
}
.cid-sGo6ZfljG5 .mbr-text,
.cid-sGo6ZfljG5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sIPUME0BDd {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #220000;
}
@media (max-width: 991px) {
  .cid-sIPUME0BDd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sIPUME0BDd .row {
  flex-direction: row-reverse;
}
.cid-sIPUME0BDd img {
  width: 100%;
}
.cid-sIPW2kitUo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #220000;
}
@media (max-width: 991px) {
  .cid-sIPW2kitUo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sIPW2kitUo .row {
  flex-direction: row-reverse;
}
.cid-sIPW2kitUo img {
  width: 100%;
}
.cid-sAghwsk5LL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #220000;
}
@media (max-width: 991px) {
  .cid-sAghwsk5LL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sAghwsk5LL .row {
  flex-direction: row-reverse;
}
.cid-sAghwsk5LL img {
  width: 100%;
}
.cid-sAxTSHiYis {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sAxTSHiYis .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAxTSHiYis .timeline-element {
  position: relative;
}
.cid-sAxTSHiYis .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sAxTSHiYis .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #05a03d;
  top: 30px;
  margin-left: -9px;
}
.cid-sAxTSHiYis .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #05a03d;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-sAxTSHiYis .iconBackground {
    left: 15px !important;
  }
  .cid-sAxTSHiYis .separline:before {
    left: 15px !important;
  }
}
.cid-sAxTSHiYis .mbr-section-title,
.cid-sAxTSHiYis .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sAxTSHiYis .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-sAxTSHiYis .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sAxTSHiYis .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-sAxTSHiYis .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-sAxTSHiYis .timeline-text-content {
  margin-left: 2rem;
}
.cid-sAxTSHiYis .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sAxTSHiYis .mbr-timeline-date {
  text-align: right;
}
.cid-sAxTSHiYis .mbr-section-title {
  color: #05a03d;
}
.cid-sAxTSHiYis .mbr-timeline-text {
  color: #8dc93c;
}
.cid-sAxRLKMGpz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAxRLKMGpz nav.navbar {
  position: fixed;
}
.cid-sAxRLKMGpz .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-sAxRLKMGpz .dropdown-menu {
  padding: 0;
}
.cid-sAxRLKMGpz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sAxRLKMGpz .dropdown-item:hover,
.cid-sAxRLKMGpz .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sAxRLKMGpz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAxRLKMGpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAxRLKMGpz .nav-link {
  position: relative;
}
.cid-sAxRLKMGpz .container {
  display: flex;
  margin: auto;
}
.cid-sAxRLKMGpz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAxRLKMGpz .navbar-caption {
  padding-right: 4rem;
}
.cid-sAxRLKMGpz .dropdown-menu,
.cid-sAxRLKMGpz .navbar.opened {
  background: #ffffff !important;
}
.cid-sAxRLKMGpz .nav-item:focus,
.cid-sAxRLKMGpz .nav-link:focus {
  outline: none;
}
.cid-sAxRLKMGpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAxRLKMGpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAxRLKMGpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAxRLKMGpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAxRLKMGpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAxRLKMGpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAxRLKMGpz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sAxRLKMGpz .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sAxRLKMGpz .navbar.opened {
  transition: all .3s;
}
.cid-sAxRLKMGpz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAxRLKMGpz .navbar .navbar-logo img {
  width: auto;
}
.cid-sAxRLKMGpz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAxRLKMGpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAxRLKMGpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sAxRLKMGpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAxRLKMGpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAxRLKMGpz .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: 55%;
}
.cid-sAxRLKMGpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAxRLKMGpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAxRLKMGpz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAxRLKMGpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAxRLKMGpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAxRLKMGpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAxRLKMGpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAxRLKMGpz .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: 55%;
  }
  .cid-sAxRLKMGpz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sAxRLKMGpz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAxRLKMGpz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAxRLKMGpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAxRLKMGpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAxRLKMGpz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAxRLKMGpz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAxRLKMGpz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sAxRLKMGpz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAxRLKMGpz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAxRLKMGpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAxRLKMGpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAxRLKMGpz .dropdown-item.active,
.cid-sAxRLKMGpz .dropdown-item:active {
  background-color: transparent;
}
.cid-sAxRLKMGpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAxRLKMGpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAxRLKMGpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAxRLKMGpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAxRLKMGpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAxRLKMGpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAxRLKMGpz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAxRLKMGpz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAxRLKMGpz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAxRLKMGpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sAxRLKMGpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAxRLKMGpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAxRLKMGpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAxRLKMGpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAxRLKMGpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAxRLKMGpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAxRLKMGpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAxRLKMGpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAxRLKMGpz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sAxRLKMGpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAxRLKMGpz .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-sAxRLKMGpz .navbar {
    height: 77px;
  }
  .cid-sAxRLKMGpz .navbar.opened {
    height: auto;
  }
  .cid-sAxRLKMGpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAxRYiOXIj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sAxRYiOXIj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sAxRYiOXIj .row {
  flex-direction: row-reverse;
}
.cid-sAxRYiOXIj img {
  width: 100%;
}
.cid-sAxSl4JZb6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sAxSl4JZb6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-sAxSl4JZb6 .item .icon-wrap {
  text-align: center;
}
.cid-sAxSl4JZb6 .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #05a03d;
  transform: translate(-50%, 0);
}
.cid-sAxSl4JZb6 .item:last-child:before {
  display: none;
}
.cid-sAxSl4JZb6 .item.last::before {
  display: none;
}
.cid-sAxSl4JZb6 .icon-box {
  background: #05a03d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-sAxSl4JZb6 .text-box {
  text-align: center;
}
.cid-sAxSl4JZb6 span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-sAxSl4JZb6 .card {
    margin-bottom: 2rem;
  }
  .cid-sAxSl4JZb6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sAxSpPFgKI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sAxSpPFgKI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sAxSpPFgKI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sAxSpPFgKI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sAxSpPFgKI H3 {
  color: #05a03d;
}
.cid-sLFFJ7WRWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLFFJ7WRWC nav.navbar {
  position: fixed;
}
.cid-sLFFJ7WRWC .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-sLFFJ7WRWC .dropdown-menu {
  padding: 0;
}
.cid-sLFFJ7WRWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLFFJ7WRWC .dropdown-item:hover,
.cid-sLFFJ7WRWC .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sLFFJ7WRWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLFFJ7WRWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLFFJ7WRWC .nav-link {
  position: relative;
}
.cid-sLFFJ7WRWC .container {
  display: flex;
  margin: auto;
}
.cid-sLFFJ7WRWC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLFFJ7WRWC .navbar-caption {
  padding-right: 4rem;
}
.cid-sLFFJ7WRWC .dropdown-menu,
.cid-sLFFJ7WRWC .navbar.opened {
  background: #ffffff !important;
}
.cid-sLFFJ7WRWC .nav-item:focus,
.cid-sLFFJ7WRWC .nav-link:focus {
  outline: none;
}
.cid-sLFFJ7WRWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLFFJ7WRWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLFFJ7WRWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLFFJ7WRWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLFFJ7WRWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLFFJ7WRWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLFFJ7WRWC .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sLFFJ7WRWC .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLFFJ7WRWC .navbar.opened {
  transition: all .3s;
}
.cid-sLFFJ7WRWC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLFFJ7WRWC .navbar .navbar-logo img {
  width: auto;
}
.cid-sLFFJ7WRWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLFFJ7WRWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLFFJ7WRWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLFFJ7WRWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLFFJ7WRWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLFFJ7WRWC .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: 55%;
}
.cid-sLFFJ7WRWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLFFJ7WRWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLFFJ7WRWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLFFJ7WRWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLFFJ7WRWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLFFJ7WRWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLFFJ7WRWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLFFJ7WRWC .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: 55%;
  }
  .cid-sLFFJ7WRWC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLFFJ7WRWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLFFJ7WRWC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLFFJ7WRWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLFFJ7WRWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLFFJ7WRWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLFFJ7WRWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLFFJ7WRWC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLFFJ7WRWC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLFFJ7WRWC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLFFJ7WRWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLFFJ7WRWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLFFJ7WRWC .dropdown-item.active,
.cid-sLFFJ7WRWC .dropdown-item:active {
  background-color: transparent;
}
.cid-sLFFJ7WRWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLFFJ7WRWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLFFJ7WRWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLFFJ7WRWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLFFJ7WRWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLFFJ7WRWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLFFJ7WRWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLFFJ7WRWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLFFJ7WRWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLFFJ7WRWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sLFFJ7WRWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLFFJ7WRWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLFFJ7WRWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLFFJ7WRWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLFFJ7WRWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLFFJ7WRWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLFFJ7WRWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLFFJ7WRWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLFFJ7WRWC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLFFJ7WRWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLFFJ7WRWC .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-sLFFJ7WRWC .navbar {
    height: 77px;
  }
  .cid-sLFFJ7WRWC .navbar.opened {
    height: auto;
  }
  .cid-sLFFJ7WRWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLFFJ8gqfp {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #65c6d4;
}
.cid-sLFFJ8gqfp .mbr-section-title {
  color: #ffffff;
}
.cid-sLRlZRQnCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #220000;
}
.cid-sLRlZRQnCa .mbr-section-subtitle {
  color: #ffffff;
}
