body {
  font-family: 'Raleway';
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #a0916d !important;
}
.bg-success {
  background-color: #9e9682 !important;
}
.bg-info {
  background-color: #9e9682 !important;
}
.bg-warning {
  background-color: #1c1c1c !important;
}
.bg-danger {
  background-color: #9e9682 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a0916d !important;
  border-color: #a0916d !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: #6e6348 !important;
  border-color: #6e6348 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6e6348 !important;
  border-color: #6e6348 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9e9682 !important;
  border-color: #9e9682 !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: #716a58 !important;
  border-color: #716a58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #716a58 !important;
  border-color: #716a58 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9682 !important;
  border-color: #9e9682 !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: #716a58 !important;
  border-color: #716a58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #716a58 !important;
  border-color: #716a58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9e9682 !important;
  border-color: #9e9682 !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: #716a58 !important;
  border-color: #716a58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #716a58 !important;
  border-color: #716a58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9e9682 !important;
  border-color: #9e9682 !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: #716a58 !important;
  border-color: #716a58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #716a58 !important;
  border-color: #716a58 !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: #a0916d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6e6348 !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: #a0916d !important;
  border-color: #a0916d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9e9682;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #716a58 !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: #9e9682 !important;
  border-color: #9e9682 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9e9682;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #716a58 !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: #9e9682 !important;
  border-color: #9e9682 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9e9682;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #716a58 !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: #9e9682 !important;
  border-color: #9e9682 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1c1c1c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9e9682;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #716a58 !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: #9e9682 !important;
  border-color: #9e9682 !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: #a0916d !important;
}
.text-secondary {
  color: #9e9682 !important;
}
.text-success {
  color: #9e9682 !important;
}
.text-info {
  color: #9e9682 !important;
}
.text-warning {
  color: #1c1c1c !important;
}
.text-danger {
  color: #9e9682 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #655b42 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #696251 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #696251 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #696251 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #696251 !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: #a0916d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9682;
}
.alert-warning {
  background-color: #1c1c1c;
}
.alert-danger {
  background-color: #9e9682;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a0916d;
  border-color: #a0916d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a0916d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d2cbba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d6d2ca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6d2ca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cfcfcf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d6d2ca;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #a0916d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #a0916d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a0916d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a0916d;
}
.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: #a0916d;
  border-bottom-color: #a0916d;
}
.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: #a0916d !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: #9e9682 !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='%23a0916d' %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-tR3UlsNvrX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR3UlsNvrX nav.navbar {
  position: fixed;
}
.cid-tR3UlsNvrX .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-tR3UlsNvrX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tR3UlsNvrX .dropdown-item:hover,
.cid-tR3UlsNvrX .dropdown-item:focus {
  color: #a0916d !important;
}
.cid-tR3UlsNvrX .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tR3UlsNvrX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR3UlsNvrX .nav-link {
  position: relative;
  padding: 0;
}
.cid-tR3UlsNvrX .container {
  display: flex;
  margin: auto;
}
.cid-tR3UlsNvrX .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR3UlsNvrX .dropdown-menu,
.cid-tR3UlsNvrX .navbar.opened {
  background: #ffffff !important;
}
.cid-tR3UlsNvrX .nav-item:focus,
.cid-tR3UlsNvrX .nav-link:focus {
  outline: none;
}
.cid-tR3UlsNvrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR3UlsNvrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR3UlsNvrX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR3UlsNvrX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR3UlsNvrX .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-tR3UlsNvrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR3UlsNvrX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tR3UlsNvrX .navbar.opened {
  transition: all 0.3s;
}
.cid-tR3UlsNvrX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR3UlsNvrX .navbar .navbar-logo img {
  width: auto;
}
.cid-tR3UlsNvrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR3UlsNvrX .navbar.collapsed {
  justify-content: center;
}
.cid-tR3UlsNvrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR3UlsNvrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR3UlsNvrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tR3UlsNvrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR3UlsNvrX .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-tR3UlsNvrX .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-tR3UlsNvrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR3UlsNvrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR3UlsNvrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR3UlsNvrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR3UlsNvrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR3UlsNvrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR3UlsNvrX .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-tR3UlsNvrX .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-tR3UlsNvrX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR3UlsNvrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR3UlsNvrX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR3UlsNvrX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR3UlsNvrX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR3UlsNvrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR3UlsNvrX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR3UlsNvrX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR3UlsNvrX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR3UlsNvrX .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR3UlsNvrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR3UlsNvrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR3UlsNvrX .dropdown-item.active,
.cid-tR3UlsNvrX .dropdown-item:active {
  background-color: transparent;
}
.cid-tR3UlsNvrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR3UlsNvrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR3UlsNvrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR3UlsNvrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR3UlsNvrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR3UlsNvrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR3UlsNvrX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR3UlsNvrX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR3UlsNvrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR3UlsNvrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR3UlsNvrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR3UlsNvrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR3UlsNvrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR3UlsNvrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR3UlsNvrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR3UlsNvrX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR3UlsNvrX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR3UlsNvrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR3UlsNvrX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR3UlsNvrX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR3UlsNvrX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR3UlsNvrX .navbar {
    height: 70px;
  }
  .cid-tR3UlsNvrX .navbar.opened {
    height: auto;
  }
  .cid-tR3UlsNvrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR3UlsNvrX .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tR3UlsNvrX .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tR3UlsNvrX a {
  display: inline;
  font-weight: bold;
}
.cid-tR3UlsNvrX img {
  display: inline;
  padding-right: 10px;
}
.cid-tR3UlsNvrX .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tR3UlsNvrX .dropdown-item:hover {
  color: #1c1c1c !important;
}
@media (max-width: 990px) {
  .cid-tR3UlsNvrX .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tR3UlsNvrX .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tR3UlsNvrX .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tR3UlsNvrX .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tR3UlsNvrX .btn {
  display: inline !important;
}
.cid-tR3UlsNvrX .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tR3UlsNvrX .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tR3UlsNvrX .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tR3UlsNvrX .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tR3UlsNvrX .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tWP0wLOQMh {
  background-image: url("../../../assets/images/background3.jpg");
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWP0wLOQMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWP0wLOQMh .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-tWP0wLOQMh {
    padding-bottom: 0 !important;
  }
}
.cid-tWP0wLOQMh .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-tWP0wLOQMh .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tWP0wLOQMh .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-tWP0wLOQMh .text-wrapper {
  position: relative;
  z-index: 4;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .cid-tWP0wLOQMh .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-right: auto;
  }
}
.cid-tWP0wLOQMh .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tWP0wLOQMh .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-tWP0wLOQMh .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-tWP0wLOQMh .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-tWP0wLOQMh .col-img {
    padding: 0 !important;
  }
}
.cid-tWP0wLOQMh .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-tWP0wLOQMh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tWP0wLOQMh .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWP0wLOQMh .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-tWP0wLOQMh .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tWP0wLOQMh .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(209, 209, 209, 0.7);
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-tWP0wLOQMh .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-tWP0wLOQMh .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-tWP0wLOQMh .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-tWP0wLOQMh .mbr-text,
.cid-tWP0wLOQMh .mbr-section-btn {
  color: #ffffff;
}
.cid-tWQapNFBWL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWQapNFBWL img,
.cid-tWQapNFBWL .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tWQapNFBWL .item:focus,
.cid-tWQapNFBWL span:focus {
  outline: none;
}
.cid-tWQapNFBWL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWQapNFBWL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWQapNFBWL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWQapNFBWL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tWQapNFBWL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWQapNFBWL .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tWQapNFBWL .mbr-text,
.cid-tWQapNFBWL .mbr-section-btn {
  text-align: center;
}
.cid-tWQapNFBWL .item-title {
  text-align: center;
}
.cid-tWQapNFBWL .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tWQapNFBWL .mbr-section-subtitle {
  text-align: center;
}
.cid-tWRvsmtjHm {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #1c1c1c;
}
.cid-tWRvsmtjHm .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-tWRvsmtjHm .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tWRvsmtjHm .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-tWRvsmtjHm .mbr-media {
  height: 70px;
}
.cid-tWRvsmtjHm .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-tWRvsmtjHm .mbr-media span:hover {
  opacity: 0.7;
}
.cid-tWRvsmtjHm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tWRvsmtjHm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tWRvsmtjHm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tWRvsmtjHm .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tWRvsmtjHm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tWRvsmtjHm a.close:hover {
  color: #ffffff;
}
.cid-tWRvsmtjHm .mbr-text,
.cid-tWRvsmtjHm .mbr-section-btn {
  color: #ffffff;
}
.cid-tWRvvlmbFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWRvvlmbFj img,
.cid-tWRvvlmbFj .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tWRvvlmbFj .item:focus,
.cid-tWRvvlmbFj span:focus {
  outline: none;
}
.cid-tWRvvlmbFj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWRvvlmbFj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWRvvlmbFj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWRvvlmbFj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tWRvvlmbFj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWRvvlmbFj .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tWRvvlmbFj .mbr-text,
.cid-tWRvvlmbFj .mbr-section-btn {
  text-align: center;
}
.cid-tWRvvlmbFj .item-title {
  text-align: center;
}
.cid-tWRvvlmbFj .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tWRvvlmbFj .mbr-section-subtitle {
  text-align: center;
}
.cid-tWPNTywLMi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-tWPNTywLMi .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-tWPNTywLMi .mbr-section-title {
  letter-spacing: .1em;
  color: #1c1c1c;
}
.cid-tWPNTywLMi .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-tWPNTywLMi .mbr-media {
  height: 70px;
}
.cid-tWPNTywLMi .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-tWPNTywLMi .mbr-media span:hover {
  opacity: 0.7;
}
.cid-tWPNTywLMi .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tWPNTywLMi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tWPNTywLMi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tWPNTywLMi .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tWPNTywLMi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tWPNTywLMi a.close:hover {
  color: #ffffff;
}
.cid-tWPNTywLMi .mbr-text,
.cid-tWPNTywLMi .mbr-section-btn {
  color: #1c1c1c;
}
.cid-tWPHsUy4Ga {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-tWPHsUy4Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHsUy4Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPHsUy4Ga .row {
  justify-content: center;
}
.cid-tWPHsUy4Ga .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tWPHsUy4Ga .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tWPHsUy4Ga .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWPHsUy4Ga .card {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWPHsUy4Ga .card {
    margin-bottom: 32px;
  }
}
.cid-tWPHsUy4Ga .card .card-wrapper {
  padding: 0 78px 48px;
  border-radius: 40px;
  overflow: visible;
  transform: rotate(355deg);
  background-color: #101511;
}
@media (max-width: 992px) {
  .cid-tWPHsUy4Ga .card .card-wrapper {
    padding: 32px 68px;
  }
}
@media (max-width: 768px) {
  .cid-tWPHsUy4Ga .card .card-wrapper {
    padding: 32px;
  }
}
.cid-tWPHsUy4Ga .card .card-wrapper .card-title-wrapper {
  border-radius: 17px;
  padding: 16px 32px;
  width: fit-content;
  margin-left: -2rem;
  transform: rotate(340deg);
  background-color: #ffe161;
}
.cid-tWPHsUy4Ga .card .card-wrapper .card-title-wrapper .mbr-title_1,
.cid-tWPHsUy4Ga .card .card-wrapper .card-title-wrapper .mbr-title_2 {
  margin: 0;
}
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .mbr-desc_1,
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .mbr-desc_2 {
  margin: 48px 0 0 0;
}
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .mbr-text_1,
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .mbr-text_2 {
  margin: 16px 0 0 0;
}
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .link-wrapper {
  display: block;
  margin: 24px 0 0 0;
  transition: all .3s ease;
}
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .7;
}
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .link-wrapper .mbr-link_1,
.cid-tWPHsUy4Ga .card .card-wrapper .text-wrapper .link-wrapper .mbr-link_2 {
  margin: 0;
}
.cid-tWPHsUy4Ga .card:nth-child(2n) .card-wrapper {
  background-color: #ffffff;
  transform: rotate(5deg);
}
.cid-tWPHsUy4Ga .card:nth-child(2n) .card-wrapper .card-title-wrapper {
  transform: rotate(14deg);
  background-color: #9e9682;
}
.cid-tWPHsUy4Ga .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tWPHsUy4Ga .mbr-title_1 {
  color: #101511;
  text-align: center;
}
.cid-tWPHsUy4Ga .mbr-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-tWPHsUy4Ga .mbr-desc_1 {
  color: #e8e8e8;
}
.cid-tWPHsUy4Ga .mbr-desc_2 {
  color: #6e716f;
}
.cid-tWPHsUy4Ga .mbr-text_1 {
  color: #e8e8e8;
  text-align: center;
}
.cid-tWPHsUy4Ga .mbr-text_2 {
  color: #6e716f;
  text-align: center;
}
.cid-tWPHsUy4Ga .mbr-link_1 {
  color: #eafa72;
}
.cid-tWPHsUy4Ga .mbr-link_2 {
  color: #101511;
}
.cid-tWUmKPWeTZ {
  background-color: #e8e8e8;
}
.cid-tWUmKPWeTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUmKPWeTZ .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-tWUmKPWeTZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWUmKPWeTZ .row {
  flex-direction: row-reverse;
}
.cid-tWUmKPWeTZ img {
  width: 100%;
}
.cid-tR9AOsTr1D {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #1c1c1c;
}
.cid-tR9AOsTr1D .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-tR9AOsTr1D .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tR9AOsTr1D .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-tR9AOsTr1D .mbr-media {
  height: 70px;
}
.cid-tR9AOsTr1D .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-tR9AOsTr1D .mbr-media span:hover {
  opacity: 0.7;
}
.cid-tR9AOsTr1D .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tR9AOsTr1D .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tR9AOsTr1D .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tR9AOsTr1D .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tR9AOsTr1D a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tR9AOsTr1D a.close:hover {
  color: #ffffff;
}
.cid-tR9AOsTr1D .mbr-text,
.cid-tR9AOsTr1D .mbr-section-btn {
  color: #ffffff;
}
.cid-tWPHTLO2oC {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWPHTLO2oC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPHTLO2oC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPHTLO2oC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tWPHTLO2oC .mbr-section-subtitle {
  text-align: left;
}
.cid-tWP2sGDWvv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfdfdf;
}
.cid-tWP2sGDWvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWP2sGDWvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWP2sGDWvv .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWP2sGDWvv .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWP2sGDWvv .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWP2sGDWvv .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWP2sGDWvv .mbr-text,
.cid-tWP2sGDWvv .mbr-section-btn {
  text-align: left;
}
.cid-tRa8q4O7eN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRa8q4O7eN .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tRa8q4O7eN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tRa8q4O7eN .mbr-section-subtitle {
  text-align: center;
}
.cid-tRa8q4O7eN .card-title {
  margin-bottom: 1rem;
  color: #a0916d;
}
.cid-tRa8q4O7eN .card-subtitle {
  color: #1f1437;
}
.cid-tRa8q4O7eN .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tRa8q4O7eN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tRa8q4O7eN .card {
  height: 100%;
  background-color: #a0916d;
  border-width: 1px;
  border-style: dashed;
  border-color: #a0916d;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tRa8q4O7eN .card-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRa8q4O7eN .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tRa8q4O7eN .card-wrapper {
    flex-direction: column;
  }
}
.cid-tRa8q4O7eN .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tRa8q4O7eN .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tRa8q4O7eN .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tRa8q4O7eN .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tRa8q4O7eN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #a0916d;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tRa8q4O7eN .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-tRa8q4O7eN .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRa8q4O7eN .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRa8q4O7eN .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tRa8q4O7eN .image-wrapper {
    width: 100%;
  }
}
.cid-tRa8q4O7eN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tRa8q4O7eN .card-text {
  padding: 1rem;
}
.cid-tRa8q4O7eN div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-tWPEG8MJk0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWPEG8MJk0 .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tWPEG8MJk0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tWPEG8MJk0 .mbr-section-subtitle {
  text-align: center;
}
.cid-tWPEG8MJk0 .card-title {
  margin-bottom: 1rem;
  color: #a0916d;
}
.cid-tWPEG8MJk0 .card-subtitle {
  color: #1f1437;
}
.cid-tWPEG8MJk0 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tWPEG8MJk0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tWPEG8MJk0 .card {
  height: 100%;
  background-color: #a0916d;
  border-width: 1px;
  border-style: dashed;
  border-color: #a0916d;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tWPEG8MJk0 .card-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPEG8MJk0 .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tWPEG8MJk0 .card-wrapper {
    flex-direction: column;
  }
}
.cid-tWPEG8MJk0 .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tWPEG8MJk0 .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tWPEG8MJk0 .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tWPEG8MJk0 .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tWPEG8MJk0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #a0916d;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tWPEG8MJk0 .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-tWPEG8MJk0 .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPEG8MJk0 .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPEG8MJk0 .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tWPEG8MJk0 .image-wrapper {
    width: 100%;
  }
}
.cid-tWPEG8MJk0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tWPEG8MJk0 .card-text {
  padding: 1rem;
}
.cid-tWPEG8MJk0 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-tRxrfWib2o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRxrfWib2o .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRxrfWib2o .mbr-figure img {
  height: 425px;
  width: 425px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tRxrfWib2o .mbr-text,
.cid-tRxrfWib2o .mbr-section-btn {
  color: #767676;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tRxrfWib2o img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tRxrfWib2o H1 {
  text-align: center;
}
.cid-tRICjCsfPg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-tRICjCsfPg img,
.cid-tRICjCsfPg .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tRICjCsfPg .item:focus,
.cid-tRICjCsfPg span:focus {
  outline: none;
}
.cid-tRICjCsfPg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRICjCsfPg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRICjCsfPg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tRICjCsfPg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRICjCsfPg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tRICjCsfPg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tRICjCsfPg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRICjCsfPg .mbr-section-title {
  color: #232323;
}
.cid-tRICjCsfPg .mbr-text,
.cid-tRICjCsfPg .mbr-section-btn {
  text-align: center;
}
.cid-tRICjCsfPg .item-title {
  text-align: center;
}
.cid-tRICjCsfPg .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tWRCryuXtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tWRCryuXtR .container,
.cid-tWRCryuXtR .container-fluid {
  padding: 0;
}
.cid-tWRCryuXtR .item-map {
  padding-right: 0;
  padding-right: 1rem;
}
.cid-tWRCryuXtR .item-map .google-map {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWRCryuXtR .item-map .google-map {
    margin-bottom: 80px;
    height: 500px;
  }
}
.cid-tWRCryuXtR .item-map .google-map iframe {
  min-height: 800px;
}
@media (max-width: 992px) {
  .cid-tWRCryuXtR .item-map .google-map iframe {
    min-height: 500px;
  }
}
.cid-tWRCryuXtR .mbr-form {
  padding: 0 .5rem;
}
.cid-tWRCryuXtR .item-form {
  padding: 0 6.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tWRCryuXtR .item-form {
    padding: 0 4.8rem;
  }
}
.cid-tWRCryuXtR .item-form .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tWRCryuXtR .item-form .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tWRCryuXtR .item-form .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWRCryuXtR .item-form .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tWRCryuXtR .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
  box-shadow: none;
}
.cid-tWRCryuXtR .btn:hover {
  box-shadow: none;
}
.cid-tWRCryuXtR .btn span {
  margin-right: 11px;
}
.cid-tWRCryuXtR .form-group {
  margin-bottom: 21px;
}
.cid-tWRCryuXtR .form-control {
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
  border-radius: 0;
  min-height: 45px;
  background: transparent;
  box-shadow: none;
  padding: 10px 0;
}
.cid-tWRCryuXtR .form-control:focus,
.cid-tWRCryuXtR .form-control:hover {
  box-shadow: none;
}
.cid-tWRCryuXtR .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-tWRCryuXtR .form-check label {
  margin-left: 11px;
}
.cid-tWRCryuXtR form .row [class*=col] {
  padding: 0 0 0 0;
}
.cid-tWRCryuXtR form .row [class*=col]:nth-child(2n) {
  padding: 0 0 0 30px;
}
@media (max-width: 992px) {
  .cid-tWRCryuXtR form .row [class*=col]:nth-child(2n) {
    padding: 0;
  }
}
.cid-tWRCryuXtR form .row [class*=col]:last-child {
  padding: 0 0 0 0;
  margin-top: 23px;
}
@media (max-width: 992px) {
  .cid-tWRCryuXtR form .row [class*=col]:last-child {
    margin-top: 9px;
  }
}
.cid-tWRCryuXtR .mbr-section-subtitle {
  color: #000000;
}
.cid-tWRCryuXtR .mbr-section-title {
  color: #20232a;
}
.cid-tR3TOl9B1l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tRxbMxkSo7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRxbMxkSo7 nav.navbar {
  position: fixed;
}
.cid-tRxbMxkSo7 .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-tRxbMxkSo7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tRxbMxkSo7 .dropdown-item:hover,
.cid-tRxbMxkSo7 .dropdown-item:focus {
  color: #a0916d !important;
}
.cid-tRxbMxkSo7 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tRxbMxkSo7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRxbMxkSo7 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tRxbMxkSo7 .container {
  display: flex;
  margin: auto;
}
.cid-tRxbMxkSo7 .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRxbMxkSo7 .dropdown-menu,
.cid-tRxbMxkSo7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRxbMxkSo7 .nav-item:focus,
.cid-tRxbMxkSo7 .nav-link:focus {
  outline: none;
}
.cid-tRxbMxkSo7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRxbMxkSo7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRxbMxkSo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRxbMxkSo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRxbMxkSo7 .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-tRxbMxkSo7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRxbMxkSo7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRxbMxkSo7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRxbMxkSo7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRxbMxkSo7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRxbMxkSo7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRxbMxkSo7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRxbMxkSo7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRxbMxkSo7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRxbMxkSo7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tRxbMxkSo7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRxbMxkSo7 .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-tRxbMxkSo7 .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-tRxbMxkSo7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRxbMxkSo7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRxbMxkSo7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRxbMxkSo7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRxbMxkSo7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRxbMxkSo7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRxbMxkSo7 .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-tRxbMxkSo7 .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-tRxbMxkSo7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRxbMxkSo7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRxbMxkSo7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRxbMxkSo7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRxbMxkSo7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRxbMxkSo7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRxbMxkSo7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRxbMxkSo7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRxbMxkSo7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRxbMxkSo7 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRxbMxkSo7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRxbMxkSo7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRxbMxkSo7 .dropdown-item.active,
.cid-tRxbMxkSo7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRxbMxkSo7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRxbMxkSo7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRxbMxkSo7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRxbMxkSo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRxbMxkSo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRxbMxkSo7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRxbMxkSo7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRxbMxkSo7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRxbMxkSo7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRxbMxkSo7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRxbMxkSo7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRxbMxkSo7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxbMxkSo7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxbMxkSo7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRxbMxkSo7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxbMxkSo7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRxbMxkSo7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRxbMxkSo7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxbMxkSo7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRxbMxkSo7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRxbMxkSo7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRxbMxkSo7 .navbar {
    height: 70px;
  }
  .cid-tRxbMxkSo7 .navbar.opened {
    height: auto;
  }
  .cid-tRxbMxkSo7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRxbMxkSo7 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tRxbMxkSo7 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tRxbMxkSo7 a {
  display: inline;
  font-weight: bold;
}
.cid-tRxbMxkSo7 img {
  display: inline;
  padding-right: 10px;
}
.cid-tRxbMxkSo7 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tRxbMxkSo7 .dropdown-item:hover {
  color: #1c1c1c !important;
}
@media (max-width: 990px) {
  .cid-tRxbMxkSo7 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tRxbMxkSo7 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tRxbMxkSo7 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tRxbMxkSo7 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tRxbMxkSo7 .btn {
  display: inline !important;
}
.cid-tRxbMxkSo7 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tRxbMxkSo7 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tRxbMxkSo7 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tRxbMxkSo7 .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tRxbMxkSo7 .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tRxfbbn6IZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRxfbbn6IZ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tRxfbbn6IZ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tRxfbbn6IZ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-tRxfbbn6IZ .mbr-image-title {
  text-align: center;
  color: #1c1c1c;
}
.cid-tRxfbbn6IZ .mbr-image-title DIV {
  text-align: left;
}
.cid-tRxbMzqaME {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tRURoo3moG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRURoo3moG nav.navbar {
  position: fixed;
}
.cid-tRURoo3moG .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-tRURoo3moG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tRURoo3moG .dropdown-item:hover,
.cid-tRURoo3moG .dropdown-item:focus {
  color: #a0916d !important;
}
.cid-tRURoo3moG .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tRURoo3moG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRURoo3moG .nav-link {
  position: relative;
  padding: 0;
}
.cid-tRURoo3moG .container {
  display: flex;
  margin: auto;
}
.cid-tRURoo3moG .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRURoo3moG .dropdown-menu,
.cid-tRURoo3moG .navbar.opened {
  background: #ffffff !important;
}
.cid-tRURoo3moG .nav-item:focus,
.cid-tRURoo3moG .nav-link:focus {
  outline: none;
}
.cid-tRURoo3moG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRURoo3moG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRURoo3moG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRURoo3moG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRURoo3moG .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-tRURoo3moG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRURoo3moG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRURoo3moG .navbar.opened {
  transition: all 0.3s;
}
.cid-tRURoo3moG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRURoo3moG .navbar .navbar-logo img {
  width: auto;
}
.cid-tRURoo3moG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRURoo3moG .navbar.collapsed {
  justify-content: center;
}
.cid-tRURoo3moG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRURoo3moG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRURoo3moG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tRURoo3moG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRURoo3moG .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-tRURoo3moG .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-tRURoo3moG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRURoo3moG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRURoo3moG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRURoo3moG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRURoo3moG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRURoo3moG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRURoo3moG .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-tRURoo3moG .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-tRURoo3moG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRURoo3moG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRURoo3moG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRURoo3moG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRURoo3moG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRURoo3moG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRURoo3moG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRURoo3moG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRURoo3moG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRURoo3moG .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRURoo3moG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRURoo3moG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRURoo3moG .dropdown-item.active,
.cid-tRURoo3moG .dropdown-item:active {
  background-color: transparent;
}
.cid-tRURoo3moG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRURoo3moG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRURoo3moG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRURoo3moG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRURoo3moG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRURoo3moG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRURoo3moG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRURoo3moG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRURoo3moG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRURoo3moG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRURoo3moG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRURoo3moG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRURoo3moG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRURoo3moG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRURoo3moG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRURoo3moG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRURoo3moG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRURoo3moG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRURoo3moG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRURoo3moG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRURoo3moG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRURoo3moG .navbar {
    height: 70px;
  }
  .cid-tRURoo3moG .navbar.opened {
    height: auto;
  }
  .cid-tRURoo3moG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRURoo3moG .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tRURoo3moG .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tRURoo3moG a {
  display: inline;
  font-weight: bold;
}
.cid-tRURoo3moG img {
  display: inline;
  padding-right: 10px;
}
.cid-tRURoo3moG .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tRURoo3moG .dropdown-item:hover {
  color: #1c1c1c !important;
}
@media (max-width: 990px) {
  .cid-tRURoo3moG .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tRURoo3moG .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tRURoo3moG .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tRURoo3moG .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tRURoo3moG .btn {
  display: inline !important;
}
.cid-tRURoo3moG .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tRURoo3moG .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tRURoo3moG .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tRURoo3moG .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tRURoo3moG .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tRURuYdYtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRURoovxqT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tWPXutHjyQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWPXutHjyQ nav.navbar {
  position: fixed;
}
.cid-tWPXutHjyQ .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-tWPXutHjyQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tWPXutHjyQ .dropdown-item:hover,
.cid-tWPXutHjyQ .dropdown-item:focus {
  color: #a0916d !important;
}
.cid-tWPXutHjyQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tWPXutHjyQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPXutHjyQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-tWPXutHjyQ .container {
  display: flex;
  margin: auto;
}
.cid-tWPXutHjyQ .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPXutHjyQ .dropdown-menu,
.cid-tWPXutHjyQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPXutHjyQ .nav-item:focus,
.cid-tWPXutHjyQ .nav-link:focus {
  outline: none;
}
.cid-tWPXutHjyQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPXutHjyQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPXutHjyQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPXutHjyQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPXutHjyQ .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-tWPXutHjyQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPXutHjyQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWPXutHjyQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPXutHjyQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPXutHjyQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPXutHjyQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPXutHjyQ .navbar.collapsed {
  justify-content: center;
}
.cid-tWPXutHjyQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPXutHjyQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPXutHjyQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWPXutHjyQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPXutHjyQ .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-tWPXutHjyQ .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-tWPXutHjyQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPXutHjyQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPXutHjyQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPXutHjyQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPXutHjyQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPXutHjyQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPXutHjyQ .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-tWPXutHjyQ .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-tWPXutHjyQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPXutHjyQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPXutHjyQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPXutHjyQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPXutHjyQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPXutHjyQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPXutHjyQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPXutHjyQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPXutHjyQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPXutHjyQ .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPXutHjyQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPXutHjyQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPXutHjyQ .dropdown-item.active,
.cid-tWPXutHjyQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPXutHjyQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPXutHjyQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPXutHjyQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPXutHjyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPXutHjyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPXutHjyQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPXutHjyQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPXutHjyQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWPXutHjyQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPXutHjyQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWPXutHjyQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPXutHjyQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPXutHjyQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPXutHjyQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPXutHjyQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPXutHjyQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPXutHjyQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPXutHjyQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPXutHjyQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWPXutHjyQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPXutHjyQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWPXutHjyQ .navbar {
    height: 70px;
  }
  .cid-tWPXutHjyQ .navbar.opened {
    height: auto;
  }
  .cid-tWPXutHjyQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPXutHjyQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tWPXutHjyQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tWPXutHjyQ a {
  display: inline;
  font-weight: bold;
}
.cid-tWPXutHjyQ img {
  display: inline;
  padding-right: 10px;
}
.cid-tWPXutHjyQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tWPXutHjyQ .dropdown-item:hover {
  color: #1c1c1c !important;
}
@media (max-width: 990px) {
  .cid-tWPXutHjyQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tWPXutHjyQ .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tWPXutHjyQ .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tWPXutHjyQ .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tWPXutHjyQ .btn {
  display: inline !important;
}
.cid-tWPXutHjyQ .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tWPXutHjyQ .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tWPXutHjyQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tWPXutHjyQ .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tWPXutHjyQ .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tWQ0pb5Uqy {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWQ0pb5Uqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ0pb5Uqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ0pb5Uqy .col-title {
  margin-bottom: 32px;
}
.cid-tWQ0pb5Uqy .mbr-section-title {
  color: #24262b;
}
.cid-tWQ0pb5Uqy .mbr-section-subtitle {
  color: #24262b;
}
.cid-tWQ0pb5Uqy .cards-row {
  row-gap: 32px;
}
.cid-tWQ0pb5Uqy .card {
  border-radius: 0;
}
.cid-tWQ0pb5Uqy .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tWQ0pb5Uqy .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tWQ0pb5Uqy .text-wrap {
  flex-grow: 1;
}
.cid-tWQ0pb5Uqy .card-title {
  color: #24262b;
}
.cid-tWQ0pb5Uqy .card-text {
  color: #767676;
}
.cid-tWPXuuepKs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tWQ22avAHa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWQ22avAHa nav.navbar {
  position: fixed;
}
.cid-tWQ22avAHa .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-tWQ22avAHa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tWQ22avAHa .dropdown-item:hover,
.cid-tWQ22avAHa .dropdown-item:focus {
  color: #a0916d !important;
}
.cid-tWQ22avAHa .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tWQ22avAHa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQ22avAHa .nav-link {
  position: relative;
  padding: 0;
}
.cid-tWQ22avAHa .container {
  display: flex;
  margin: auto;
}
.cid-tWQ22avAHa .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQ22avAHa .dropdown-menu,
.cid-tWQ22avAHa .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQ22avAHa .nav-item:focus,
.cid-tWQ22avAHa .nav-link:focus {
  outline: none;
}
.cid-tWQ22avAHa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQ22avAHa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQ22avAHa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQ22avAHa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQ22avAHa .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-tWQ22avAHa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQ22avAHa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWQ22avAHa .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQ22avAHa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQ22avAHa .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQ22avAHa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQ22avAHa .navbar.collapsed {
  justify-content: center;
}
.cid-tWQ22avAHa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQ22avAHa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQ22avAHa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWQ22avAHa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQ22avAHa .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-tWQ22avAHa .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-tWQ22avAHa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQ22avAHa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQ22avAHa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQ22avAHa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQ22avAHa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQ22avAHa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQ22avAHa .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-tWQ22avAHa .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-tWQ22avAHa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQ22avAHa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWQ22avAHa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQ22avAHa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQ22avAHa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQ22avAHa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWQ22avAHa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQ22avAHa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQ22avAHa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQ22avAHa .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQ22avAHa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQ22avAHa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQ22avAHa .dropdown-item.active,
.cid-tWQ22avAHa .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQ22avAHa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQ22avAHa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQ22avAHa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQ22avAHa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQ22avAHa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQ22avAHa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQ22avAHa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQ22avAHa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQ22avAHa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQ22avAHa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQ22avAHa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQ22avAHa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQ22avAHa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQ22avAHa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQ22avAHa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQ22avAHa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQ22avAHa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQ22avAHa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQ22avAHa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQ22avAHa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQ22avAHa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWQ22avAHa .navbar {
    height: 70px;
  }
  .cid-tWQ22avAHa .navbar.opened {
    height: auto;
  }
  .cid-tWQ22avAHa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWQ22avAHa .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tWQ22avAHa .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tWQ22avAHa a {
  display: inline;
  font-weight: bold;
}
.cid-tWQ22avAHa img {
  display: inline;
  padding-right: 10px;
}
.cid-tWQ22avAHa .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tWQ22avAHa .dropdown-item:hover {
  color: #1c1c1c !important;
}
@media (max-width: 990px) {
  .cid-tWQ22avAHa .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tWQ22avAHa .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tWQ22avAHa .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tWQ22avAHa .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tWQ22avAHa .btn {
  display: inline !important;
}
.cid-tWQ22avAHa .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tWQ22avAHa .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tWQ22avAHa .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tWQ22avAHa .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tWQ22avAHa .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tWQ22aZ3YP {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWQ22aZ3YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ22aZ3YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ22aZ3YP .col-title {
  margin-bottom: 32px;
}
.cid-tWQ22aZ3YP .mbr-section-title {
  color: #24262b;
}
.cid-tWQ22aZ3YP .mbr-section-subtitle {
  color: #24262b;
}
.cid-tWQ22aZ3YP .cards-row {
  row-gap: 32px;
}
.cid-tWQ22aZ3YP .card {
  border-radius: 0;
}
.cid-tWQ22aZ3YP .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tWQ22aZ3YP .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tWQ22aZ3YP .text-wrap {
  flex-grow: 1;
}
.cid-tWQ22aZ3YP .card-title {
  color: #24262b;
}
.cid-tWQ22aZ3YP .card-text {
  color: #767676;
}
.cid-tWQ22bthFO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tXHtYwcjYx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXHtYwcjYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXHtYwcjYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXHtYwcjYx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXHtYwcjYx .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tXHtnPbCzs {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tXHtnPbCzs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXHtnPbCzs H4 {
  text-align: center;
}
.cid-tXHtghmm0R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
