body {
  font-family: Jost;
}
.display-1 {
  font-family: '16874';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: '16874';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: '19849';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: '4888';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: '224';
  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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: #353535 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.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: '19849';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: '19849';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bbbbbb !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='%23353535' %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-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyhCZCrYJY {
  background-image: url("../../../assets/images/img-3058-640x480.jpg");
}
.cid-uyhCZCrYJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhCZCrYJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-seU5idXwgw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/photo-2020-10-30-14-51-57-1280x1280.jpeg");
}
.cid-uz6Ei8rLjz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6Ei8rLjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6Ei8rLjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6Ei8rLjz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6Ei8rLjz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6Ei8rLjz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seUMHWgHv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0092-2000x792.png");
}
.cid-t2grV72qat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-1205x1359.png");
}
.cid-t2grV72qat .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-t2grV72qat .currentcost {
  color: #232323;
}
.cid-t2grV72qat .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-t2grV72qat .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2grV72qat .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2grV72qat .text-box {
    padding: 1rem;
  }
}
.cid-t2grV72qat .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2l8EM2Prk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2022-04-07-19-47-31-1280x1280.jpg");
}
.cid-t2l8EM2Prk .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-t2l8EM2Prk .currentcost {
  color: #232323;
}
.cid-t2l8EM2Prk .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-t2l8EM2Prk .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2l8EM2Prk .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2l8EM2Prk .text-box {
    padding: 1rem;
  }
}
.cid-t2l8EM2Prk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2lRL1scUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/171719368-149475633767337-5855041093723094548-n-1080x720.jpg");
}
.cid-t2lRL1scUq .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-t2lRL1scUq .currentcost {
  color: #232323;
}
.cid-t2lRL1scUq .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-t2lRL1scUq .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2lRL1scUq .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2lRL1scUq .text-box {
    padding: 1rem;
  }
}
.cid-t2lRL1scUq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz6OVJVmcl {
  background-image: url("../../../assets/images/img-3207-640x480.jpeg");
}
.cid-uz6OVJVmcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6OVJVmcl .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-uz6OVJVmcl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6OVJVmcl .row {
  flex-direction: row-reverse;
}
.cid-uz6OVJVmcl img {
  width: 100%;
}
.cid-uz6OXS0xAQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6OXS0xAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6OXS0xAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6OXS0xAQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6OXS0xAQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6OXS0xAQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyjaKKWrKw {
  background-image: url("../../../assets/images/img-3059-640x480.jpg");
}
.cid-uz6MSURHEq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-3058-640x480.jpg");
}
.cid-uz6MSURHEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6MSURHEq .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-uz6MSURHEq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6MSURHEq .row {
  flex-direction: row-reverse;
}
.cid-uz6MSURHEq img {
  width: 100%;
}
.cid-uz6EpK98AH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6EpK98AH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6EpK98AH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6EpK98AH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6EpK98AH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6EpK98AH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfAVZNJlul {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6SBfcqLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uz6SBfcqLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6SBfcqLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uz6SBfcqLR .row {
    flex-direction: column-reverse;
  }
  .cid-uz6SBfcqLR .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uz6SBfcqLR .google-map {
  height: 100%;
  position: relative;
}
.cid-uz6SBfcqLR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uz6SBfcqLR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uz6SBfcqLR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uz6SBfcqLR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uz6SBfcqLR .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uz6SBfcqLR .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uz6SBfcqLR .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uz6SBfcqLR .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uz6SBfcqLR .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uz6SBfcqLR .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
.cid-uz6Sl6KPV1 {
  background-color: #ffffff;
}
.cid-uz6Sl6KPV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6Sl6KPV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6Sl6KPV1 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6Sl6KPV1 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6Sl6KPV1 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uz6Slr876Y {
  background-color: #ffffff;
}
.cid-uz6Slr876Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6Slr876Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6Slr876Y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6Slr876Y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6Slr876Y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seUO13Jsq1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seUO13Jsq1 .mbr-section-title {
  text-align: center;
}
.cid-t2jbsuzvC2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ujnjdj-874x168.png");
}
.cid-t2jbsuzvC2 .mbr-section-title {
  text-align: left;
}
.cid-t2jdv0WG5T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/photo-2022-04-07-12-19-39-960x644.png");
}
.cid-t2jdv0WG5T .mbr-section-title {
  text-align: left;
}
.cid-t2jg6aDYNA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/photo-2022-04-07-12-53-10-1533x884.png");
}
.cid-t2jg6aDYNA .mbr-section-title {
  text-align: left;
}
.cid-t2jg6OyVb9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bass-drum-1280x960.png");
}
.cid-t2jg6OyVb9 .mbr-section-title {
  text-align: left;
}
.cid-t2jpjCKa8m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t2jpjCKa8m .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2jpjCKa8m .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2jpjCKa8m .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2jpjCKa8m .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2jpjCKa8m .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2jpjCKa8m .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t2jpjCKa8m .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2jpjCKa8m .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2jpjCKa8m .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2jpjCKa8m .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2jpjCKa8m .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2jpjCKa8m .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2jpjCKa8m .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2jpjCKa8m .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uz6ZtXSYeh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-3074-2000x1500.jpg");
}
.cid-uz6ZtXSYeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ZtXSYeh .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-uz6ZtXSYeh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6ZtXSYeh .row {
  flex-direction: row-reverse;
}
.cid-uz6ZtXSYeh img {
  width: 100%;
}
.cid-uz6ZSRypv0 {
  background-color: #ffffff;
}
.cid-uz6ZSRypv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ZSRypv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6ZSRypv0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6ZSRypv0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6ZSRypv0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seUNOaO9i9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz6Za4NV1O {
  background-color: #ffffff;
}
.cid-uz6Za4NV1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6Za4NV1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6Za4NV1O ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6Za4NV1O li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6Za4NV1O ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uz6Zant4x9 {
  background-color: #ffffff;
}
.cid-uz6Zant4x9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6Zant4x9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6Zant4x9 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6Zant4x9 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6Zant4x9 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seUI0HHYJM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-seUI0HHYJM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-seUI0HHYJM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-seUI0HHYJM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-seUI0HHYJM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-seUI0HHYJM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-seUI0HHYJM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-seUI0HHYJM .carousel-control,
.cid-seUI0HHYJM .close {
  background: #1b1b1b;
}
.cid-seUI0HHYJM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-seUI0HHYJM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-seUI0HHYJM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-seUI0HHYJM .carousel-control-next span {
  margin-left: 5px;
}
.cid-seUI0HHYJM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-seUI0HHYJM .close::before {
  content: '\e91a';
}
.cid-seUI0HHYJM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-seUI0HHYJM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-seUI0HHYJM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seUI0HHYJM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-seUI0HHYJM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-seUI0HHYJM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-seUI0HHYJM .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-seUI0HHYJM .carousel-indicators li.active,
.cid-seUI0HHYJM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-seUI0HHYJM .carousel-indicators li::after,
.cid-seUI0HHYJM .carousel-indicators li::before {
  content: none;
}
.cid-seUI0HHYJM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-seUI0HHYJM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-seUI0HHYJM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-seUI0HHYJM .carousel-indicators {
    display: none;
  }
}
.cid-seUI0HHYJM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-seUI0HHYJM .carousel-inner > .active {
  display: block;
}
.cid-seUI0HHYJM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seUI0HHYJM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seUI0HHYJM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-seUI0HHYJM .carousel-control,
  .cid-seUI0HHYJM .carousel-indicators,
  .cid-seUI0HHYJM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-seUI0HHYJM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-seUI0HHYJM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seUI0HHYJM .carousel-indicators .active,
.cid-seUI0HHYJM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-seUI0HHYJM .carousel-indicators .active {
  background: #fff;
}
.cid-seUI0HHYJM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-seUI0HHYJM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-seUI0HHYJM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-seUI0HHYJM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-seUI0HHYJM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-seUI0HHYJM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-seUI0HHYJM .carousel {
  width: 100%;
}
.cid-seUI0HHYJM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-seUI0HHYJM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-seUI0HHYJM .modal.fade .modal-dialog,
.cid-seUI0HHYJM .modal.in .modal-dialog {
  transform: none;
}
.cid-seUI0HHYJM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-seUI0HHYJM H6 {
  text-align: center;
}
.cid-sfc3tFSSlB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfc3tFSSlB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfc3tFSSlB .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfc3tFSSlB .item-wrapper {
  position: relative;
}
.cid-sfc3tFSSlB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfc3tFSSlB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfc3tFSSlB .carousel-control,
.cid-sfc3tFSSlB .close {
  background: #1b1b1b;
}
.cid-sfc3tFSSlB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfc3tFSSlB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfc3tFSSlB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfc3tFSSlB .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfc3tFSSlB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfc3tFSSlB .close::before {
  content: '\e91a';
}
.cid-sfc3tFSSlB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfc3tFSSlB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfc3tFSSlB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfc3tFSSlB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfc3tFSSlB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfc3tFSSlB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfc3tFSSlB .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-sfc3tFSSlB .carousel-indicators li.active,
.cid-sfc3tFSSlB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfc3tFSSlB .carousel-indicators li::after,
.cid-sfc3tFSSlB .carousel-indicators li::before {
  content: none;
}
.cid-sfc3tFSSlB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfc3tFSSlB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfc3tFSSlB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfc3tFSSlB .carousel-indicators {
    display: none;
  }
}
.cid-sfc3tFSSlB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfc3tFSSlB .carousel-inner > .active {
  display: block;
}
.cid-sfc3tFSSlB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfc3tFSSlB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfc3tFSSlB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfc3tFSSlB .carousel-control,
  .cid-sfc3tFSSlB .carousel-indicators,
  .cid-sfc3tFSSlB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfc3tFSSlB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfc3tFSSlB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfc3tFSSlB .carousel-indicators .active,
.cid-sfc3tFSSlB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfc3tFSSlB .carousel-indicators .active {
  background: #fff;
}
.cid-sfc3tFSSlB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfc3tFSSlB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfc3tFSSlB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfc3tFSSlB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfc3tFSSlB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfc3tFSSlB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfc3tFSSlB .carousel {
  width: 100%;
}
.cid-sfc3tFSSlB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfc3tFSSlB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfc3tFSSlB .modal.fade .modal-dialog,
.cid-sfc3tFSSlB .modal.in .modal-dialog {
  transform: none;
}
.cid-sfc3tFSSlB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfc3tFSSlB H6 {
  text-align: center;
}
.cid-seUJlP4cZ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-seUJlP4cZ7 .row {
  flex-direction: row-reverse;
}
.cid-seUJlP4cZ7 .video-wrapper iframe {
  width: 100%;
}
.cid-seUJlP4cZ7 .mbr-section-title,
.cid-seUJlP4cZ7 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-seUJlP4cZ7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-seUK1dIXqO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-seUK1dIXqO .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-seUK1dIXqO .currentcost {
  color: #232323;
}
.cid-seUK1dIXqO .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-seUK1dIXqO .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seUK1dIXqO .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seUK1dIXqO .text-box {
    padding: 1rem;
  }
}
.cid-seUK1dIXqO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz70fVN9JD {
  background-color: #ffffff;
}
.cid-uz70fVN9JD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz70fVN9JD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz70fVN9JD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz70fVN9JD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz70fVN9JD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t29Bp67z83 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29Bp67z83 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29Bp67z83 .row {
  flex-direction: row-reverse;
}
.cid-t29Bp67z83 img {
  width: 100%;
}
.cid-t29BPm0Rwm {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BPm0Rwm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BPm0Rwm .row {
  flex-direction: row-reverse;
}
.cid-t29BPm0Rwm img {
  width: 100%;
}
.cid-t29BQi1Af7 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BQi1Af7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BQi1Af7 .row {
  flex-direction: row-reverse;
}
.cid-t29BQi1Af7 img {
  width: 100%;
}
.cid-t29BQJvBm4 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BQJvBm4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BQJvBm4 .row {
  flex-direction: row-reverse;
}
.cid-t29BQJvBm4 img {
  width: 100%;
}
.cid-t29BR7vVAa {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BR7vVAa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BR7vVAa .row {
  flex-direction: row-reverse;
}
.cid-t29BR7vVAa img {
  width: 100%;
}
.cid-t29BRGdLVi {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BRGdLVi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BRGdLVi .row {
  flex-direction: row-reverse;
}
.cid-t29BRGdLVi img {
  width: 100%;
}
.cid-t29BS2Hue0 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BS2Hue0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BS2Hue0 .row {
  flex-direction: row-reverse;
}
.cid-t29BS2Hue0 img {
  width: 100%;
}
.cid-t29BSpZh5v {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BSpZh5v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BSpZh5v .row {
  flex-direction: row-reverse;
}
.cid-t29BSpZh5v img {
  width: 100%;
}
.cid-t29BSPxTXf {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BSPxTXf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BSPxTXf .row {
  flex-direction: row-reverse;
}
.cid-t29BSPxTXf img {
  width: 100%;
}
.cid-t29BTl1Sbu {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BTl1Sbu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BTl1Sbu .row {
  flex-direction: row-reverse;
}
.cid-t29BTl1Sbu img {
  width: 100%;
}
.cid-t29BTTQsOi {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29BTTQsOi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29BTTQsOi .row {
  flex-direction: row-reverse;
}
.cid-t29BTTQsOi img {
  width: 100%;
}
.cid-t29EkdEpwp {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29EkdEpwp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29EkdEpwp .row {
  flex-direction: row-reverse;
}
.cid-t29EkdEpwp img {
  width: 100%;
}
.cid-t29EkMXi2O {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29EkMXi2O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29EkMXi2O .row {
  flex-direction: row-reverse;
}
.cid-t29EkMXi2O img {
  width: 100%;
}
.cid-t29El6gqUb {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29El6gqUb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29El6gqUb .row {
  flex-direction: row-reverse;
}
.cid-t29El6gqUb img {
  width: 100%;
}
.cid-t29ElDb5Kn {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29ElDb5Kn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29ElDb5Kn .row {
  flex-direction: row-reverse;
}
.cid-t29ElDb5Kn img {
  width: 100%;
}
.cid-t29Em1eaa2 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29Em1eaa2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29Em1eaa2 .row {
  flex-direction: row-reverse;
}
.cid-t29Em1eaa2 img {
  width: 100%;
}
.cid-t29EmleFCV {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29EmleFCV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29EmleFCV .row {
  flex-direction: row-reverse;
}
.cid-t29EmleFCV img {
  width: 100%;
}
.cid-t29EmJo78h {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29EmJo78h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29EmJo78h .row {
  flex-direction: row-reverse;
}
.cid-t29EmJo78h img {
  width: 100%;
}
.cid-t29En4o7zD {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29En4o7zD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29En4o7zD .row {
  flex-direction: row-reverse;
}
.cid-t29En4o7zD img {
  width: 100%;
}
.cid-t29Ensyi7v {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29Ensyi7v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29Ensyi7v .row {
  flex-direction: row-reverse;
}
.cid-t29Ensyi7v img {
  width: 100%;
}
.cid-t29EnQqJZf {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29EnQqJZf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29EnQqJZf .row {
  flex-direction: row-reverse;
}
.cid-t29EnQqJZf img {
  width: 100%;
}
.cid-t29Eoeufmm {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29Eoeufmm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29Eoeufmm .row {
  flex-direction: row-reverse;
}
.cid-t29Eoeufmm img {
  width: 100%;
}
.cid-t29EoC68Le {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29EoC68Le .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29EoC68Le .row {
  flex-direction: row-reverse;
}
.cid-t29EoC68Le img {
  width: 100%;
}
.cid-t29EoYHMc4 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29EoYHMc4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29EoYHMc4 .row {
  flex-direction: row-reverse;
}
.cid-t29EoYHMc4 img {
  width: 100%;
}
.cid-t29Epkqh34 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t29Epkqh34 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t29Epkqh34 .row {
  flex-direction: row-reverse;
}
.cid-t29Epkqh34 img {
  width: 100%;
}
.cid-t2gFMjW6D1 {
  z-index: 1000;
  width: 100%;
}
.cid-t2gFMjW6D1 nav.navbar {
  position: fixed;
}
.cid-t2gFMjW6D1 .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-t2gFMjW6D1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2gFMjW6D1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2gFMjW6D1 .dropdown-item:hover,
.cid-t2gFMjW6D1 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-t2gFMjW6D1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2gFMjW6D1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2gFMjW6D1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2gFMjW6D1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2gFMjW6D1 .nav-link {
  position: relative;
}
.cid-t2gFMjW6D1 .container {
  display: flex;
  margin: auto;
}
.cid-t2gFMjW6D1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2gFMjW6D1 .dropdown-menu,
.cid-t2gFMjW6D1 .navbar.opened {
  background: #ffffff !important;
}
.cid-t2gFMjW6D1 .nav-item:focus,
.cid-t2gFMjW6D1 .nav-link:focus {
  outline: none;
}
.cid-t2gFMjW6D1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2gFMjW6D1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2gFMjW6D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2gFMjW6D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2gFMjW6D1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2gFMjW6D1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2gFMjW6D1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-t2gFMjW6D1 .navbar.opened {
  transition: all 0.3s;
}
.cid-t2gFMjW6D1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2gFMjW6D1 .navbar .navbar-logo img {
  width: auto;
}
.cid-t2gFMjW6D1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2gFMjW6D1 .navbar.collapsed {
  justify-content: center;
}
.cid-t2gFMjW6D1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2gFMjW6D1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2gFMjW6D1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2gFMjW6D1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2gFMjW6D1 .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-t2gFMjW6D1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2gFMjW6D1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2gFMjW6D1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2gFMjW6D1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2gFMjW6D1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2gFMjW6D1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2gFMjW6D1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2gFMjW6D1 .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-t2gFMjW6D1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2gFMjW6D1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2gFMjW6D1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2gFMjW6D1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2gFMjW6D1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2gFMjW6D1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2gFMjW6D1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2gFMjW6D1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2gFMjW6D1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2gFMjW6D1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2gFMjW6D1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2gFMjW6D1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2gFMjW6D1 .dropdown-item.active,
.cid-t2gFMjW6D1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t2gFMjW6D1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2gFMjW6D1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2gFMjW6D1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2gFMjW6D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2gFMjW6D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2gFMjW6D1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2gFMjW6D1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2gFMjW6D1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2gFMjW6D1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2gFMjW6D1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2gFMjW6D1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2gFMjW6D1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2gFMjW6D1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2gFMjW6D1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2gFMjW6D1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2gFMjW6D1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2gFMjW6D1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2gFMjW6D1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2gFMjW6D1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2gFMjW6D1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2gFMjW6D1 .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-t2gFMjW6D1 .navbar {
    height: 70px;
  }
  .cid-t2gFMjW6D1 .navbar.opened {
    height: auto;
  }
  .cid-t2gFMjW6D1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2gFMkIkLN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2gFMkIkLN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2gFMkIkLN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2gFMkIkLN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2gFMkIkLN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2gFMkIkLN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2gFMkIkLN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2gFMkIkLN .carousel-control,
.cid-t2gFMkIkLN .close {
  background: #1b1b1b;
}
.cid-t2gFMkIkLN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2gFMkIkLN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2gFMkIkLN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2gFMkIkLN .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2gFMkIkLN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2gFMkIkLN .close::before {
  content: '\e91a';
}
.cid-t2gFMkIkLN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2gFMkIkLN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2gFMkIkLN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2gFMkIkLN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2gFMkIkLN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2gFMkIkLN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2gFMkIkLN .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-t2gFMkIkLN .carousel-indicators li.active,
.cid-t2gFMkIkLN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2gFMkIkLN .carousel-indicators li::after,
.cid-t2gFMkIkLN .carousel-indicators li::before {
  content: none;
}
.cid-t2gFMkIkLN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2gFMkIkLN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2gFMkIkLN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2gFMkIkLN .carousel-indicators {
    display: none;
  }
}
.cid-t2gFMkIkLN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2gFMkIkLN .carousel-inner > .active {
  display: block;
}
.cid-t2gFMkIkLN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2gFMkIkLN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2gFMkIkLN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2gFMkIkLN .carousel-control,
  .cid-t2gFMkIkLN .carousel-indicators,
  .cid-t2gFMkIkLN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2gFMkIkLN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2gFMkIkLN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2gFMkIkLN .carousel-indicators .active,
.cid-t2gFMkIkLN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2gFMkIkLN .carousel-indicators .active {
  background: #fff;
}
.cid-t2gFMkIkLN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2gFMkIkLN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2gFMkIkLN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2gFMkIkLN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2gFMkIkLN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2gFMkIkLN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2gFMkIkLN .carousel {
  width: 100%;
}
.cid-t2gFMkIkLN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2gFMkIkLN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2gFMkIkLN .modal.fade .modal-dialog,
.cid-t2gFMkIkLN .modal.in .modal-dialog {
  transform: none;
}
.cid-t2gFMkIkLN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2gFMkIkLN H6 {
  text-align: center;
}
.cid-t2gGL1Jaa7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2gGL1Jaa7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2gGL1Jaa7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2gGL1Jaa7 .item-wrapper {
  position: relative;
}
.cid-t2gGL1Jaa7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2gGL1Jaa7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2gGL1Jaa7 .carousel-control,
.cid-t2gGL1Jaa7 .close {
  background: #1b1b1b;
}
.cid-t2gGL1Jaa7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2gGL1Jaa7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2gGL1Jaa7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2gGL1Jaa7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2gGL1Jaa7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2gGL1Jaa7 .close::before {
  content: '\e91a';
}
.cid-t2gGL1Jaa7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2gGL1Jaa7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2gGL1Jaa7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2gGL1Jaa7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2gGL1Jaa7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2gGL1Jaa7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2gGL1Jaa7 .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-t2gGL1Jaa7 .carousel-indicators li.active,
.cid-t2gGL1Jaa7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2gGL1Jaa7 .carousel-indicators li::after,
.cid-t2gGL1Jaa7 .carousel-indicators li::before {
  content: none;
}
.cid-t2gGL1Jaa7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2gGL1Jaa7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2gGL1Jaa7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2gGL1Jaa7 .carousel-indicators {
    display: none;
  }
}
.cid-t2gGL1Jaa7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2gGL1Jaa7 .carousel-inner > .active {
  display: block;
}
.cid-t2gGL1Jaa7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2gGL1Jaa7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2gGL1Jaa7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2gGL1Jaa7 .carousel-control,
  .cid-t2gGL1Jaa7 .carousel-indicators,
  .cid-t2gGL1Jaa7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2gGL1Jaa7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2gGL1Jaa7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2gGL1Jaa7 .carousel-indicators .active,
.cid-t2gGL1Jaa7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2gGL1Jaa7 .carousel-indicators .active {
  background: #fff;
}
.cid-t2gGL1Jaa7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2gGL1Jaa7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2gGL1Jaa7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2gGL1Jaa7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2gGL1Jaa7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2gGL1Jaa7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2gGL1Jaa7 .carousel {
  width: 100%;
}
.cid-t2gGL1Jaa7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2gGL1Jaa7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2gGL1Jaa7 .modal.fade .modal-dialog,
.cid-t2gGL1Jaa7 .modal.in .modal-dialog {
  transform: none;
}
.cid-t2gGL1Jaa7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2gGL1Jaa7 H6 {
  text-align: center;
}
.cid-t2gFMmGYrk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2gFMmGYrk .row {
  flex-direction: row-reverse;
}
.cid-t2gFMmGYrk .video-wrapper iframe {
  width: 100%;
}
.cid-t2gFMmGYrk .mbr-section-title,
.cid-t2gFMmGYrk .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2gFMmGYrk .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2gKtwyZeP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2gKtwyZeP .video-wrapper iframe {
  width: 100%;
}
.cid-t2gKtwyZeP .mbr-section-title,
.cid-t2gKtwyZeP .mbr-section-subtitle,
.cid-t2gKtwyZeP .mbr-text {
  text-align: center;
}
.cid-t2gM72Z5pK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2gM72Z5pK .video-wrapper iframe {
  width: 100%;
}
.cid-t2gM72Z5pK .mbr-section-title,
.cid-t2gM72Z5pK .mbr-section-subtitle,
.cid-t2gM72Z5pK .mbr-text {
  text-align: center;
}
.cid-t2gKjYkjzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2022-04-06-23-52-46-1280x960.jpg");
}
.cid-t2gKjYkjzb .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-t2gKjYkjzb .currentcost {
  color: #232323;
}
.cid-t2gKjYkjzb .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-t2gKjYkjzb .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2gKjYkjzb .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2gKjYkjzb .text-box {
    padding: 1rem;
  }
}
.cid-t2gKjYkjzb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz70lUyzax {
  background-color: #ffffff;
}
.cid-uz70lUyzax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz70lUyzax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz70lUyzax ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz70lUyzax li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz70lUyzax ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seTNZbiGAK {
  background-image: url("../../../assets/images/max1.gif");
}
.cid-seTNZbiGAK .mbr-section-title {
  color: #000000;
}
.cid-seTNZbiGAK .mbr-text,
.cid-seTNZbiGAK .mbr-section-btn {
  color: #000000;
}
.cid-uz6DN4S5hV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6DN4S5hV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6DN4S5hV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6DN4S5hV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6DN4S5hV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6DN4S5hV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU1IE1xMI {
  z-index: 1000;
  width: 100%;
}
.cid-seU1IE1xMI nav.navbar {
  position: fixed;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seU1IE1xMI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seU1IE1xMI .dropdown-item:hover,
.cid-seU1IE1xMI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-seU1IE1xMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seU1IE1xMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seU1IE1xMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seU1IE1xMI .nav-link {
  position: relative;
}
.cid-seU1IE1xMI .container {
  display: flex;
  margin: auto;
}
.cid-seU1IE1xMI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown-menu,
.cid-seU1IE1xMI .navbar.opened {
  background: #ffffff !important;
}
.cid-seU1IE1xMI .nav-item:focus,
.cid-seU1IE1xMI .nav-link:focus {
  outline: none;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seU1IE1xMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seU1IE1xMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seU1IE1xMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seU1IE1xMI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-seU1IE1xMI .navbar.opened {
  transition: all 0.3s;
}
.cid-seU1IE1xMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seU1IE1xMI .navbar .navbar-logo img {
  width: auto;
}
.cid-seU1IE1xMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar.collapsed {
  justify-content: center;
}
.cid-seU1IE1xMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seU1IE1xMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seU1IE1xMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seU1IE1xMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seU1IE1xMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seU1IE1xMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seU1IE1xMI .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-seU1IE1xMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seU1IE1xMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seU1IE1xMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seU1IE1xMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seU1IE1xMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seU1IE1xMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seU1IE1xMI .navbar.navbar-short {
  min-height: 60px;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seU1IE1xMI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seU1IE1xMI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seU1IE1xMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seU1IE1xMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seU1IE1xMI .dropdown-item.active,
.cid-seU1IE1xMI .dropdown-item:active {
  background-color: transparent;
}
.cid-seU1IE1xMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seU1IE1xMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seU1IE1xMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seU1IE1xMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seU1IE1xMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seU1IE1xMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seU1IE1xMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seU1IE1xMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seU1IE1xMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seU1IE1xMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seU1IE1xMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seU1IE1xMI .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-seU1IE1xMI .navbar {
    height: 70px;
  }
  .cid-seU1IE1xMI .navbar.opened {
    height: auto;
  }
  .cid-seU1IE1xMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2kzl4yurg {
  background-image: url("../../../assets/images/1111.gif");
}
.cid-t2kzl4yurg .mbr-section-title {
  color: #000000;
}
.cid-t2kzl4yurg .mbr-text,
.cid-t2kzl4yurg .mbr-section-btn {
  color: #000000;
}
.cid-uz6DXaSAXt {
  background-image: url("../../../assets/images/max1.gif");
}
.cid-uz6DXaSAXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6DXaSAXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6DXaSAXt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6DXaSAXt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6DXaSAXt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t2kzl6gfO6 {
  z-index: 1000;
  width: 100%;
}
.cid-t2kzl6gfO6 nav.navbar {
  position: fixed;
}
.cid-t2kzl6gfO6 .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-t2kzl6gfO6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2kzl6gfO6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2kzl6gfO6 .dropdown-item:hover,
.cid-t2kzl6gfO6 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-t2kzl6gfO6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2kzl6gfO6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2kzl6gfO6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2kzl6gfO6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2kzl6gfO6 .nav-link {
  position: relative;
}
.cid-t2kzl6gfO6 .container {
  display: flex;
  margin: auto;
}
.cid-t2kzl6gfO6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2kzl6gfO6 .dropdown-menu,
.cid-t2kzl6gfO6 .navbar.opened {
  background: #ffffff !important;
}
.cid-t2kzl6gfO6 .nav-item:focus,
.cid-t2kzl6gfO6 .nav-link:focus {
  outline: none;
}
.cid-t2kzl6gfO6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2kzl6gfO6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2kzl6gfO6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2kzl6gfO6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2kzl6gfO6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2kzl6gfO6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2kzl6gfO6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-t2kzl6gfO6 .navbar.opened {
  transition: all 0.3s;
}
.cid-t2kzl6gfO6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2kzl6gfO6 .navbar .navbar-logo img {
  width: auto;
}
.cid-t2kzl6gfO6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2kzl6gfO6 .navbar.collapsed {
  justify-content: center;
}
.cid-t2kzl6gfO6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2kzl6gfO6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2kzl6gfO6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2kzl6gfO6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2kzl6gfO6 .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-t2kzl6gfO6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2kzl6gfO6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2kzl6gfO6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2kzl6gfO6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2kzl6gfO6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2kzl6gfO6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2kzl6gfO6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2kzl6gfO6 .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-t2kzl6gfO6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2kzl6gfO6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2kzl6gfO6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2kzl6gfO6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2kzl6gfO6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2kzl6gfO6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2kzl6gfO6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2kzl6gfO6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2kzl6gfO6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2kzl6gfO6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2kzl6gfO6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2kzl6gfO6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2kzl6gfO6 .dropdown-item.active,
.cid-t2kzl6gfO6 .dropdown-item:active {
  background-color: transparent;
}
.cid-t2kzl6gfO6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2kzl6gfO6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2kzl6gfO6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2kzl6gfO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2kzl6gfO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2kzl6gfO6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2kzl6gfO6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2kzl6gfO6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2kzl6gfO6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2kzl6gfO6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2kzl6gfO6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2kzl6gfO6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2kzl6gfO6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2kzl6gfO6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2kzl6gfO6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2kzl6gfO6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2kzl6gfO6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2kzl6gfO6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2kzl6gfO6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2kzl6gfO6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2kzl6gfO6 .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-t2kzl6gfO6 .navbar {
    height: 70px;
  }
  .cid-t2kzl6gfO6 .navbar.opened {
    height: auto;
  }
  .cid-t2kzl6gfO6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2lb0NWVpL {
  z-index: 1000;
  width: 100%;
}
.cid-t2lb0NWVpL nav.navbar {
  position: fixed;
}
.cid-t2lb0NWVpL .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-t2lb0NWVpL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2lb0NWVpL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2lb0NWVpL .dropdown-item:hover,
.cid-t2lb0NWVpL .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-t2lb0NWVpL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2lb0NWVpL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2lb0NWVpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2lb0NWVpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2lb0NWVpL .nav-link {
  position: relative;
}
.cid-t2lb0NWVpL .container {
  display: flex;
  margin: auto;
}
.cid-t2lb0NWVpL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2lb0NWVpL .dropdown-menu,
.cid-t2lb0NWVpL .navbar.opened {
  background: #ffffff !important;
}
.cid-t2lb0NWVpL .nav-item:focus,
.cid-t2lb0NWVpL .nav-link:focus {
  outline: none;
}
.cid-t2lb0NWVpL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2lb0NWVpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2lb0NWVpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2lb0NWVpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2lb0NWVpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2lb0NWVpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2lb0NWVpL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-t2lb0NWVpL .navbar.opened {
  transition: all 0.3s;
}
.cid-t2lb0NWVpL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2lb0NWVpL .navbar .navbar-logo img {
  width: auto;
}
.cid-t2lb0NWVpL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2lb0NWVpL .navbar.collapsed {
  justify-content: center;
}
.cid-t2lb0NWVpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2lb0NWVpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2lb0NWVpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2lb0NWVpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2lb0NWVpL .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-t2lb0NWVpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2lb0NWVpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2lb0NWVpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2lb0NWVpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2lb0NWVpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2lb0NWVpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2lb0NWVpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2lb0NWVpL .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-t2lb0NWVpL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2lb0NWVpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2lb0NWVpL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2lb0NWVpL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2lb0NWVpL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2lb0NWVpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2lb0NWVpL .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2lb0NWVpL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2lb0NWVpL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2lb0NWVpL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2lb0NWVpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2lb0NWVpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2lb0NWVpL .dropdown-item.active,
.cid-t2lb0NWVpL .dropdown-item:active {
  background-color: transparent;
}
.cid-t2lb0NWVpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2lb0NWVpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2lb0NWVpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2lb0NWVpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2lb0NWVpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2lb0NWVpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2lb0NWVpL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2lb0NWVpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2lb0NWVpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2lb0NWVpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2lb0NWVpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2lb0NWVpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2lb0NWVpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2lb0NWVpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2lb0NWVpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2lb0NWVpL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2lb0NWVpL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2lb0NWVpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2lb0NWVpL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2lb0NWVpL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2lb0NWVpL .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-t2lb0NWVpL .navbar {
    height: 70px;
  }
  .cid-t2lb0NWVpL .navbar.opened {
    height: auto;
  }
  .cid-t2lb0NWVpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2lb0P0Qrj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2lb0P0Qrj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2lb0P0Qrj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2lb0P0Qrj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2lb0P0Qrj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2lb0P0Qrj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2lb0P0Qrj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2lb0P0Qrj .carousel-control,
.cid-t2lb0P0Qrj .close {
  background: #1b1b1b;
}
.cid-t2lb0P0Qrj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2lb0P0Qrj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2lb0P0Qrj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2lb0P0Qrj .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2lb0P0Qrj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2lb0P0Qrj .close::before {
  content: '\e91a';
}
.cid-t2lb0P0Qrj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2lb0P0Qrj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2lb0P0Qrj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2lb0P0Qrj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2lb0P0Qrj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2lb0P0Qrj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2lb0P0Qrj .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-t2lb0P0Qrj .carousel-indicators li.active,
.cid-t2lb0P0Qrj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2lb0P0Qrj .carousel-indicators li::after,
.cid-t2lb0P0Qrj .carousel-indicators li::before {
  content: none;
}
.cid-t2lb0P0Qrj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2lb0P0Qrj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2lb0P0Qrj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2lb0P0Qrj .carousel-indicators {
    display: none;
  }
}
.cid-t2lb0P0Qrj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2lb0P0Qrj .carousel-inner > .active {
  display: block;
}
.cid-t2lb0P0Qrj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2lb0P0Qrj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2lb0P0Qrj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2lb0P0Qrj .carousel-control,
  .cid-t2lb0P0Qrj .carousel-indicators,
  .cid-t2lb0P0Qrj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2lb0P0Qrj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2lb0P0Qrj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2lb0P0Qrj .carousel-indicators .active,
.cid-t2lb0P0Qrj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2lb0P0Qrj .carousel-indicators .active {
  background: #fff;
}
.cid-t2lb0P0Qrj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2lb0P0Qrj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2lb0P0Qrj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2lb0P0Qrj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2lb0P0Qrj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2lb0P0Qrj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2lb0P0Qrj .carousel {
  width: 100%;
}
.cid-t2lb0P0Qrj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2lb0P0Qrj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2lb0P0Qrj .modal.fade .modal-dialog,
.cid-t2lb0P0Qrj .modal.in .modal-dialog {
  transform: none;
}
.cid-t2lb0P0Qrj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2lb0P0Qrj H6 {
  text-align: center;
}
.cid-t2lb0RLPEP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2lb0RLPEP .row {
  flex-direction: row-reverse;
}
.cid-t2lb0RLPEP .video-wrapper iframe {
  width: 100%;
}
.cid-t2lb0RLPEP .mbr-section-title,
.cid-t2lb0RLPEP .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2lb0RLPEP .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2lc7UnwHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2lc7UnwHl .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-t2lc7UnwHl .currentcost {
  color: #232323;
}
.cid-t2lc7UnwHl .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-t2lc7UnwHl .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2lc7UnwHl .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2lc7UnwHl .text-box {
    padding: 1rem;
  }
}
.cid-t2lc7UnwHl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz6ZZxcK7k {
  background-color: #ffffff;
}
.cid-uz6ZZxcK7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ZZxcK7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6ZZxcK7k ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6ZZxcK7k li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6ZZxcK7k ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t2lTA67g9y {
  z-index: 1000;
  width: 100%;
}
.cid-t2lTA67g9y nav.navbar {
  position: fixed;
}
.cid-t2lTA67g9y .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-t2lTA67g9y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2lTA67g9y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2lTA67g9y .dropdown-item:hover,
.cid-t2lTA67g9y .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-t2lTA67g9y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2lTA67g9y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2lTA67g9y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2lTA67g9y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2lTA67g9y .nav-link {
  position: relative;
}
.cid-t2lTA67g9y .container {
  display: flex;
  margin: auto;
}
.cid-t2lTA67g9y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2lTA67g9y .dropdown-menu,
.cid-t2lTA67g9y .navbar.opened {
  background: #ffffff !important;
}
.cid-t2lTA67g9y .nav-item:focus,
.cid-t2lTA67g9y .nav-link:focus {
  outline: none;
}
.cid-t2lTA67g9y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2lTA67g9y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2lTA67g9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2lTA67g9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2lTA67g9y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2lTA67g9y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2lTA67g9y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-t2lTA67g9y .navbar.opened {
  transition: all 0.3s;
}
.cid-t2lTA67g9y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2lTA67g9y .navbar .navbar-logo img {
  width: auto;
}
.cid-t2lTA67g9y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2lTA67g9y .navbar.collapsed {
  justify-content: center;
}
.cid-t2lTA67g9y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2lTA67g9y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2lTA67g9y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2lTA67g9y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2lTA67g9y .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-t2lTA67g9y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2lTA67g9y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2lTA67g9y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2lTA67g9y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2lTA67g9y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2lTA67g9y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2lTA67g9y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2lTA67g9y .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-t2lTA67g9y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2lTA67g9y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2lTA67g9y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2lTA67g9y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2lTA67g9y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2lTA67g9y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2lTA67g9y .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2lTA67g9y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2lTA67g9y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2lTA67g9y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2lTA67g9y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2lTA67g9y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2lTA67g9y .dropdown-item.active,
.cid-t2lTA67g9y .dropdown-item:active {
  background-color: transparent;
}
.cid-t2lTA67g9y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2lTA67g9y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2lTA67g9y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2lTA67g9y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2lTA67g9y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2lTA67g9y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2lTA67g9y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2lTA67g9y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2lTA67g9y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2lTA67g9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2lTA67g9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2lTA67g9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2lTA67g9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2lTA67g9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2lTA67g9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2lTA67g9y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2lTA67g9y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2lTA67g9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2lTA67g9y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2lTA67g9y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2lTA67g9y .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-t2lTA67g9y .navbar {
    height: 70px;
  }
  .cid-t2lTA67g9y .navbar.opened {
    height: auto;
  }
  .cid-t2lTA67g9y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2lTA78vPv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/171271651-2246396292160160-2218021357306658505-n-1080x720.jpg");
}
.cid-t2lTA78vPv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2lTA78vPv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2lTA78vPv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2lTA78vPv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2lTA78vPv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2lTA78vPv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2lTA78vPv .carousel-control,
.cid-t2lTA78vPv .close {
  background: #1b1b1b;
}
.cid-t2lTA78vPv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2lTA78vPv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2lTA78vPv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2lTA78vPv .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2lTA78vPv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2lTA78vPv .close::before {
  content: '\e91a';
}
.cid-t2lTA78vPv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2lTA78vPv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2lTA78vPv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2lTA78vPv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2lTA78vPv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2lTA78vPv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2lTA78vPv .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-t2lTA78vPv .carousel-indicators li.active,
.cid-t2lTA78vPv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2lTA78vPv .carousel-indicators li::after,
.cid-t2lTA78vPv .carousel-indicators li::before {
  content: none;
}
.cid-t2lTA78vPv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2lTA78vPv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2lTA78vPv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2lTA78vPv .carousel-indicators {
    display: none;
  }
}
.cid-t2lTA78vPv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2lTA78vPv .carousel-inner > .active {
  display: block;
}
.cid-t2lTA78vPv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2lTA78vPv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2lTA78vPv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2lTA78vPv .carousel-control,
  .cid-t2lTA78vPv .carousel-indicators,
  .cid-t2lTA78vPv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2lTA78vPv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2lTA78vPv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2lTA78vPv .carousel-indicators .active,
.cid-t2lTA78vPv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2lTA78vPv .carousel-indicators .active {
  background: #fff;
}
.cid-t2lTA78vPv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2lTA78vPv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2lTA78vPv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2lTA78vPv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2lTA78vPv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2lTA78vPv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2lTA78vPv .carousel {
  width: 100%;
}
.cid-t2lTA78vPv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2lTA78vPv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2lTA78vPv .modal.fade .modal-dialog,
.cid-t2lTA78vPv .modal.in .modal-dialog {
  transform: none;
}
.cid-t2lTA78vPv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2lTA78vPv H6 {
  text-align: center;
}
.cid-t2lTA78vPv H3 {
  text-align: center;
  color: #000000;
}
.cid-t2lZ9hzp7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/171719368-149475633767337-5855041093723094548-n-1080x720.jpg");
}
.cid-t2lZ9hzp7Q .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-t2lZ9hzp7Q .currentcost {
  color: #232323;
}
.cid-t2lZ9hzp7Q .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-t2lZ9hzp7Q .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2lZ9hzp7Q .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2lZ9hzp7Q .text-box {
    padding: 1rem;
  }
}
.cid-t2lZ9hzp7Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz709SPWtt {
  background-color: #ffffff;
}
.cid-uz709SPWtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz709SPWtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz709SPWtt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz709SPWtt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz709SPWtt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uyhCMTXhFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uyhCMTXhFZ nav.navbar {
  position: fixed;
}
.cid-uyhCMTXhFZ .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-uyhCMTXhFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyhCMTXhFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyhCMTXhFZ .dropdown-item:hover,
.cid-uyhCMTXhFZ .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uyhCMTXhFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyhCMTXhFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyhCMTXhFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyhCMTXhFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyhCMTXhFZ .nav-link {
  position: relative;
}
.cid-uyhCMTXhFZ .container {
  display: flex;
  margin: auto;
}
.cid-uyhCMTXhFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyhCMTXhFZ .dropdown-menu,
.cid-uyhCMTXhFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uyhCMTXhFZ .nav-item:focus,
.cid-uyhCMTXhFZ .nav-link:focus {
  outline: none;
}
.cid-uyhCMTXhFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyhCMTXhFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyhCMTXhFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyhCMTXhFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyhCMTXhFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyhCMTXhFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyhCMTXhFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uyhCMTXhFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uyhCMTXhFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyhCMTXhFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uyhCMTXhFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyhCMTXhFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uyhCMTXhFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyhCMTXhFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyhCMTXhFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyhCMTXhFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyhCMTXhFZ .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-uyhCMTXhFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyhCMTXhFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyhCMTXhFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyhCMTXhFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyhCMTXhFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyhCMTXhFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyhCMTXhFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyhCMTXhFZ .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-uyhCMTXhFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyhCMTXhFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyhCMTXhFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyhCMTXhFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyhCMTXhFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyhCMTXhFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyhCMTXhFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyhCMTXhFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyhCMTXhFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyhCMTXhFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyhCMTXhFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyhCMTXhFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyhCMTXhFZ .dropdown-item.active,
.cid-uyhCMTXhFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uyhCMTXhFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyhCMTXhFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyhCMTXhFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyhCMTXhFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyhCMTXhFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyhCMTXhFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyhCMTXhFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyhCMTXhFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyhCMTXhFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyhCMTXhFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyhCMTXhFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyhCMTXhFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhCMTXhFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhCMTXhFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyhCMTXhFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhCMTXhFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyhCMTXhFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyhCMTXhFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhCMTXhFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyhCMTXhFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyhCMTXhFZ .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-uyhCMTXhFZ .navbar {
    height: 70px;
  }
  .cid-uyhCMTXhFZ .navbar.opened {
    height: auto;
  }
  .cid-uyhCMTXhFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyhCMVdaVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0092-2000x792.png");
}
.cid-uyiCXYDbzD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyiCXYDbzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyiCXYDbzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyiCXYDbzD .mbr-section-title {
  color: #353535;
}
.cid-uyhCMW6kOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-55-1280x589.jpg");
}
.cid-uyhCMW6kOb .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyhCMW6kOb .currentcost {
  color: #232323;
}
.cid-uyhCMW6kOb .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyhCMW6kOb .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyhCMW6kOb .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyhCMW6kOb .text-box {
    padding: 1rem;
  }
}
.cid-uyhCMW6kOb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyhCMW6kOb H5 {
  text-align: right;
}
.cid-uyhCMX1apx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-52-1280x589.jpg");
}
.cid-uyhCMX1apx .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyhCMX1apx .currentcost {
  color: #232323;
}
.cid-uyhCMX1apx .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyhCMX1apx .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyhCMX1apx .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyhCMX1apx .text-box {
    padding: 1rem;
  }
}
.cid-uyhCMX1apx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyhCMX1apx H5 {
  text-align: right;
}
.cid-uyhCMXE5mb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-49-1280x717.jpg");
}
.cid-uyhCMXE5mb .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyhCMXE5mb .currentcost {
  color: #232323;
}
.cid-uyhCMXE5mb .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyhCMXE5mb .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyhCMXE5mb .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyhCMXE5mb .text-box {
    padding: 1rem;
  }
}
.cid-uyhCMXE5mb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyizQKzmKq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-55-1280x589.jpg");
}
.cid-uyizQKzmKq .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyizQKzmKq .currentcost {
  color: #232323;
}
.cid-uyizQKzmKq .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyizQKzmKq .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyizQKzmKq .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyizQKzmKq .text-box {
    padding: 1rem;
  }
}
.cid-uyizQKzmKq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyizTG3Xy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-44-1280x721.jpg");
}
.cid-uyizTG3Xy6 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyizTG3Xy6 .currentcost {
  color: #232323;
}
.cid-uyizTG3Xy6 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyizTG3Xy6 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyizTG3Xy6 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyizTG3Xy6 .text-box {
    padding: 1rem;
  }
}
.cid-uyizTG3Xy6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyiCxsSSOT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyiCxsSSOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyiCxsSSOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyizS5AFtW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uyizS5AFtW .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyizS5AFtW .currentcost {
  color: #232323;
}
.cid-uyizS5AFtW .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyizS5AFtW .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyizS5AFtW .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyizS5AFtW .text-box {
    padding: 1rem;
  }
}
.cid-uyizS5AFtW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyiColvzl6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uyiColvzl6 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyiColvzl6 .currentcost {
  color: #232323;
}
.cid-uyiColvzl6 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyiColvzl6 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyiColvzl6 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyiColvzl6 .text-box {
    padding: 1rem;
  }
}
.cid-uyiColvzl6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyiCpqJWva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uyiCpqJWva .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyiCpqJWva .currentcost {
  color: #232323;
}
.cid-uyiCpqJWva .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyiCpqJWva .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyiCpqJWva .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyiCpqJWva .text-box {
    padding: 1rem;
  }
}
.cid-uyiCpqJWva .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz6kSfg74A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uz6kSfg74A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6kSfg74A .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-uz6kSfg74A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6kSfg74A .row {
  flex-direction: row-reverse;
}
.cid-uz6kSfg74A img {
  width: 100%;
}
.cid-uz6DxDEsEp {
  background-color: #ffffff;
}
.cid-uz6DxDEsEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6DxDEsEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6DxDEsEp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6DxDEsEp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6DxDEsEp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uyja4JLMoK {
  z-index: 1000;
  width: 100%;
}
.cid-uyja4JLMoK nav.navbar {
  position: fixed;
}
.cid-uyja4JLMoK .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-uyja4JLMoK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyja4JLMoK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyja4JLMoK .dropdown-item:hover,
.cid-uyja4JLMoK .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uyja4JLMoK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyja4JLMoK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyja4JLMoK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyja4JLMoK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyja4JLMoK .nav-link {
  position: relative;
}
.cid-uyja4JLMoK .container {
  display: flex;
  margin: auto;
}
.cid-uyja4JLMoK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyja4JLMoK .dropdown-menu,
.cid-uyja4JLMoK .navbar.opened {
  background: #ffffff !important;
}
.cid-uyja4JLMoK .nav-item:focus,
.cid-uyja4JLMoK .nav-link:focus {
  outline: none;
}
.cid-uyja4JLMoK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyja4JLMoK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyja4JLMoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyja4JLMoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyja4JLMoK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyja4JLMoK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyja4JLMoK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uyja4JLMoK .navbar.opened {
  transition: all 0.3s;
}
.cid-uyja4JLMoK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyja4JLMoK .navbar .navbar-logo img {
  width: auto;
}
.cid-uyja4JLMoK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyja4JLMoK .navbar.collapsed {
  justify-content: center;
}
.cid-uyja4JLMoK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyja4JLMoK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyja4JLMoK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyja4JLMoK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyja4JLMoK .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-uyja4JLMoK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyja4JLMoK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyja4JLMoK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyja4JLMoK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyja4JLMoK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyja4JLMoK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyja4JLMoK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyja4JLMoK .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-uyja4JLMoK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyja4JLMoK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyja4JLMoK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyja4JLMoK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyja4JLMoK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyja4JLMoK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyja4JLMoK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyja4JLMoK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyja4JLMoK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyja4JLMoK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyja4JLMoK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyja4JLMoK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyja4JLMoK .dropdown-item.active,
.cid-uyja4JLMoK .dropdown-item:active {
  background-color: transparent;
}
.cid-uyja4JLMoK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyja4JLMoK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyja4JLMoK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyja4JLMoK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyja4JLMoK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyja4JLMoK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyja4JLMoK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyja4JLMoK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyja4JLMoK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyja4JLMoK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyja4JLMoK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyja4JLMoK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyja4JLMoK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyja4JLMoK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyja4JLMoK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyja4JLMoK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyja4JLMoK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyja4JLMoK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyja4JLMoK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyja4JLMoK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyja4JLMoK .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-uyja4JLMoK .navbar {
    height: 70px;
  }
  .cid-uyja4JLMoK .navbar.opened {
    height: auto;
  }
  .cid-uyja4JLMoK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyja4KuEhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0092-2000x792.png");
}
.cid-uyja4LaaUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2022-04-06-23-52-46-1280x960.jpg");
}
.cid-uyja4LaaUE .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyja4LaaUE .currentcost {
  color: #232323;
}
.cid-uyja4LaaUE .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyja4LaaUE .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyja4LaaUE .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyja4LaaUE .text-box {
    padding: 1rem;
  }
}
.cid-uyja4LaaUE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz6KEKfc5h {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6KEKfc5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6KEKfc5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6KEKfc5h ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6KEKfc5h li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6KEKfc5h ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uyjcJhWY4N {
  z-index: 1000;
  width: 100%;
}
.cid-uyjcJhWY4N nav.navbar {
  position: fixed;
}
.cid-uyjcJhWY4N .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-uyjcJhWY4N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyjcJhWY4N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyjcJhWY4N .dropdown-item:hover,
.cid-uyjcJhWY4N .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uyjcJhWY4N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyjcJhWY4N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyjcJhWY4N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyjcJhWY4N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyjcJhWY4N .nav-link {
  position: relative;
}
.cid-uyjcJhWY4N .container {
  display: flex;
  margin: auto;
}
.cid-uyjcJhWY4N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyjcJhWY4N .dropdown-menu,
.cid-uyjcJhWY4N .navbar.opened {
  background: #ffffff !important;
}
.cid-uyjcJhWY4N .nav-item:focus,
.cid-uyjcJhWY4N .nav-link:focus {
  outline: none;
}
.cid-uyjcJhWY4N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyjcJhWY4N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyjcJhWY4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyjcJhWY4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyjcJhWY4N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyjcJhWY4N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyjcJhWY4N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uyjcJhWY4N .navbar.opened {
  transition: all 0.3s;
}
.cid-uyjcJhWY4N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyjcJhWY4N .navbar .navbar-logo img {
  width: auto;
}
.cid-uyjcJhWY4N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyjcJhWY4N .navbar.collapsed {
  justify-content: center;
}
.cid-uyjcJhWY4N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyjcJhWY4N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyjcJhWY4N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyjcJhWY4N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyjcJhWY4N .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-uyjcJhWY4N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyjcJhWY4N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyjcJhWY4N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyjcJhWY4N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyjcJhWY4N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyjcJhWY4N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyjcJhWY4N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyjcJhWY4N .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-uyjcJhWY4N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyjcJhWY4N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyjcJhWY4N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyjcJhWY4N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyjcJhWY4N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyjcJhWY4N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyjcJhWY4N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyjcJhWY4N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyjcJhWY4N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyjcJhWY4N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyjcJhWY4N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyjcJhWY4N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyjcJhWY4N .dropdown-item.active,
.cid-uyjcJhWY4N .dropdown-item:active {
  background-color: transparent;
}
.cid-uyjcJhWY4N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyjcJhWY4N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyjcJhWY4N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyjcJhWY4N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyjcJhWY4N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyjcJhWY4N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyjcJhWY4N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyjcJhWY4N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyjcJhWY4N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyjcJhWY4N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyjcJhWY4N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyjcJhWY4N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyjcJhWY4N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyjcJhWY4N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyjcJhWY4N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyjcJhWY4N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyjcJhWY4N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyjcJhWY4N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyjcJhWY4N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyjcJhWY4N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyjcJhWY4N .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-uyjcJhWY4N .navbar {
    height: 70px;
  }
  .cid-uyjcJhWY4N .navbar.opened {
    height: auto;
  }
  .cid-uyjcJhWY4N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyjeRZb4tB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uyjeRZb4tB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjeRZb4tB .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-uyjeRZb4tB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyjeRZb4tB .row {
  flex-direction: row-reverse;
}
.cid-uyjeRZb4tB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyjeRZb4tB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyjeRZb4tB .mbr-text {
  color: #ffffff;
}
.cid-uyjeRZb4tB .mbr-section-title {
  color: #ffffff;
}
.cid-uyjg2z5fUg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uyjg2z5fUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjg2z5fUg .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-uyjg2z5fUg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyjg2z5fUg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyjg2z5fUg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyjg2z5fUg .mbr-text {
  color: #ffffff;
}
.cid-uyjg2z5fUg .mbr-section-title {
  color: #ffffff;
}
.cid-uyjgE5KQZo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uyjgE5KQZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjgE5KQZo .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-uyjgE5KQZo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyjgE5KQZo .row {
  flex-direction: row-reverse;
}
.cid-uyjgE5KQZo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyjgE5KQZo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyjgE5KQZo .mbr-text {
  color: #ffffff;
}
.cid-uyjgE5KQZo .mbr-section-title {
  color: #ffffff;
}
.cid-uz6LvQtqJL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uz6LvQtqJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6LvQtqJL .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-uz6LvQtqJL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6LvQtqJL .row {
  flex-direction: row-reverse;
}
.cid-uz6LvQtqJL img {
  width: 100%;
}
.cid-uz6LYprmaq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6LYprmaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6LYprmaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6LYprmaq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6LYprmaq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6LYprmaq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uz6ceI42jR {
  z-index: 1000;
  width: 100%;
}
.cid-uz6ceI42jR nav.navbar {
  position: fixed;
}
.cid-uz6ceI42jR .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-uz6ceI42jR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz6ceI42jR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz6ceI42jR .dropdown-item:hover,
.cid-uz6ceI42jR .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uz6ceI42jR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz6ceI42jR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz6ceI42jR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz6ceI42jR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz6ceI42jR .nav-link {
  position: relative;
}
.cid-uz6ceI42jR .container {
  display: flex;
  margin: auto;
}
.cid-uz6ceI42jR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz6ceI42jR .dropdown-menu,
.cid-uz6ceI42jR .navbar.opened {
  background: #ffffff !important;
}
.cid-uz6ceI42jR .nav-item:focus,
.cid-uz6ceI42jR .nav-link:focus {
  outline: none;
}
.cid-uz6ceI42jR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz6ceI42jR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz6ceI42jR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz6ceI42jR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz6ceI42jR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz6ceI42jR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz6ceI42jR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uz6ceI42jR .navbar.opened {
  transition: all 0.3s;
}
.cid-uz6ceI42jR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz6ceI42jR .navbar .navbar-logo img {
  width: auto;
}
.cid-uz6ceI42jR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz6ceI42jR .navbar.collapsed {
  justify-content: center;
}
.cid-uz6ceI42jR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz6ceI42jR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz6ceI42jR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz6ceI42jR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz6ceI42jR .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-uz6ceI42jR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz6ceI42jR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz6ceI42jR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz6ceI42jR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz6ceI42jR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz6ceI42jR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz6ceI42jR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz6ceI42jR .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-uz6ceI42jR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz6ceI42jR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz6ceI42jR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz6ceI42jR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz6ceI42jR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz6ceI42jR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz6ceI42jR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz6ceI42jR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz6ceI42jR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz6ceI42jR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz6ceI42jR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz6ceI42jR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz6ceI42jR .dropdown-item.active,
.cid-uz6ceI42jR .dropdown-item:active {
  background-color: transparent;
}
.cid-uz6ceI42jR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz6ceI42jR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz6ceI42jR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz6ceI42jR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz6ceI42jR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz6ceI42jR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz6ceI42jR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz6ceI42jR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz6ceI42jR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz6ceI42jR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uz6ceI42jR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz6ceI42jR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6ceI42jR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6ceI42jR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz6ceI42jR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6ceI42jR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz6ceI42jR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz6ceI42jR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6ceI42jR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz6ceI42jR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz6ceI42jR .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-uz6ceI42jR .navbar {
    height: 70px;
  }
  .cid-uz6ceI42jR .navbar.opened {
    height: auto;
  }
  .cid-uz6ceI42jR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz6ceJf6Cz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6ceJf6Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ceJf6Cz .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-uz6ceJf6Cz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6ceJf6Cz .row {
  flex-direction: row-reverse;
}
.cid-uz6ceJf6Cz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6ceJf6Cz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6ceJf6Cz .mbr-text {
  color: #ffffff;
}
.cid-uz6ceJf6Cz .mbr-section-title {
  color: #ffffff;
}
.cid-uz6ceKbrhL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6ceKbrhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ceKbrhL .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-uz6ceKbrhL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6ceKbrhL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6ceKbrhL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6ceKbrhL .mbr-text {
  color: #ffffff;
}
.cid-uz6ceKbrhL .mbr-section-title {
  color: #ffffff;
}
.cid-uz6dgE4QAP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6dgE4QAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6dgE4QAP .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-uz6dgE4QAP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6dgE4QAP .row {
  flex-direction: row-reverse;
}
.cid-uz6dgE4QAP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6dgE4QAP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6dgE4QAP .mbr-text {
  color: #ffffff;
}
.cid-uz6dgE4QAP .mbr-section-title {
  color: #ffffff;
}
.cid-uz6dw4hnt0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6dw4hnt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6dw4hnt0 .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-uz6dw4hnt0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6dw4hnt0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6dw4hnt0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6dw4hnt0 .mbr-text {
  color: #ffffff;
}
.cid-uz6dw4hnt0 .mbr-section-title {
  color: #ffffff;
}
.cid-uz6NuFh4dU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uz6NuFh4dU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NuFh4dU .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-uz6NuFh4dU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6NuFh4dU .row {
  flex-direction: row-reverse;
}
.cid-uz6NuFh4dU img {
  width: 100%;
}
.cid-uz6NvPGwSx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6NvPGwSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NvPGwSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NvPGwSx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6NvPGwSx li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6NvPGwSx ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uz6ciLaeo5 {
  z-index: 1000;
  width: 100%;
}
.cid-uz6ciLaeo5 nav.navbar {
  position: fixed;
}
.cid-uz6ciLaeo5 .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-uz6ciLaeo5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz6ciLaeo5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz6ciLaeo5 .dropdown-item:hover,
.cid-uz6ciLaeo5 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uz6ciLaeo5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz6ciLaeo5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz6ciLaeo5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz6ciLaeo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz6ciLaeo5 .nav-link {
  position: relative;
}
.cid-uz6ciLaeo5 .container {
  display: flex;
  margin: auto;
}
.cid-uz6ciLaeo5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz6ciLaeo5 .dropdown-menu,
.cid-uz6ciLaeo5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uz6ciLaeo5 .nav-item:focus,
.cid-uz6ciLaeo5 .nav-link:focus {
  outline: none;
}
.cid-uz6ciLaeo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz6ciLaeo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz6ciLaeo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz6ciLaeo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz6ciLaeo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz6ciLaeo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz6ciLaeo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uz6ciLaeo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz6ciLaeo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz6ciLaeo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uz6ciLaeo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz6ciLaeo5 .navbar.collapsed {
  justify-content: center;
}
.cid-uz6ciLaeo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz6ciLaeo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz6ciLaeo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz6ciLaeo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz6ciLaeo5 .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-uz6ciLaeo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz6ciLaeo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz6ciLaeo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz6ciLaeo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz6ciLaeo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz6ciLaeo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz6ciLaeo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz6ciLaeo5 .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-uz6ciLaeo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz6ciLaeo5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz6ciLaeo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz6ciLaeo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz6ciLaeo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz6ciLaeo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz6ciLaeo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz6ciLaeo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz6ciLaeo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz6ciLaeo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz6ciLaeo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz6ciLaeo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz6ciLaeo5 .dropdown-item.active,
.cid-uz6ciLaeo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz6ciLaeo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz6ciLaeo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz6ciLaeo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz6ciLaeo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz6ciLaeo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz6ciLaeo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz6ciLaeo5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz6ciLaeo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz6ciLaeo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz6ciLaeo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uz6ciLaeo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz6ciLaeo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6ciLaeo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6ciLaeo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz6ciLaeo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6ciLaeo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz6ciLaeo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz6ciLaeo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6ciLaeo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz6ciLaeo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz6ciLaeo5 .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-uz6ciLaeo5 .navbar {
    height: 70px;
  }
  .cid-uz6ciLaeo5 .navbar.opened {
    height: auto;
  }
  .cid-uz6ciLaeo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz6ciM3vxH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6ciM3vxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ciM3vxH .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-uz6ciM3vxH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6ciM3vxH .row {
  flex-direction: row-reverse;
}
.cid-uz6ciM3vxH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6ciM3vxH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6ciM3vxH .mbr-text {
  color: #ffffff;
}
.cid-uz6ciM3vxH .mbr-section-title {
  color: #ffffff;
}
.cid-uz6ciMPLGM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6ciMPLGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ciMPLGM .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-uz6ciMPLGM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6ciMPLGM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6ciMPLGM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6ciMPLGM .mbr-text {
  color: #ffffff;
}
.cid-uz6ciMPLGM .mbr-section-title {
  color: #ffffff;
}
.cid-uz6ciNHHtX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6ciNHHtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6ciNHHtX .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-uz6ciNHHtX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6ciNHHtX .row {
  flex-direction: row-reverse;
}
.cid-uz6ciNHHtX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6ciNHHtX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6ciNHHtX .mbr-text {
  color: #ffffff;
}
.cid-uz6ciNHHtX .mbr-section-title {
  color: #ffffff;
}
.cid-uz6geEPflX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6geEPflX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6geEPflX .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-uz6geEPflX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6geEPflX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6geEPflX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6geEPflX .mbr-text {
  color: #ffffff;
}
.cid-uz6geEPflX .mbr-section-title {
  color: #ffffff;
}
.cid-uz6NXf4B0d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uz6NXf4B0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NXf4B0d .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-uz6NXf4B0d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6NXf4B0d .row {
  flex-direction: row-reverse;
}
.cid-uz6NXf4B0d img {
  width: 100%;
}
.cid-uz6NYeD5B0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6NYeD5B0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NYeD5B0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NYeD5B0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6NYeD5B0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6NYeD5B0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uz6cn1Wog7 {
  z-index: 1000;
  width: 100%;
}
.cid-uz6cn1Wog7 nav.navbar {
  position: fixed;
}
.cid-uz6cn1Wog7 .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-uz6cn1Wog7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz6cn1Wog7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz6cn1Wog7 .dropdown-item:hover,
.cid-uz6cn1Wog7 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uz6cn1Wog7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz6cn1Wog7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz6cn1Wog7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz6cn1Wog7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz6cn1Wog7 .nav-link {
  position: relative;
}
.cid-uz6cn1Wog7 .container {
  display: flex;
  margin: auto;
}
.cid-uz6cn1Wog7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz6cn1Wog7 .dropdown-menu,
.cid-uz6cn1Wog7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uz6cn1Wog7 .nav-item:focus,
.cid-uz6cn1Wog7 .nav-link:focus {
  outline: none;
}
.cid-uz6cn1Wog7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz6cn1Wog7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz6cn1Wog7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz6cn1Wog7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz6cn1Wog7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz6cn1Wog7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz6cn1Wog7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uz6cn1Wog7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz6cn1Wog7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz6cn1Wog7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uz6cn1Wog7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz6cn1Wog7 .navbar.collapsed {
  justify-content: center;
}
.cid-uz6cn1Wog7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz6cn1Wog7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz6cn1Wog7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz6cn1Wog7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz6cn1Wog7 .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-uz6cn1Wog7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz6cn1Wog7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz6cn1Wog7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz6cn1Wog7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz6cn1Wog7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz6cn1Wog7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz6cn1Wog7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz6cn1Wog7 .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-uz6cn1Wog7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz6cn1Wog7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz6cn1Wog7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz6cn1Wog7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz6cn1Wog7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz6cn1Wog7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz6cn1Wog7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz6cn1Wog7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz6cn1Wog7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz6cn1Wog7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz6cn1Wog7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz6cn1Wog7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz6cn1Wog7 .dropdown-item.active,
.cid-uz6cn1Wog7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz6cn1Wog7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz6cn1Wog7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz6cn1Wog7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz6cn1Wog7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz6cn1Wog7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz6cn1Wog7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz6cn1Wog7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz6cn1Wog7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz6cn1Wog7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz6cn1Wog7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uz6cn1Wog7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz6cn1Wog7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6cn1Wog7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6cn1Wog7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz6cn1Wog7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6cn1Wog7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz6cn1Wog7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz6cn1Wog7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6cn1Wog7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz6cn1Wog7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz6cn1Wog7 .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-uz6cn1Wog7 .navbar {
    height: 70px;
  }
  .cid-uz6cn1Wog7 .navbar.opened {
    height: auto;
  }
  .cid-uz6cn1Wog7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz6cn3k9ZY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz6cn3k9ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6cn3k9ZY .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-uz6cn3k9ZY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6cn3k9ZY .row {
  flex-direction: row-reverse;
}
.cid-uz6cn3k9ZY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz6cn3k9ZY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz6cn3k9ZY .mbr-text {
  color: #ffffff;
}
.cid-uz6cn3k9ZY .mbr-section-title {
  color: #ffffff;
}
.cid-uz6hQCff6b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uz6hQCff6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6hQCff6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6hQCff6b .item {
  padding-bottom: 2rem;
}
.cid-uz6hQCff6b .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uz6hQCff6b .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uz6hQCff6b .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uz6hQCff6b .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uz6hQCff6b .carousel-control,
.cid-uz6hQCff6b .close {
  background: #1b1b1b;
}
.cid-uz6hQCff6b .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uz6hQCff6b .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uz6hQCff6b .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uz6hQCff6b .carousel-control-next span {
  margin-left: 5px;
}
.cid-uz6hQCff6b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uz6hQCff6b .close::before {
  content: '\e91a';
}
.cid-uz6hQCff6b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uz6hQCff6b .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uz6hQCff6b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz6hQCff6b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz6hQCff6b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uz6hQCff6b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uz6hQCff6b .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-uz6hQCff6b .carousel-indicators li.active,
.cid-uz6hQCff6b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uz6hQCff6b .carousel-indicators li::after,
.cid-uz6hQCff6b .carousel-indicators li::before {
  content: none;
}
.cid-uz6hQCff6b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uz6hQCff6b .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uz6hQCff6b .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uz6hQCff6b .carousel-indicators {
    display: none;
  }
}
.cid-uz6hQCff6b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uz6hQCff6b .carousel-inner > .active {
  display: block;
}
.cid-uz6hQCff6b .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz6hQCff6b .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uz6hQCff6b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uz6hQCff6b .carousel-control,
  .cid-uz6hQCff6b .carousel-indicators,
  .cid-uz6hQCff6b .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uz6hQCff6b .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uz6hQCff6b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uz6hQCff6b .carousel-indicators .active,
.cid-uz6hQCff6b .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uz6hQCff6b .carousel-indicators .active {
  background: #fff;
}
.cid-uz6hQCff6b .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uz6hQCff6b .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uz6hQCff6b .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uz6hQCff6b .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uz6hQCff6b .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uz6hQCff6b .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uz6hQCff6b .carousel {
  width: 100%;
}
.cid-uz6hQCff6b .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uz6hQCff6b .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uz6hQCff6b .modal.fade .modal-dialog,
.cid-uz6hQCff6b .modal.in .modal-dialog {
  transform: none;
}
.cid-uz6hQCff6b .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uz6hQCff6b H6 {
  text-align: center;
}
.cid-uz6hQCff6b H3 {
  color: #ffffff;
}
.cid-uzfmsR3RK0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uzfmsR3RK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzfmsR3RK0 .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-uzfmsR3RK0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzfmsR3RK0 .row {
  flex-direction: row-reverse;
}
.cid-uzfmsR3RK0 img {
  width: 100%;
}
.cid-uz6OuRU8ob {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uz6OuRU8ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6OuRU8ob .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-uz6OuRU8ob .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz6OuRU8ob .row {
  flex-direction: row-reverse;
}
.cid-uz6OuRU8ob img {
  width: 100%;
}
.cid-uz6Ovslm0z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz6Ovslm0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6Ovslm0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6Ovslm0z ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz6Ovslm0z li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz6Ovslm0z ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uz78tzuaF3 {
  z-index: 1000;
  width: 100%;
}
.cid-uz78tzuaF3 nav.navbar {
  position: fixed;
}
.cid-uz78tzuaF3 .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-uz78tzuaF3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz78tzuaF3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz78tzuaF3 .dropdown-item:hover,
.cid-uz78tzuaF3 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uz78tzuaF3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz78tzuaF3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz78tzuaF3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz78tzuaF3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz78tzuaF3 .nav-link {
  position: relative;
}
.cid-uz78tzuaF3 .container {
  display: flex;
  margin: auto;
}
.cid-uz78tzuaF3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz78tzuaF3 .dropdown-menu,
.cid-uz78tzuaF3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uz78tzuaF3 .nav-item:focus,
.cid-uz78tzuaF3 .nav-link:focus {
  outline: none;
}
.cid-uz78tzuaF3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz78tzuaF3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz78tzuaF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz78tzuaF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz78tzuaF3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz78tzuaF3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz78tzuaF3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uz78tzuaF3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz78tzuaF3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz78tzuaF3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uz78tzuaF3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz78tzuaF3 .navbar.collapsed {
  justify-content: center;
}
.cid-uz78tzuaF3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz78tzuaF3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz78tzuaF3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz78tzuaF3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz78tzuaF3 .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-uz78tzuaF3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz78tzuaF3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz78tzuaF3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz78tzuaF3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz78tzuaF3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz78tzuaF3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz78tzuaF3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz78tzuaF3 .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-uz78tzuaF3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz78tzuaF3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz78tzuaF3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz78tzuaF3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz78tzuaF3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz78tzuaF3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz78tzuaF3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz78tzuaF3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz78tzuaF3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz78tzuaF3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz78tzuaF3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz78tzuaF3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz78tzuaF3 .dropdown-item.active,
.cid-uz78tzuaF3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz78tzuaF3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz78tzuaF3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz78tzuaF3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz78tzuaF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz78tzuaF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz78tzuaF3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz78tzuaF3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz78tzuaF3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz78tzuaF3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz78tzuaF3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uz78tzuaF3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz78tzuaF3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78tzuaF3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78tzuaF3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz78tzuaF3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78tzuaF3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz78tzuaF3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz78tzuaF3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78tzuaF3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz78tzuaF3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz78tzuaF3 .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-uz78tzuaF3 .navbar {
    height: 70px;
  }
  .cid-uz78tzuaF3 .navbar.opened {
    height: auto;
  }
  .cid-uz78tzuaF3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz78tAFHUc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz78tAFHUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78tAFHUc .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-uz78tAFHUc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz78tAFHUc .row {
  flex-direction: row-reverse;
}
.cid-uz78tAFHUc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz78tAFHUc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz78tAFHUc .mbr-text {
  color: #ffffff;
}
.cid-uz78tAFHUc .mbr-section-title {
  color: #ffffff;
}
.cid-uz78tBRuwW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz78tBRuwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78tBRuwW .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-uz78tBRuwW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz78tBRuwW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz78tBRuwW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz78tBRuwW .mbr-text {
  color: #ffffff;
}
.cid-uz78tBRuwW .mbr-section-title {
  color: #ffffff;
}
.cid-uz78tCBR4W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz78tCBR4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78tCBR4W .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-uz78tCBR4W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz78tCBR4W .row {
  flex-direction: row-reverse;
}
.cid-uz78tCBR4W img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz78tCBR4W .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz78tCBR4W .mbr-text {
  color: #ffffff;
}
.cid-uz78tCBR4W .mbr-section-title {
  color: #ffffff;
}
.cid-uz78tDajJd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz78tDajJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78tDajJd .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-uz78tDajJd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz78tDajJd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz78tDajJd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz78tDajJd .mbr-text {
  color: #ffffff;
}
.cid-uz78tDajJd .mbr-section-title {
  color: #ffffff;
}
.cid-uz78Yqdit8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz78Yqdit8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78Yqdit8 .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-uz78Yqdit8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz78Yqdit8 .row {
  flex-direction: row-reverse;
}
.cid-uz78Yqdit8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz78Yqdit8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz78Yqdit8 .mbr-text {
  color: #ffffff;
}
.cid-uz78Yqdit8 .mbr-section-title {
  color: #ffffff;
}
.cid-uz78ZmZFaM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-46-59-1280x590.jpg");
}
.cid-uz78ZmZFaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78ZmZFaM .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-uz78ZmZFaM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz78ZmZFaM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz78ZmZFaM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz78ZmZFaM .mbr-text {
  color: #ffffff;
}
.cid-uz78ZmZFaM .mbr-section-title {
  color: #ffffff;
}
.cid-uz78tEgLod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2024-12-29-01-47-1-1280x844.jpg");
}
.cid-uz78tEgLod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78tEgLod .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-uz78tEgLod .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz78tEgLod .row {
  flex-direction: row-reverse;
}
.cid-uz78tEgLod img {
  width: 100%;
}
.cid-uz78tELkQJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uz78tELkQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78tELkQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz78tELkQJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uz78tELkQJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uz78tELkQJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
