.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: '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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fff0b0 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !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: #e43f3f;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff0b0;
  color: #fff0b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: #ffe059 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !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: #e43f3f !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fff0b0 !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: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd4a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fff0b0;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%23e43f3f' %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-uvmQiMdZSV {
  z-index: 1000;
  width: 100%;
}
.cid-uvmQiMdZSV nav.navbar {
  position: fixed;
}
.cid-uvmQiMdZSV .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-uvmQiMdZSV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvmQiMdZSV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvmQiMdZSV .dropdown-item:hover,
.cid-uvmQiMdZSV .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvmQiMdZSV .dropdown-item:hover span {
  color: white;
}
.cid-uvmQiMdZSV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvmQiMdZSV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvmQiMdZSV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvmQiMdZSV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvmQiMdZSV .nav-link {
  position: relative;
}
.cid-uvmQiMdZSV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvmQiMdZSV .container {
    flex-wrap: nowrap;
  }
}
.cid-uvmQiMdZSV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvmQiMdZSV .dropdown-menu,
.cid-uvmQiMdZSV .navbar.opened {
  background: #353535 !important;
}
.cid-uvmQiMdZSV .nav-item:focus,
.cid-uvmQiMdZSV .nav-link:focus {
  outline: none;
}
.cid-uvmQiMdZSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvmQiMdZSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvmQiMdZSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvmQiMdZSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvmQiMdZSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvmQiMdZSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvmQiMdZSV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvmQiMdZSV .navbar.opened {
  transition: all 0.3s;
}
.cid-uvmQiMdZSV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvmQiMdZSV .navbar .navbar-logo img {
  width: auto;
}
.cid-uvmQiMdZSV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvmQiMdZSV .navbar.collapsed {
  justify-content: center;
}
.cid-uvmQiMdZSV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvmQiMdZSV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvmQiMdZSV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvmQiMdZSV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvmQiMdZSV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvmQiMdZSV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvmQiMdZSV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvmQiMdZSV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvmQiMdZSV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvmQiMdZSV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvmQiMdZSV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvmQiMdZSV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvmQiMdZSV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvmQiMdZSV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvmQiMdZSV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvmQiMdZSV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvmQiMdZSV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvmQiMdZSV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvmQiMdZSV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvmQiMdZSV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvmQiMdZSV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvmQiMdZSV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvmQiMdZSV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvmQiMdZSV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvmQiMdZSV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvmQiMdZSV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvmQiMdZSV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvmQiMdZSV .dropdown-item.active,
.cid-uvmQiMdZSV .dropdown-item:active {
  background-color: transparent;
}
.cid-uvmQiMdZSV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvmQiMdZSV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvmQiMdZSV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvmQiMdZSV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvmQiMdZSV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvmQiMdZSV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvmQiMdZSV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvmQiMdZSV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvmQiMdZSV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvmQiMdZSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvmQiMdZSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvmQiMdZSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmQiMdZSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmQiMdZSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvmQiMdZSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmQiMdZSV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvmQiMdZSV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvmQiMdZSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmQiMdZSV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvmQiMdZSV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvmQiMdZSV .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-uvmQiMdZSV .navbar {
    height: 70px;
  }
  .cid-uvmQiMdZSV .navbar.opened {
    height: auto;
  }
  .cid-uvmQiMdZSV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvmRwvaS1w {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mosel1-2000x1500.webp");
}
.cid-uvmRwvaS1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmRwvaS1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmRwvaS1w .row {
  flex-direction: row-reverse;
}
.cid-uvmRwvaS1w .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvmRwvaS1w .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvmRwvaS1w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvmRwvaS1w .mbr-section-title {
  color: #fff0b0;
}
.cid-uQAdndRiY6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQAdndRiY6 .mbr-text {
  text-align: center;
}
.cid-uQz4ELholn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQz4ELholn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz4ELholn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz4ELholn .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-uUeGit8Ksp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uUeGit8Ksp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeGit8Ksp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeGit8Ksp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUeGit8Ksp .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUeGit8Ksp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUeGit8Ksp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUeGit8Ksp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUeGit8Ksp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUeGit8Ksp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUeGit8Ksp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUeGit8Ksp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUeGit8Ksp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUeINyvDZY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uUeINyvDZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeINyvDZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeINyvDZY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUeINyvDZY .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUeINyvDZY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUeINyvDZY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUeINyvDZY .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUeINyvDZY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUeINyvDZY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUeINyvDZY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUeINyvDZY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUeINyvDZY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uQyZVH2Ik9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uQyZVH2Ik9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyZVH2Ik9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyZVH2Ik9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uQyZVH2Ik9 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uQyZVH2Ik9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQyZVH2Ik9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uQyZVH2Ik9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uQyZVH2Ik9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uQyZVH2Ik9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQyZVH2Ik9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uQyZVH2Ik9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQyZVH2Ik9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uR7nwbwLMF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/20230603-191906-432x324.webp");
}
.cid-uR7nwbwLMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7nwbwLMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7nwbwLMF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR7nwbwLMF .row {
    flex-direction: column-reverse;
  }
  .cid-uR7nwbwLMF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uR7nwbwLMF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR7nwbwLMF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uR7nwbwLMF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDX2nAg50b {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDX2nAg50b .carousel {
    min-height: 800px;
  }
  .cid-uDX2nAg50b .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDX2nAg50b .carousel {
    min-height: 520px;
  }
  .cid-uDX2nAg50b .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uDX2nAg50b .carousel {
    min-height: 440px;
  }
  .cid-uDX2nAg50b .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uDX2nAg50b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uDX2nAg50b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uDX2nAg50b .carousel,
.cid-uDX2nAg50b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDX2nAg50b .item-wrapper {
  width: 100%;
}
.cid-uDX2nAg50b .carousel-caption {
  bottom: 40px;
}
.cid-uDX2nAg50b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uDX2nAg50b .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uDX2nAg50b .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uDX2nAg50b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uDX2nAg50b .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uDX2nAg50b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDX2nAg50b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDX2nAg50b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDX2nAg50b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uDX2nAg50b .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-uDX2nAg50b .carousel-indicators li.active,
.cid-uDX2nAg50b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDX2nAg50b .carousel-indicators li::after,
.cid-uDX2nAg50b .carousel-indicators li::before {
  content: none;
}
.cid-uDX2nAg50b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDX2nAg50b .carousel-indicators {
    display: none !important;
  }
}
.cid-uvn5w8qWET {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvBUgaVfd1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20241124-125426-574x450.webp");
}
.cid-uvBUgaVfd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBUgaVfd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBUgaVfd1 .mbr-section-title {
  color: #fafafa;
}
.cid-uvBUgaVfd1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uvynP2QWSk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvynP2QWSk .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-uvne4zB5BZ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-20241124-125426-2000x1500.webp");
}
.cid-uvne4zB5BZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvne4zB5BZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvne4zB5BZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uvne4zB5BZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-uvne4zB5BZ .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uvne4zB5BZ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uvne4zB5BZ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uvne4zB5BZ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvne4zB5BZ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uvne4zB5BZ .social-row {
  text-align: center;
}
.cid-uvne4zB5BZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uvne4zB5BZ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uvne4zB5BZ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uvne4zB5BZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uvne4zB5BZ .mbr-section-title {
  color: #fff0b0;
}
.cid-uvne4zB5BZ .card-title,
.cid-uvne4zB5BZ .social-row {
  color: #000000;
}
.cid-uvygGMExuL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvygGMExuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvygGMExuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvygGMExuL ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uvygGMExuL li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uvygGMExuL ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uvygGMExuL H3 {
  color: #e43f3f;
}
.cid-uvnhCqjwoD {
  background-image: url("../../../assets/images/img-20241124-125250-2000x1500.webp");
}
.cid-uvnhCqjwoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvnhCqjwoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvnhCqjwoD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uvnhCqjwoD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvnhCqjwoD .row {
  flex-direction: row-reverse;
}
.cid-uvnhCqjwoD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvnhCqjwoD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvnhCqjwoD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvnhCqjwoD .mbr-section-title {
  color: #ffe161;
}
.cid-uvnhCqjwoD .mbr-description {
  color: #ffffff;
}
.cid-uvncz7E2DR {
  z-index: 1000;
  width: 100%;
}
.cid-uvncz7E2DR nav.navbar {
  position: fixed;
}
.cid-uvncz7E2DR .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-uvncz7E2DR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvncz7E2DR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvncz7E2DR .dropdown-item:hover,
.cid-uvncz7E2DR .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvncz7E2DR .dropdown-item:hover span {
  color: white;
}
.cid-uvncz7E2DR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvncz7E2DR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvncz7E2DR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvncz7E2DR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvncz7E2DR .nav-link {
  position: relative;
}
.cid-uvncz7E2DR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvncz7E2DR .container {
    flex-wrap: nowrap;
  }
}
.cid-uvncz7E2DR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvncz7E2DR .dropdown-menu,
.cid-uvncz7E2DR .navbar.opened {
  background: #353535 !important;
}
.cid-uvncz7E2DR .nav-item:focus,
.cid-uvncz7E2DR .nav-link:focus {
  outline: none;
}
.cid-uvncz7E2DR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvncz7E2DR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvncz7E2DR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvncz7E2DR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvncz7E2DR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvncz7E2DR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvncz7E2DR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvncz7E2DR .navbar.opened {
  transition: all 0.3s;
}
.cid-uvncz7E2DR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvncz7E2DR .navbar .navbar-logo img {
  width: auto;
}
.cid-uvncz7E2DR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvncz7E2DR .navbar.collapsed {
  justify-content: center;
}
.cid-uvncz7E2DR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvncz7E2DR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvncz7E2DR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvncz7E2DR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvncz7E2DR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvncz7E2DR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvncz7E2DR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvncz7E2DR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvncz7E2DR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvncz7E2DR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvncz7E2DR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvncz7E2DR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvncz7E2DR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvncz7E2DR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvncz7E2DR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvncz7E2DR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvncz7E2DR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvncz7E2DR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvncz7E2DR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvncz7E2DR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvncz7E2DR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvncz7E2DR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvncz7E2DR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvncz7E2DR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvncz7E2DR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvncz7E2DR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvncz7E2DR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvncz7E2DR .dropdown-item.active,
.cid-uvncz7E2DR .dropdown-item:active {
  background-color: transparent;
}
.cid-uvncz7E2DR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvncz7E2DR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvncz7E2DR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvncz7E2DR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvncz7E2DR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvncz7E2DR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvncz7E2DR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvncz7E2DR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvncz7E2DR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvncz7E2DR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvncz7E2DR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvncz7E2DR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvncz7E2DR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvncz7E2DR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvncz7E2DR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvncz7E2DR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvncz7E2DR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvncz7E2DR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvncz7E2DR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvncz7E2DR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvncz7E2DR .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-uvncz7E2DR .navbar {
    height: 70px;
  }
  .cid-uvncz7E2DR .navbar.opened {
    height: auto;
  }
  .cid-uvncz7E2DR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvnczawt1D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvncR3csJn {
  z-index: 1000;
  width: 100%;
}
.cid-uvncR3csJn nav.navbar {
  position: fixed;
}
.cid-uvncR3csJn .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-uvncR3csJn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvncR3csJn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvncR3csJn .dropdown-item:hover,
.cid-uvncR3csJn .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvncR3csJn .dropdown-item:hover span {
  color: white;
}
.cid-uvncR3csJn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvncR3csJn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvncR3csJn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvncR3csJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvncR3csJn .nav-link {
  position: relative;
}
.cid-uvncR3csJn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvncR3csJn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvncR3csJn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvncR3csJn .dropdown-menu,
.cid-uvncR3csJn .navbar.opened {
  background: #353535 !important;
}
.cid-uvncR3csJn .nav-item:focus,
.cid-uvncR3csJn .nav-link:focus {
  outline: none;
}
.cid-uvncR3csJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvncR3csJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvncR3csJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvncR3csJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvncR3csJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvncR3csJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvncR3csJn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvncR3csJn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvncR3csJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvncR3csJn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvncR3csJn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvncR3csJn .navbar.collapsed {
  justify-content: center;
}
.cid-uvncR3csJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvncR3csJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvncR3csJn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvncR3csJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvncR3csJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvncR3csJn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvncR3csJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvncR3csJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvncR3csJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvncR3csJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvncR3csJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvncR3csJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvncR3csJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvncR3csJn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvncR3csJn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvncR3csJn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvncR3csJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvncR3csJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvncR3csJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvncR3csJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvncR3csJn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvncR3csJn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvncR3csJn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvncR3csJn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvncR3csJn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvncR3csJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvncR3csJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvncR3csJn .dropdown-item.active,
.cid-uvncR3csJn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvncR3csJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvncR3csJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvncR3csJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvncR3csJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvncR3csJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvncR3csJn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvncR3csJn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvncR3csJn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvncR3csJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvncR3csJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvncR3csJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvncR3csJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvncR3csJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvncR3csJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvncR3csJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvncR3csJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvncR3csJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvncR3csJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvncR3csJn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvncR3csJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvncR3csJn .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-uvncR3csJn .navbar {
    height: 70px;
  }
  .cid-uvncR3csJn .navbar.opened {
    height: auto;
  }
  .cid-uvncR3csJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvncR4vpJB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-20241124-125426-2000x1500.webp");
}
.cid-uvncR4vpJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvncR4vpJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvncR4vpJB .row {
  flex-direction: row-reverse;
}
.cid-uvncR4vpJB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvncR4vpJB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvncR4vpJB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvncR4vpJB .mbr-section-title {
  color: #fff0b0;
}
.cid-uvC24TXxKb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvC24TXxKb blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #ff9966;
}
.cid-uvnneMLsnp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvnneMLsnp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvncR5ATWs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvnd304O0N {
  z-index: 1000;
  width: 100%;
}
.cid-uvnd304O0N nav.navbar {
  position: fixed;
}
.cid-uvnd304O0N .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-uvnd304O0N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvnd304O0N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvnd304O0N .dropdown-item:hover,
.cid-uvnd304O0N .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvnd304O0N .dropdown-item:hover span {
  color: white;
}
.cid-uvnd304O0N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvnd304O0N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvnd304O0N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvnd304O0N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvnd304O0N .nav-link {
  position: relative;
}
.cid-uvnd304O0N .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvnd304O0N .container {
    flex-wrap: nowrap;
  }
}
.cid-uvnd304O0N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvnd304O0N .dropdown-menu,
.cid-uvnd304O0N .navbar.opened {
  background: #353535 !important;
}
.cid-uvnd304O0N .nav-item:focus,
.cid-uvnd304O0N .nav-link:focus {
  outline: none;
}
.cid-uvnd304O0N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvnd304O0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvnd304O0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvnd304O0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvnd304O0N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvnd304O0N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvnd304O0N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvnd304O0N .navbar.opened {
  transition: all 0.3s;
}
.cid-uvnd304O0N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvnd304O0N .navbar .navbar-logo img {
  width: auto;
}
.cid-uvnd304O0N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvnd304O0N .navbar.collapsed {
  justify-content: center;
}
.cid-uvnd304O0N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvnd304O0N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvnd304O0N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvnd304O0N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvnd304O0N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvnd304O0N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvnd304O0N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvnd304O0N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvnd304O0N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvnd304O0N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvnd304O0N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvnd304O0N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvnd304O0N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvnd304O0N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvnd304O0N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvnd304O0N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvnd304O0N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvnd304O0N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvnd304O0N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvnd304O0N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvnd304O0N .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvnd304O0N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvnd304O0N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvnd304O0N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvnd304O0N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvnd304O0N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvnd304O0N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvnd304O0N .dropdown-item.active,
.cid-uvnd304O0N .dropdown-item:active {
  background-color: transparent;
}
.cid-uvnd304O0N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvnd304O0N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvnd304O0N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvnd304O0N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvnd304O0N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvnd304O0N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvnd304O0N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvnd304O0N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvnd304O0N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvnd304O0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvnd304O0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvnd304O0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvnd304O0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvnd304O0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvnd304O0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvnd304O0N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvnd304O0N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvnd304O0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvnd304O0N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvnd304O0N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvnd304O0N .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-uvnd304O0N .navbar {
    height: 70px;
  }
  .cid-uvnd304O0N .navbar.opened {
    height: auto;
  }
  .cid-uvnd304O0N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvnd31GYZq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20241124-125426-2000x1500.webp");
}
.cid-uvnd31GYZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvnd31GYZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvnd31GYZq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvnd31GYZq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvnd31GYZq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvnd31GYZq .mbr-section-title {
  color: #fff0b0;
}
.cid-uvnd31GYZq .mbr-text,
.cid-uvnd31GYZq .mbr-section-btn {
  color: #ffe885;
}
.cid-uvnd32MOKW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvBEIN3ika {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvBEIN3ika .mbr-text {
  text-align: center;
}
.cid-uvBEIN3ika .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-uvnd5GLp9i {
  z-index: 1000;
  width: 100%;
}
.cid-uvnd5GLp9i nav.navbar {
  position: fixed;
}
.cid-uvnd5GLp9i .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-uvnd5GLp9i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvnd5GLp9i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvnd5GLp9i .dropdown-item:hover,
.cid-uvnd5GLp9i .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvnd5GLp9i .dropdown-item:hover span {
  color: white;
}
.cid-uvnd5GLp9i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvnd5GLp9i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvnd5GLp9i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvnd5GLp9i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvnd5GLp9i .nav-link {
  position: relative;
}
.cid-uvnd5GLp9i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvnd5GLp9i .container {
    flex-wrap: nowrap;
  }
}
.cid-uvnd5GLp9i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvnd5GLp9i .dropdown-menu,
.cid-uvnd5GLp9i .navbar.opened {
  background: #353535 !important;
}
.cid-uvnd5GLp9i .nav-item:focus,
.cid-uvnd5GLp9i .nav-link:focus {
  outline: none;
}
.cid-uvnd5GLp9i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvnd5GLp9i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvnd5GLp9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvnd5GLp9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvnd5GLp9i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvnd5GLp9i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvnd5GLp9i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvnd5GLp9i .navbar.opened {
  transition: all 0.3s;
}
.cid-uvnd5GLp9i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvnd5GLp9i .navbar .navbar-logo img {
  width: auto;
}
.cid-uvnd5GLp9i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvnd5GLp9i .navbar.collapsed {
  justify-content: center;
}
.cid-uvnd5GLp9i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvnd5GLp9i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvnd5GLp9i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvnd5GLp9i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvnd5GLp9i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvnd5GLp9i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvnd5GLp9i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvnd5GLp9i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvnd5GLp9i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvnd5GLp9i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvnd5GLp9i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvnd5GLp9i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvnd5GLp9i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvnd5GLp9i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvnd5GLp9i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvnd5GLp9i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvnd5GLp9i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvnd5GLp9i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvnd5GLp9i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvnd5GLp9i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvnd5GLp9i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvnd5GLp9i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvnd5GLp9i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvnd5GLp9i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvnd5GLp9i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvnd5GLp9i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvnd5GLp9i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvnd5GLp9i .dropdown-item.active,
.cid-uvnd5GLp9i .dropdown-item:active {
  background-color: transparent;
}
.cid-uvnd5GLp9i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvnd5GLp9i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvnd5GLp9i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvnd5GLp9i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvnd5GLp9i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvnd5GLp9i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvnd5GLp9i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvnd5GLp9i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvnd5GLp9i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvnd5GLp9i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvnd5GLp9i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvnd5GLp9i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvnd5GLp9i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvnd5GLp9i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvnd5GLp9i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvnd5GLp9i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvnd5GLp9i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvnd5GLp9i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvnd5GLp9i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvnd5GLp9i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvnd5GLp9i .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-uvnd5GLp9i .navbar {
    height: 70px;
  }
  .cid-uvnd5GLp9i .navbar.opened {
    height: auto;
  }
  .cid-uvnd5GLp9i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhFN6PF1L {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uEhFN6PF1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEhFN6PF1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEhFN6PF1L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEhFN6PF1L img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEhFN6PF1L .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDWOgBfaXc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-uDWOgBfaXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDWOgBfaXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDWOgBfaXc ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDWOgBfaXc li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDWOgBfaXc ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDWLNPXCTs {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDWLNPXCTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDWLNPXCTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDWLNPXCTs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDWLNPXCTs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDWLNPXCTs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxZcSF1gQK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-uxZcSF1gQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZcSF1gQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxZcSF1gQK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxZcSF1gQK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxZcSF1gQK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzz01XC4Fv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzz01XC4Fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzz01XC4Fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzz01XC4Fv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzz01XC4Fv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzz01XC4Fv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFf79pYG3i {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cover-drumm2-767x773.webp");
}
.cid-uFf79pYG3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf79pYG3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFf79pYG3i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFf79pYG3i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFf79pYG3i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvBECFKPog {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-uvBECFKPog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBECFKPog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvBECFKPog .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBECFKPog img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvBECFKPog .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxZ543oOXP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxZ543oOXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZ543oOXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxZ543oOXP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxZ543oOXP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxZ543oOXP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxZ555SfsE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uxZ555SfsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZ555SfsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxZ555SfsE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxZ555SfsE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxZ555SfsE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLKh6KIToi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLKh6KIToi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKh6KIToi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLKh6KIToi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLKh6KIToi .row {
  flex-direction: row-reverse;
}
.cid-uLKh6KIToi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLKh6KIToi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDX00ZtMB0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-uDX00ZtMB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDX00ZtMB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDX00ZtMB0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDX00ZtMB0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDX00ZtMB0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvnd5IWqB8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvyuFLfknw {
  z-index: 1000;
  width: 100%;
}
.cid-uvyuFLfknw nav.navbar {
  position: fixed;
}
.cid-uvyuFLfknw .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-uvyuFLfknw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvyuFLfknw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvyuFLfknw .dropdown-item:hover,
.cid-uvyuFLfknw .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvyuFLfknw .dropdown-item:hover span {
  color: white;
}
.cid-uvyuFLfknw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvyuFLfknw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvyuFLfknw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvyuFLfknw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvyuFLfknw .nav-link {
  position: relative;
}
.cid-uvyuFLfknw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvyuFLfknw .container {
    flex-wrap: nowrap;
  }
}
.cid-uvyuFLfknw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvyuFLfknw .dropdown-menu,
.cid-uvyuFLfknw .navbar.opened {
  background: #353535 !important;
}
.cid-uvyuFLfknw .nav-item:focus,
.cid-uvyuFLfknw .nav-link:focus {
  outline: none;
}
.cid-uvyuFLfknw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyuFLfknw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyuFLfknw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvyuFLfknw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyuFLfknw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyuFLfknw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyuFLfknw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvyuFLfknw .navbar.opened {
  transition: all 0.3s;
}
.cid-uvyuFLfknw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvyuFLfknw .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyuFLfknw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvyuFLfknw .navbar.collapsed {
  justify-content: center;
}
.cid-uvyuFLfknw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyuFLfknw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyuFLfknw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvyuFLfknw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyuFLfknw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyuFLfknw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvyuFLfknw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyuFLfknw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvyuFLfknw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvyuFLfknw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyuFLfknw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyuFLfknw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyuFLfknw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyuFLfknw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvyuFLfknw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvyuFLfknw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvyuFLfknw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyuFLfknw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvyuFLfknw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyuFLfknw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvyuFLfknw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvyuFLfknw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvyuFLfknw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvyuFLfknw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvyuFLfknw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyuFLfknw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyuFLfknw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyuFLfknw .dropdown-item.active,
.cid-uvyuFLfknw .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyuFLfknw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyuFLfknw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyuFLfknw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyuFLfknw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvyuFLfknw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvyuFLfknw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvyuFLfknw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyuFLfknw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvyuFLfknw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvyuFLfknw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvyuFLfknw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvyuFLfknw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyuFLfknw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyuFLfknw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvyuFLfknw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyuFLfknw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvyuFLfknw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvyuFLfknw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyuFLfknw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvyuFLfknw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyuFLfknw .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-uvyuFLfknw .navbar {
    height: 70px;
  }
  .cid-uvyuFLfknw .navbar.opened {
    height: auto;
  }
  .cid-uvyuFLfknw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyAKluTRy {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvyAKluTRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyAKluTRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyAKluTRy .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uvyAKluTRy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvyAKluTRy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvyAKluTRy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvyAKluTRy .mbr-section-title {
  color: #e43f3f;
}
.cid-uFgcpBilPt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFgcpBilPt .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFgb6ZILVF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFgb6ZILVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgb6ZILVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFgb6ZILVF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFgb6ZILVF .row {
  flex-direction: row-reverse;
}
.cid-uFgb6ZILVF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFgb6ZILVF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFgcS9SzK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFgcS9SzK8 blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uvyuFMXdKj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvyuWWLN76 {
  z-index: 1000;
  width: 100%;
}
.cid-uvyuWWLN76 nav.navbar {
  position: fixed;
}
.cid-uvyuWWLN76 .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-uvyuWWLN76 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvyuWWLN76 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvyuWWLN76 .dropdown-item:hover,
.cid-uvyuWWLN76 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvyuWWLN76 .dropdown-item:hover span {
  color: white;
}
.cid-uvyuWWLN76 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvyuWWLN76 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvyuWWLN76 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvyuWWLN76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvyuWWLN76 .nav-link {
  position: relative;
}
.cid-uvyuWWLN76 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvyuWWLN76 .container {
    flex-wrap: nowrap;
  }
}
.cid-uvyuWWLN76 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvyuWWLN76 .dropdown-menu,
.cid-uvyuWWLN76 .navbar.opened {
  background: #353535 !important;
}
.cid-uvyuWWLN76 .nav-item:focus,
.cid-uvyuWWLN76 .nav-link:focus {
  outline: none;
}
.cid-uvyuWWLN76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyuWWLN76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyuWWLN76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvyuWWLN76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyuWWLN76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyuWWLN76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyuWWLN76 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvyuWWLN76 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvyuWWLN76 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvyuWWLN76 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyuWWLN76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvyuWWLN76 .navbar.collapsed {
  justify-content: center;
}
.cid-uvyuWWLN76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyuWWLN76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyuWWLN76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvyuWWLN76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyuWWLN76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyuWWLN76 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvyuWWLN76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyuWWLN76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvyuWWLN76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvyuWWLN76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyuWWLN76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyuWWLN76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyuWWLN76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyuWWLN76 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvyuWWLN76 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvyuWWLN76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvyuWWLN76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyuWWLN76 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvyuWWLN76 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyuWWLN76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvyuWWLN76 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvyuWWLN76 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvyuWWLN76 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvyuWWLN76 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvyuWWLN76 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyuWWLN76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyuWWLN76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyuWWLN76 .dropdown-item.active,
.cid-uvyuWWLN76 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyuWWLN76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyuWWLN76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyuWWLN76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyuWWLN76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvyuWWLN76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvyuWWLN76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvyuWWLN76 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyuWWLN76 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvyuWWLN76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvyuWWLN76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvyuWWLN76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvyuWWLN76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyuWWLN76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyuWWLN76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvyuWWLN76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyuWWLN76 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvyuWWLN76 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvyuWWLN76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyuWWLN76 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvyuWWLN76 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyuWWLN76 .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-uvyuWWLN76 .navbar {
    height: 70px;
  }
  .cid-uvyuWWLN76 .navbar.opened {
    height: auto;
  }
  .cid-uvyuWWLN76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyvueOF9N {
  background-image: url("../../../assets/images/1000008447-609x934.webp");
}
.cid-uvyvueOF9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyvueOF9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyvueOF9N ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uvyvueOF9N li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uvyvueOF9N ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uvyvueOF9N H3 {
  color: #ffffff;
}
.cid-uvyvueOF9N .list {
  color: #ffffff;
}
.cid-uvyuWYyouU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvyFXB3QEW {
  z-index: 1000;
  width: 100%;
}
.cid-uvyFXB3QEW nav.navbar {
  position: fixed;
}
.cid-uvyFXB3QEW .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-uvyFXB3QEW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvyFXB3QEW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvyFXB3QEW .dropdown-item:hover,
.cid-uvyFXB3QEW .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvyFXB3QEW .dropdown-item:hover span {
  color: white;
}
.cid-uvyFXB3QEW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvyFXB3QEW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvyFXB3QEW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvyFXB3QEW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvyFXB3QEW .nav-link {
  position: relative;
}
.cid-uvyFXB3QEW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvyFXB3QEW .container {
    flex-wrap: nowrap;
  }
}
.cid-uvyFXB3QEW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvyFXB3QEW .dropdown-menu,
.cid-uvyFXB3QEW .navbar.opened {
  background: #353535 !important;
}
.cid-uvyFXB3QEW .nav-item:focus,
.cid-uvyFXB3QEW .nav-link:focus {
  outline: none;
}
.cid-uvyFXB3QEW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyFXB3QEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyFXB3QEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvyFXB3QEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyFXB3QEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyFXB3QEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyFXB3QEW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvyFXB3QEW .navbar.opened {
  transition: all 0.3s;
}
.cid-uvyFXB3QEW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvyFXB3QEW .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyFXB3QEW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvyFXB3QEW .navbar.collapsed {
  justify-content: center;
}
.cid-uvyFXB3QEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyFXB3QEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyFXB3QEW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvyFXB3QEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyFXB3QEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyFXB3QEW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvyFXB3QEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyFXB3QEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvyFXB3QEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvyFXB3QEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyFXB3QEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyFXB3QEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyFXB3QEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyFXB3QEW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvyFXB3QEW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvyFXB3QEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvyFXB3QEW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyFXB3QEW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvyFXB3QEW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyFXB3QEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvyFXB3QEW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvyFXB3QEW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvyFXB3QEW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvyFXB3QEW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvyFXB3QEW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyFXB3QEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyFXB3QEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyFXB3QEW .dropdown-item.active,
.cid-uvyFXB3QEW .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyFXB3QEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyFXB3QEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyFXB3QEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyFXB3QEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvyFXB3QEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvyFXB3QEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvyFXB3QEW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyFXB3QEW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvyFXB3QEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvyFXB3QEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvyFXB3QEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvyFXB3QEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyFXB3QEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyFXB3QEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvyFXB3QEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyFXB3QEW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvyFXB3QEW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvyFXB3QEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyFXB3QEW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvyFXB3QEW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyFXB3QEW .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-uvyFXB3QEW .navbar {
    height: 70px;
  }
  .cid-uvyFXB3QEW .navbar.opened {
    height: auto;
  }
  .cid-uvyFXB3QEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyFXBVmfd {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1000008447-609x934.webp");
}
.cid-uvyFXBVmfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyFXBVmfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyFXBVmfd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uvyFXBVmfd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uvyFXBVmfd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uvyFXBVmfd H3 {
  color: #ffffff;
}
.cid-uvyFXBVmfd .list {
  color: #ffffff;
}
.cid-uHYaKSjqrp {
  background-color: #ffffff;
}
.cid-uHYaKSjqrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYaKSjqrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYaKSjqrp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uHYaKSjqrp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHYaKSjqrp .row {
  flex-direction: row-reverse;
}
.cid-uHYaKSjqrp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHYaKSjqrp .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHYaKSjqrp .mbr-section-title {
  color: #e43f3f;
}
.cid-uHYaMrRX2K {
  background-color: #ffffff;
}
.cid-uHYaMrRX2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYaMrRX2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYaMrRX2K .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uHYaMrRX2K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHYaMrRX2K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHYaMrRX2K .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHYaMrRX2K .mbr-section-title {
  color: #e43f3f;
}
.cid-uHY9MuRYoG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHY9MuRYoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHY9MuRYoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY9MuRYoG .mbr-section-title {
  color: #e43f3f;
}
.cid-uvyJz1AqK0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvyJz1AqK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyJz1AqK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyJz1AqK0 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uvyJz1AqK0 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvyJz1AqK0 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uvyJz1AqK0 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uvyJz1AqK0 .row .row {
    flex-direction: column-reverse;
  }
  .cid-uvyJz1AqK0 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvyJz1AqK0 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyJz1AqK0 .card-subtitle {
  color: #232323;
}
.cid-uvyJz1AqK0 .mbr-text {
  color: #555555;
}
.cid-uvyJAhcL5Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvyJAhcL5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyJAhcL5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyJAhcL5Q .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uvyJAhcL5Q .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvyJAhcL5Q .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uvyJAhcL5Q .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uvyJAhcL5Q .row .row {
    flex-direction: column-reverse;
  }
  .cid-uvyJAhcL5Q .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvyJAhcL5Q .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyJAhcL5Q .card-subtitle {
  color: #000000;
}
.cid-uvyJAhcL5Q .mbr-text {
  color: #555555;
}
.cid-uvyJBava2t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvyJBava2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyJBava2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyJBava2t .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uvyJBava2t .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvyJBava2t .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uvyJBava2t .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uvyJBava2t .row .row {
    flex-direction: column-reverse;
  }
  .cid-uvyJBava2t .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvyJBava2t .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyJBava2t .card-subtitle {
  color: #000000;
}
.cid-uvyJBava2t .mbr-text {
  color: #555555;
}
.cid-uvyJC33ef6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvyJC33ef6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyJC33ef6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyJC33ef6 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uvyJC33ef6 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvyJC33ef6 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uvyJC33ef6 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uvyJC33ef6 .row .row {
    flex-direction: column-reverse;
  }
  .cid-uvyJC33ef6 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvyJC33ef6 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyJC33ef6 .card-subtitle {
  color: #000000;
}
.cid-uvyJC33ef6 .mbr-text {
  color: #555555;
}
.cid-uvIboxM7iC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvIboxM7iC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIboxM7iC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvIboxM7iC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvIboxM7iC .row {
  flex-direction: row-reverse;
}
.cid-uvIboxM7iC img {
  width: 100%;
}
.cid-uvIa41keyS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvIa41keyS .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uvI7Q2I4jB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvI7Q2I4jB img,
.cid-uvI7Q2I4jB .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvI7Q2I4jB .item:focus,
.cid-uvI7Q2I4jB span:focus {
  outline: none;
}
.cid-uvI7Q2I4jB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvI7Q2I4jB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvI7Q2I4jB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvI7Q2I4jB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvI7Q2I4jB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvI7Q2I4jB .mbr-section-title {
  color: #232323;
}
.cid-uvI7Q2I4jB .mbr-text,
.cid-uvI7Q2I4jB .mbr-section-btn {
  text-align: left;
}
.cid-uvI7Q2I4jB .item-title {
  text-align: left;
}
.cid-uvI7Q2I4jB .item-subtitle {
  text-align: left;
}
.cid-uvyFXCLTGw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvC6PWDBLF {
  z-index: 1000;
  width: 100%;
}
.cid-uvC6PWDBLF nav.navbar {
  position: fixed;
}
.cid-uvC6PWDBLF .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-uvC6PWDBLF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvC6PWDBLF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvC6PWDBLF .dropdown-item:hover,
.cid-uvC6PWDBLF .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvC6PWDBLF .dropdown-item:hover span {
  color: white;
}
.cid-uvC6PWDBLF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvC6PWDBLF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvC6PWDBLF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvC6PWDBLF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvC6PWDBLF .nav-link {
  position: relative;
}
.cid-uvC6PWDBLF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvC6PWDBLF .container {
    flex-wrap: nowrap;
  }
}
.cid-uvC6PWDBLF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvC6PWDBLF .dropdown-menu,
.cid-uvC6PWDBLF .navbar.opened {
  background: #353535 !important;
}
.cid-uvC6PWDBLF .nav-item:focus,
.cid-uvC6PWDBLF .nav-link:focus {
  outline: none;
}
.cid-uvC6PWDBLF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvC6PWDBLF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvC6PWDBLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvC6PWDBLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvC6PWDBLF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvC6PWDBLF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvC6PWDBLF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvC6PWDBLF .navbar.opened {
  transition: all 0.3s;
}
.cid-uvC6PWDBLF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvC6PWDBLF .navbar .navbar-logo img {
  width: auto;
}
.cid-uvC6PWDBLF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvC6PWDBLF .navbar.collapsed {
  justify-content: center;
}
.cid-uvC6PWDBLF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvC6PWDBLF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvC6PWDBLF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvC6PWDBLF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvC6PWDBLF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvC6PWDBLF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvC6PWDBLF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvC6PWDBLF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvC6PWDBLF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvC6PWDBLF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvC6PWDBLF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvC6PWDBLF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvC6PWDBLF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvC6PWDBLF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvC6PWDBLF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvC6PWDBLF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvC6PWDBLF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvC6PWDBLF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvC6PWDBLF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvC6PWDBLF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvC6PWDBLF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvC6PWDBLF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvC6PWDBLF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvC6PWDBLF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvC6PWDBLF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvC6PWDBLF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvC6PWDBLF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvC6PWDBLF .dropdown-item.active,
.cid-uvC6PWDBLF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvC6PWDBLF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvC6PWDBLF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvC6PWDBLF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvC6PWDBLF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvC6PWDBLF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvC6PWDBLF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvC6PWDBLF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvC6PWDBLF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvC6PWDBLF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvC6PWDBLF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvC6PWDBLF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvC6PWDBLF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvC6PWDBLF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvC6PWDBLF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvC6PWDBLF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvC6PWDBLF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvC6PWDBLF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvC6PWDBLF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvC6PWDBLF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvC6PWDBLF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvC6PWDBLF .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-uvC6PWDBLF .navbar {
    height: 70px;
  }
  .cid-uvC6PWDBLF .navbar.opened {
    height: auto;
  }
  .cid-uvC6PWDBLF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvC6PYn4l9 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20241124-125426-2000x1500.webp");
}
.cid-uvC6PYn4l9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvC6PYn4l9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvC6PYn4l9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvC6PYn4l9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvC6PYn4l9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvC6PYn4l9 .mbr-section-title {
  color: #fff0b0;
}
.cid-uvC6PYn4l9 .mbr-text,
.cid-uvC6PYn4l9 .mbr-section-btn {
  color: #ffe885;
}
.cid-uvC7zzmVj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvC7zzmVj9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvC7zzmVj9 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uvC7zzmVj9 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uvC7zzmVj9 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uvC7zzmVj9 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvC7zzmVj9 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uvC6PZJwFP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvCmQ2BxvQ {
  z-index: 1000;
  width: 100%;
}
.cid-uvCmQ2BxvQ nav.navbar {
  position: fixed;
}
.cid-uvCmQ2BxvQ .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-uvCmQ2BxvQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvCmQ2BxvQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvCmQ2BxvQ .dropdown-item:hover,
.cid-uvCmQ2BxvQ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uvCmQ2BxvQ .dropdown-item:hover span {
  color: white;
}
.cid-uvCmQ2BxvQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvCmQ2BxvQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvCmQ2BxvQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvCmQ2BxvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvCmQ2BxvQ .nav-link {
  position: relative;
}
.cid-uvCmQ2BxvQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvCmQ2BxvQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uvCmQ2BxvQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvCmQ2BxvQ .dropdown-menu,
.cid-uvCmQ2BxvQ .navbar.opened {
  background: #353535 !important;
}
.cid-uvCmQ2BxvQ .nav-item:focus,
.cid-uvCmQ2BxvQ .nav-link:focus {
  outline: none;
}
.cid-uvCmQ2BxvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvCmQ2BxvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvCmQ2BxvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvCmQ2BxvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCmQ2BxvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvCmQ2BxvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvCmQ2BxvQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uvCmQ2BxvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uvCmQ2BxvQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvCmQ2BxvQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvCmQ2BxvQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvCmQ2BxvQ .navbar.collapsed {
  justify-content: center;
}
.cid-uvCmQ2BxvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvCmQ2BxvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvCmQ2BxvQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvCmQ2BxvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvCmQ2BxvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvCmQ2BxvQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvCmQ2BxvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvCmQ2BxvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvCmQ2BxvQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvCmQ2BxvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvCmQ2BxvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvCmQ2BxvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvCmQ2BxvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvCmQ2BxvQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvCmQ2BxvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvCmQ2BxvQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvCmQ2BxvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvCmQ2BxvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvCmQ2BxvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvCmQ2BxvQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvCmQ2BxvQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvCmQ2BxvQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvCmQ2BxvQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvCmQ2BxvQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvCmQ2BxvQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvCmQ2BxvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvCmQ2BxvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvCmQ2BxvQ .dropdown-item.active,
.cid-uvCmQ2BxvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvCmQ2BxvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvCmQ2BxvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvCmQ2BxvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvCmQ2BxvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvCmQ2BxvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvCmQ2BxvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvCmQ2BxvQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvCmQ2BxvQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvCmQ2BxvQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvCmQ2BxvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uvCmQ2BxvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvCmQ2BxvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvCmQ2BxvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvCmQ2BxvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvCmQ2BxvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvCmQ2BxvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvCmQ2BxvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvCmQ2BxvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvCmQ2BxvQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvCmQ2BxvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvCmQ2BxvQ .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-uvCmQ2BxvQ .navbar {
    height: 70px;
  }
  .cid-uvCmQ2BxvQ .navbar.opened {
    height: auto;
  }
  .cid-uvCmQ2BxvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvCmQ3zd3P {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvCmQ3zd3P .mbr-section-subtitle {
  color: #ff9966;
}
.cid-uvCmQ4ZTxq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uDVudLqudq {
  z-index: 1000;
  width: 100%;
}
.cid-uDVudLqudq nav.navbar {
  position: fixed;
}
.cid-uDVudLqudq .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-uDVudLqudq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVudLqudq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVudLqudq .dropdown-item:hover,
.cid-uDVudLqudq .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uDVudLqudq .dropdown-item:hover span {
  color: white;
}
.cid-uDVudLqudq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVudLqudq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVudLqudq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVudLqudq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVudLqudq .nav-link {
  position: relative;
}
.cid-uDVudLqudq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVudLqudq .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVudLqudq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVudLqudq .dropdown-menu,
.cid-uDVudLqudq .navbar.opened {
  background: #353535 !important;
}
.cid-uDVudLqudq .nav-item:focus,
.cid-uDVudLqudq .nav-link:focus {
  outline: none;
}
.cid-uDVudLqudq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVudLqudq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVudLqudq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVudLqudq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVudLqudq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVudLqudq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVudLqudq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uDVudLqudq .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVudLqudq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVudLqudq .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVudLqudq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVudLqudq .navbar.collapsed {
  justify-content: center;
}
.cid-uDVudLqudq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVudLqudq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVudLqudq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uDVudLqudq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVudLqudq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVudLqudq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDVudLqudq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVudLqudq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVudLqudq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVudLqudq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVudLqudq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVudLqudq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVudLqudq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVudLqudq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDVudLqudq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVudLqudq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVudLqudq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVudLqudq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVudLqudq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVudLqudq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVudLqudq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVudLqudq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVudLqudq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVudLqudq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVudLqudq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDVudLqudq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVudLqudq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVudLqudq .dropdown-item.active,
.cid-uDVudLqudq .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVudLqudq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVudLqudq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVudLqudq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVudLqudq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uDVudLqudq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVudLqudq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVudLqudq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVudLqudq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVudLqudq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVudLqudq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uDVudLqudq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVudLqudq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVudLqudq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVudLqudq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVudLqudq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVudLqudq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVudLqudq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVudLqudq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVudLqudq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVudLqudq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVudLqudq .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-uDVudLqudq .navbar {
    height: 70px;
  }
  .cid-uDVudLqudq .navbar.opened {
    height: auto;
  }
  .cid-uDVudLqudq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIKpzfgHKn {
  background-image: url("../../../assets/images/dominformation-stempel-1824x1368.webp");
}
.cid-uIKpzfgHKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKpzfgHKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIKpzfgHKn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uIKpzfgHKn .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uIKpzfgHKn .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uIKpzfgHKn .mbr-section-title {
  color: #ffe885;
}
.cid-uIKpzfgHKn .mbr-text,
.cid-uIKpzfgHKn .mbr-section-btn,
.cid-uIKpzfgHKn .social-row {
  color: #ffe885;
}
.cid-uDVudOwnxL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uLbULJ0ENc {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbULJ0ENc .mbr-text {
  text-align: center;
}
.cid-uLbULJ0ENc .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-uLbULJQ9vN {
  z-index: 1000;
  width: 100%;
}
.cid-uLbULJQ9vN nav.navbar {
  position: fixed;
}
.cid-uLbULJQ9vN .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-uLbULJQ9vN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLbULJQ9vN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLbULJQ9vN .dropdown-item:hover,
.cid-uLbULJQ9vN .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uLbULJQ9vN .dropdown-item:hover span {
  color: white;
}
.cid-uLbULJQ9vN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLbULJQ9vN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLbULJQ9vN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLbULJQ9vN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLbULJQ9vN .nav-link {
  position: relative;
}
.cid-uLbULJQ9vN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLbULJQ9vN .container {
    flex-wrap: nowrap;
  }
}
.cid-uLbULJQ9vN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLbULJQ9vN .dropdown-menu,
.cid-uLbULJQ9vN .navbar.opened {
  background: #353535 !important;
}
.cid-uLbULJQ9vN .nav-item:focus,
.cid-uLbULJQ9vN .nav-link:focus {
  outline: none;
}
.cid-uLbULJQ9vN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbULJQ9vN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbULJQ9vN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbULJQ9vN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbULJQ9vN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbULJQ9vN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbULJQ9vN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uLbULJQ9vN .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbULJQ9vN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLbULJQ9vN .navbar .navbar-logo img {
  width: auto;
}
.cid-uLbULJQ9vN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLbULJQ9vN .navbar.collapsed {
  justify-content: center;
}
.cid-uLbULJQ9vN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbULJQ9vN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbULJQ9vN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLbULJQ9vN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbULJQ9vN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbULJQ9vN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLbULJQ9vN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbULJQ9vN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbULJQ9vN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLbULJQ9vN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbULJQ9vN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbULJQ9vN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbULJQ9vN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbULJQ9vN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLbULJQ9vN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbULJQ9vN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLbULJQ9vN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLbULJQ9vN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLbULJQ9vN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbULJQ9vN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLbULJQ9vN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLbULJQ9vN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbULJQ9vN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbULJQ9vN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbULJQ9vN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbULJQ9vN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLbULJQ9vN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbULJQ9vN .dropdown-item.active,
.cid-uLbULJQ9vN .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbULJQ9vN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbULJQ9vN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbULJQ9vN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbULJQ9vN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uLbULJQ9vN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbULJQ9vN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbULJQ9vN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLbULJQ9vN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbULJQ9vN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLbULJQ9vN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uLbULJQ9vN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbULJQ9vN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbULJQ9vN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbULJQ9vN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbULJQ9vN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbULJQ9vN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbULJQ9vN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbULJQ9vN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbULJQ9vN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLbULJQ9vN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbULJQ9vN .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-uLbULJQ9vN .navbar {
    height: 70px;
  }
  .cid-uLbULJQ9vN .navbar.opened {
    height: auto;
  }
  .cid-uLbULJQ9vN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcedE08cG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLcedE08cG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcedE08cG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcedE08cG .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLcedE08cG .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLcedE08cG .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLcedE08cG .card {
    margin-bottom: 2rem;
  }
  .cid-uLcedE08cG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLcf2QIxu7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLcf2QIxu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcf2QIxu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcf2QIxu7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLcf2QIxu7 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLcf2QIxu7 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLcf2QIxu7 .card {
    margin-bottom: 2rem;
  }
  .cid-uLcf2QIxu7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQIRDmnAmy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQIRDmnAmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIRDmnAmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIRDmnAmy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uQIRDmnAmy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uQIRDmnAmy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uQIPcMhQer {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQIPcMhQer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIPcMhQer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQIPcMhQer .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQIPcMhQer .row {
  flex-direction: row-reverse;
}
.cid-uQIPcMhQer img {
  width: 100%;
}
.cid-uLbULVtkDO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uQApJvTSe2 {
  z-index: 1000;
  width: 100%;
}
.cid-uQApJvTSe2 nav.navbar {
  position: fixed;
}
.cid-uQApJvTSe2 .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-uQApJvTSe2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQApJvTSe2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQApJvTSe2 .dropdown-item:hover,
.cid-uQApJvTSe2 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uQApJvTSe2 .dropdown-item:hover span {
  color: white;
}
.cid-uQApJvTSe2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQApJvTSe2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQApJvTSe2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQApJvTSe2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQApJvTSe2 .nav-link {
  position: relative;
}
.cid-uQApJvTSe2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQApJvTSe2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uQApJvTSe2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQApJvTSe2 .dropdown-menu,
.cid-uQApJvTSe2 .navbar.opened {
  background: #353535 !important;
}
.cid-uQApJvTSe2 .nav-item:focus,
.cid-uQApJvTSe2 .nav-link:focus {
  outline: none;
}
.cid-uQApJvTSe2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQApJvTSe2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQApJvTSe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQApJvTSe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQApJvTSe2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQApJvTSe2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQApJvTSe2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.3);
}
.cid-uQApJvTSe2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQApJvTSe2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQApJvTSe2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQApJvTSe2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQApJvTSe2 .navbar.collapsed {
  justify-content: center;
}
.cid-uQApJvTSe2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQApJvTSe2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQApJvTSe2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQApJvTSe2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQApJvTSe2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQApJvTSe2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQApJvTSe2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQApJvTSe2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQApJvTSe2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQApJvTSe2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQApJvTSe2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQApJvTSe2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQApJvTSe2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQApJvTSe2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQApJvTSe2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQApJvTSe2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQApJvTSe2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQApJvTSe2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQApJvTSe2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQApJvTSe2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQApJvTSe2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQApJvTSe2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQApJvTSe2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQApJvTSe2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQApJvTSe2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQApJvTSe2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQApJvTSe2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQApJvTSe2 .dropdown-item.active,
.cid-uQApJvTSe2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQApJvTSe2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQApJvTSe2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQApJvTSe2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQApJvTSe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uQApJvTSe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQApJvTSe2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQApJvTSe2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQApJvTSe2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQApJvTSe2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQApJvTSe2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff0b0;
}
.cid-uQApJvTSe2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQApJvTSe2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQApJvTSe2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQApJvTSe2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQApJvTSe2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQApJvTSe2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQApJvTSe2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQApJvTSe2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQApJvTSe2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQApJvTSe2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQApJvTSe2 .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-uQApJvTSe2 .navbar {
    height: 70px;
  }
  .cid-uQApJvTSe2 .navbar.opened {
    height: auto;
  }
  .cid-uQApJvTSe2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQApJxpyD9 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mosel1-2000x1500.webp");
}
.cid-uQApJxpyD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQApJxpyD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQApJxpyD9 .row {
  flex-direction: row-reverse;
}
.cid-uQApJxpyD9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQApJxpyD9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQApJxpyD9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQApJxpyD9 .mbr-section-title {
  color: #fff0b0;
}
.cid-uQApJyXNUw {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQApJyXNUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQApJyXNUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQApJyXNUw .mbr-section-title {
  color: #e43f3f;
}
.cid-uRAKcheZuY {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRAKcheZuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAKcheZuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAKcheZuY .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uRAKcheZuY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRAKcheZuY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRAKcheZuY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRAKcheZuY .mbr-section-title {
  color: #e43f3f;
}
.cid-uRBYwjhaDY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRBYwjhaDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBYwjhaDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBYwjhaDY .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uRBYwjhaDY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRBYwjhaDY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRBYwjhaDY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRBYwjhaDY .mbr-section-title {
  color: #e43f3f;
}
.cid-uRBYxdcM3i {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRBYxdcM3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBYxdcM3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBYxdcM3i .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uRBYxdcM3i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRBYxdcM3i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRBYxdcM3i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRBYxdcM3i .mbr-section-title {
  color: #e43f3f;
}
.cid-uRBYympuuY {
  background-color: #ffffff;
}
.cid-uRBYympuuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBYympuuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBYympuuY .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uRBYympuuY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRBYympuuY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRBYympuuY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRBYympuuY .mbr-section-title {
  color: #e43f3f;
}
.cid-uQApJE8hxn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
