body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Arsenal', sans-serif;
  font-size: 1.8rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Arsenal', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Arsenal', sans-serif;
  font-size: 2.5rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Arsenal', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3rem;
    font-size: calc( 1.4rem + (3 - 1.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.4rem + (3 - 1.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.16rem + (1.8 - 1.16) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.16rem + (1.8 - 1.16) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .display-2 {
    font-size: 1.44rem;
    line-height: 1;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 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: #d76d6d !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e05656 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d76d6d !important;
  border-color: #d76d6d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ba3333 !important;
  border-color: #ba3333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba3333 !important;
  border-color: #ba3333 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #faf3eb !important;
  border-color: #faf3eb !important;
  color: #66431a !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #734b1d !important;
  background-color: #e9c9a6 !important;
  border-color: #e9c9a6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #66431a !important;
  background-color: #e9c9a6 !important;
  border-color: #e9c9a6 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e05656 !important;
  border-color: #e05656 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bd2323 !important;
  border-color: #bd2323 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bd2323 !important;
  border-color: #bd2323 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.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: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #d76d6d !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d76d6d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ba3333 !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: #d76d6d !important;
  border-color: #d76d6d !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #faf3eb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e9c9a6 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b8782e !important;
  background-color: #faf3eb !important;
  border-color: #faf3eb !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e05656;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bd2323 !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: #e05656 !important;
  border-color: #e05656 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.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-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.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;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #d76d6d !important;
}
.text-secondary {
  color: #faf3eb !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e05656 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d76d6d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e6c299 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b02020 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #d76d6d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e05656;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d76d6d;
  border-color: #d76d6d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d76d6d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arsenal', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #d76d6d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arsenal', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d76d6d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d76d6d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d76d6d;
}
.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: #d76d6d;
  border-bottom-color: #d76d6d;
}
.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: #d76d6d !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: #faf3eb !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='%23d76d6d' %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-tUsb1qcCEL .nav-item:focus,
.cid-tUsb1qcCEL .nav-link:focus {
  outline: none;
}
.cid-tUsb1qcCEL a.nav-link:focus {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .navbar {
  min-height: 150px;
  transition: all 0.3s;
  background: #372533;
  background: none;
}
.cid-tUsb1qcCEL .navbar.opened {
  transition: all 0.3s;
  background: #372533 !important;
}
.cid-tUsb1qcCEL .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-tUsb1qcCEL .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tUsb1qcCEL .navbar.collapsed {
  flex-direction: row!important;
}
.cid-tUsb1qcCEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUsb1qcCEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tUsb1qcCEL .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tUsb1qcCEL .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tUsb1qcCEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-tUsb1qcCEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUsb1qcCEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUsb1qcCEL .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tUsb1qcCEL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tUsb1qcCEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-tUsb1qcCEL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tUsb1qcCEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUsb1qcCEL .navbar.navbar-short {
  background: #372533 !important;
  min-height: 100px;
}
.cid-tUsb1qcCEL .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tUsb1qcCEL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUsb1qcCEL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tUsb1qcCEL .dropdown-item.active,
.cid-tUsb1qcCEL .dropdown-item:active {
  background-color: transparent;
}
.cid-tUsb1qcCEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUsb1qcCEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUsb1qcCEL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUsb1qcCEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tUsb1qcCEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tUsb1qcCEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUsb1qcCEL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tUsb1qcCEL .navbar-buttons {
  text-align: center;
}
.cid-tUsb1qcCEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f3ec;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tUsb1qcCEL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tUsb1qcCEL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUsb1qcCEL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tUsb1qcCEL .icons-menu span {
  font-size: 20px;
  color: #faf3eb;
}
.cid-tUsb1qcCEL .nav-link:hover,
.cid-tUsb1qcCEL .icons-menu .mbr-iconfont:hover {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .dropdown-item:hover {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #da8080;
  transition: width 0.3s ease-in;
}
.cid-tUsb1qcCEL .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-tUsb1qcCEL .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tUsb1qcCEL .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tUsb1qcCEL .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tUsb1qcCEL .dropdown-menu {
    top: 100%;
  }
  .cid-tUsb1qcCEL .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-tUsb1qcCEL .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-tUsb1qcCEL .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tUsb1qcCEL .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tUs01vRQck {
  background-image: url("../../../assets/images/runintheshadow-live-2.jpg");
}
.cid-tUs01vRQck .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUs01vRQck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umh4xKz9Y5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-umh4xKz9Y5 .mbr-media {
  position: relative;
}
.cid-umh4xKz9Y5 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-umh4xKz9Y5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cid-umh4xKz9Y5 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.cid-umh4xKz9Y5 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #d76d6d;
}
.cid-umh4xKz9Y5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umh4xKz9Y5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umh4xKz9Y5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umh4xKz9Y5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umh4xKz9Y5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umh4xKz9Y5 .mbr-section-title {
  color: #faf3eb;
}
.cid-umh4GoQp2Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-umh4GoQp2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umh4GoQp2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umh4GoQp2Y a {
  font-weight: bold;
}
.cid-umh4GoQp2Y .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-umh4GoQp2Y .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-umh4GoQp2Y .mbr-text,
.cid-umh4GoQp2Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tUs2AKEOfl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-tUs2AKEOfl .mbr-text {
  text-align: center;
  color: #faf3eb;
}
.cid-tUs2AKEOfl .mbr-section-subtitle {
  text-align: center;
  color: #faf3eb;
}
.cid-tUs2AKEOfl .mbr-section-title {
  text-align: center;
  color: #f4f3ec;
}
.cid-tUse4qvFMp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #40293b;
}
.cid-tUse4qvFMp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUse4qvFMp .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUse4qvFMp .card-wrap {
  background: #e1dfdd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-tUse4qvFMp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUse4qvFMp .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tUse4qvFMp .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUse4qvFMp .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUse4qvFMp .card-text {
  padding-bottom: 1rem;
}
.cid-tUse4qvFMp .social-row {
  text-align: center;
}
.cid-tUse4qvFMp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
}
.cid-tUse4qvFMp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tUse4qvFMp .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-tUse4qvFMp .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-tUse4qvFMp .mbr-role,
.cid-tUse4qvFMp .social-row {
  color: #232323;
}
.cid-tUse4qvFMp .card-title,
.cid-tUse4qvFMp .social-row {
  color: #e43f3f;
}
.cid-tUse4qvFMp .card-text,
.cid-tUse4qvFMp .mbr-section-btn,
.cid-tUse4qvFMp .social-row {
  color: #232323;
}
.cid-tUse4qvFMp .mbr-section-title {
  color: #232323;
}
.cid-tUse4qvFMp .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tUse4qvFMp .main-title {
  color: #ffffff;
}
.cid-tUse4qvFMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUse4qvFMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUsYB2ShYA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #40293b;
}
.cid-tUsYB2ShYA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUsYB2ShYA .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUsYB2ShYA .card-wrap {
  background: #e1dfdd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-tUsYB2ShYA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUsYB2ShYA .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tUsYB2ShYA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUsYB2ShYA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUsYB2ShYA .card-text {
  padding-bottom: 1rem;
}
.cid-tUsYB2ShYA .social-row {
  text-align: center;
}
.cid-tUsYB2ShYA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
}
.cid-tUsYB2ShYA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tUsYB2ShYA .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-tUsYB2ShYA .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-tUsYB2ShYA .mbr-role,
.cid-tUsYB2ShYA .social-row {
  color: #232323;
}
.cid-tUsYB2ShYA .card-title,
.cid-tUsYB2ShYA .social-row {
  color: #e43f3f;
}
.cid-tUsYB2ShYA .card-text,
.cid-tUsYB2ShYA .mbr-section-btn,
.cid-tUsYB2ShYA .social-row {
  color: #232323;
}
.cid-tUsYB2ShYA .mbr-section-title {
  color: #232323;
}
.cid-tUsYB2ShYA .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tUsYB2ShYA .main-title {
  color: #ffffff;
}
.cid-tUsYB2ShYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUsYB2ShYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umh6gEtmxf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-umh6gEtmxf .date {
  padding: 1rem;
  color: #7b7b7b;
  background-color: #1a1218;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-umh6gEtmxf .date {
    padding: 2rem;
  }
}
.cid-umh6gEtmxf .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #faf3eb;
}
@media (max-width: 992px) {
  .cid-umh6gEtmxf .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-umh6gEtmxf .card-heading {
  line-height: 1.2;
}
.cid-umh6gEtmxf .wrapper {
  background-color: #e1dfdd;
  border-radius: 10px;
}
.cid-umh6gEtmxf .news-item {
  text-decoration: none;
}
.cid-umh6gEtmxf .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-umh6gEtmxf .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-umh6gEtmxf .mbr-text {
  line-height: 1.72;
}
.cid-umh6gEtmxf .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-umh6gEtmxf .news-content {
    padding: 2rem;
  }
}
.cid-umh6gEtmxf .card-title {
  color: #353535;
}
.cid-umh6gEtmxf .mbr-text,
.cid-umh6gEtmxf .link {
  color: #353535;
}
.cid-umgQX36hda {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-umgQX36hda .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgQX36hda .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-umgQX36hda .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umgQX36hda .row {
  flex-direction: row-reverse;
}
.cid-umgQX36hda img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgQX36hda .text-wrapper {
    padding: 2rem;
  }
}
.cid-umgQX36hda .mbr-text {
  color: #faf3eb;
}
.cid-umgQX36hda .mbr-section-title {
  color: #faf3eb;
}
.cid-uutR4AmHv2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uutR4AmHv2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uutR4AmHv2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uutR4AmHv2 .item-wrapper {
  position: relative;
}
.cid-uutR4AmHv2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uutR4AmHv2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uutR4AmHv2 .carousel-control,
.cid-uutR4AmHv2 .close {
  background: #1b1b1b;
}
.cid-uutR4AmHv2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uutR4AmHv2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uutR4AmHv2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uutR4AmHv2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uutR4AmHv2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uutR4AmHv2 .close::before {
  content: '\e91a';
}
.cid-uutR4AmHv2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uutR4AmHv2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uutR4AmHv2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uutR4AmHv2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uutR4AmHv2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uutR4AmHv2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uutR4AmHv2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uutR4AmHv2 .carousel-indicators li.active,
.cid-uutR4AmHv2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uutR4AmHv2 .carousel-indicators li::after,
.cid-uutR4AmHv2 .carousel-indicators li::before {
  content: none;
}
.cid-uutR4AmHv2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uutR4AmHv2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uutR4AmHv2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uutR4AmHv2 .carousel-indicators {
    display: none;
  }
}
.cid-uutR4AmHv2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uutR4AmHv2 .carousel-inner > .active {
  display: block;
}
.cid-uutR4AmHv2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uutR4AmHv2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uutR4AmHv2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uutR4AmHv2 .carousel-control,
  .cid-uutR4AmHv2 .carousel-indicators,
  .cid-uutR4AmHv2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uutR4AmHv2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uutR4AmHv2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uutR4AmHv2 .carousel-indicators .active,
.cid-uutR4AmHv2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uutR4AmHv2 .carousel-indicators .active {
  background: #fff;
}
.cid-uutR4AmHv2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uutR4AmHv2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uutR4AmHv2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uutR4AmHv2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uutR4AmHv2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uutR4AmHv2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uutR4AmHv2 .carousel {
  width: 100%;
}
.cid-uutR4AmHv2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uutR4AmHv2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uutR4AmHv2 .modal.fade .modal-dialog,
.cid-uutR4AmHv2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uutR4AmHv2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uutR4AmHv2 .content-head {
  max-width: 800px;
}
.cid-uutOpPb9UM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uutOpPb9UM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutOpPb9UM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutOpPb9UM a {
  font-weight: bold;
}
.cid-uutOpPb9UM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uutOpPb9UM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uutOpPb9UM .mbr-text,
.cid-uutOpPb9UM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uutO0MhuYm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uutO0MhuYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutO0MhuYm .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-uutO0MhuYm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uutO0MhuYm .row {
  flex-direction: row-reverse;
}
.cid-uutO0MhuYm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uutO0MhuYm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uutO0MhuYm .mbr-text {
  color: #faf3eb;
}
.cid-uutO0MhuYm .mbr-section-title {
  color: #faf3eb;
}
.cid-umgQY4jBKH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-umgQY4jBKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgQY4jBKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgQY4jBKH .item {
  padding-bottom: 2rem;
}
.cid-umgQY4jBKH .item-wrapper {
  position: relative;
}
.cid-umgQY4jBKH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umgQY4jBKH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umgQY4jBKH .carousel-control,
.cid-umgQY4jBKH .close {
  background: #1b1b1b;
}
.cid-umgQY4jBKH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umgQY4jBKH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umgQY4jBKH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umgQY4jBKH .carousel-control-next span {
  margin-left: 5px;
}
.cid-umgQY4jBKH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umgQY4jBKH .close::before {
  content: '\e91a';
}
.cid-umgQY4jBKH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umgQY4jBKH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umgQY4jBKH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umgQY4jBKH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umgQY4jBKH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umgQY4jBKH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umgQY4jBKH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umgQY4jBKH .carousel-indicators li.active,
.cid-umgQY4jBKH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umgQY4jBKH .carousel-indicators li::after,
.cid-umgQY4jBKH .carousel-indicators li::before {
  content: none;
}
.cid-umgQY4jBKH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umgQY4jBKH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umgQY4jBKH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umgQY4jBKH .carousel-indicators {
    display: none;
  }
}
.cid-umgQY4jBKH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umgQY4jBKH .carousel-inner > .active {
  display: block;
}
.cid-umgQY4jBKH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umgQY4jBKH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umgQY4jBKH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umgQY4jBKH .carousel-control,
  .cid-umgQY4jBKH .carousel-indicators,
  .cid-umgQY4jBKH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umgQY4jBKH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umgQY4jBKH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umgQY4jBKH .carousel-indicators .active,
.cid-umgQY4jBKH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umgQY4jBKH .carousel-indicators .active {
  background: #fff;
}
.cid-umgQY4jBKH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umgQY4jBKH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umgQY4jBKH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umgQY4jBKH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umgQY4jBKH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umgQY4jBKH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umgQY4jBKH .carousel {
  width: 100%;
}
.cid-umgQY4jBKH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umgQY4jBKH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umgQY4jBKH .modal.fade .modal-dialog,
.cid-umgQY4jBKH .modal.in .modal-dialog {
  transform: none;
}
.cid-umgQY4jBKH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umgQY4jBKH H6 {
  text-align: center;
  color: #faf3eb;
}
.cid-umgSyxCmaV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-umgSyxCmaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgSyxCmaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgSyxCmaV a {
  font-weight: bold;
}
.cid-umgSyxCmaV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-umgSyxCmaV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-umgSyxCmaV .mbr-text,
.cid-umgSyxCmaV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tUz95t30IV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-tUz95t30IV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUz95t30IV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUz95t30IV .mbr-section-title {
  color: #faf3eb;
}
.cid-tUz95t30IV .mbr-section-subtitle {
  color: #faf3eb;
}
.cid-tUzaLltppW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-tUzaLltppW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzaLltppW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzaLltppW .video-wrapper iframe {
  width: 100%;
}
.cid-tUzaLltppW .mbr-section-title,
.cid-tUzaLltppW .mbr-section-subtitle,
.cid-tUzaLltppW .mbr-text {
  text-align: center;
}
.cid-tUzaLltppW .mbr-text {
  color: #faf3eb;
}
.cid-uAqSzMVToB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uAqSzMVToB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqSzMVToB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqSzMVToB .video-wrapper iframe {
  width: 100%;
}
.cid-uAqSzMVToB .mbr-section-title,
.cid-uAqSzMVToB .mbr-section-subtitle,
.cid-uAqSzMVToB .mbr-text {
  text-align: center;
}
.cid-uAqSzMVToB .mbr-text {
  color: #faf3eb;
}
.cid-uAr8LpxDG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uAr8LpxDG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAr8LpxDG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAr8LpxDG5 a {
  font-weight: bold;
}
.cid-uAr8LpxDG5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAr8LpxDG5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uAr8LpxDG5 .mbr-text,
.cid-uAr8LpxDG5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tUxC0ezvuf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #40293b;
}
.cid-tUxC0ezvuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxC0ezvuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxC0ezvuf .mbr-section-title {
  color: #faf3eb;
}
.cid-tUxC0ezvuf .mbr-section-subtitle {
  color: #faf3eb;
}
.cid-tV2gYkF5A2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #40293b;
}
.cid-tV2gYkF5A2 .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 0px solid #72716b;
}
@media (max-width: 767px) {
  .cid-tV2gYkF5A2 .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-tV2gYkF5A2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #d76d6d;
  margin-left: 1rem;
}
.cid-tV2gYkF5A2 .panel-group {
  border: none;
}
.cid-tV2gYkF5A2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1px;
}
.cid-tV2gYkF5A2 .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #72716b;
  margin-bottom: -1px;
}
.cid-tV2gYkF5A2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #72716b;
  border-left: 1px solid #72716b;
  border-right: 1px solid #72716b;
  padding: 52px 40px 28px;
}
.cid-tV2gYkF5A2 .panel-collapse {
  border-left: 1px solid #72716b;
  border-right: 1px solid #72716b;
}
.cid-tV2gYkF5A2 .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-tV2gYkF5A2 .mbr-section-title {
  color: #dedede;
  text-align: left;
}
.cid-tV2gYkF5A2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tV2gYkF5A2 .panel-title-edit {
  color: #faf3eb;
}
@media (max-width: 991px) {
  .cid-tV2gYkF5A2 .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-tV2gYkF5A2 .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-tV2gYkF5A2 .panel-text {
  width: 100%;
  color: #faf3eb;
}
.cid-tV2gYkF5A2 .panel-subtext {
  color: #faf3eb;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tV2gYkF5A2 .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-tV2gYkF5A2 .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-tV2gYkF5A2 .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tV2gYkF5A2 .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tV2gYkF5A2 .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tV2gYkF5A2 .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-tV2gYkF5A2 .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tV2gYkF5A2 .panel-text-add {
  color: #faf3eb;
  margin-bottom: 0;
}
.cid-tV2gYkF5A2 .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #c1bfbd;
}
.cid-tV2gYkF5A2 .mbri-arrow-down {
  color: #faf3eb;
}
.cid-tV2gYkF5A2 .mbr-section-btn {
  margin: 24px 0;
}
.cid-tV2gYkF5A2 .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-tV2gYkF5A2 .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-tV2gYkF5A2 .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-tV2gYkF5A2 .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-tV2gYkF5A2 .panel-title {
    flex-wrap: wrap;
  }
  .cid-tV2gYkF5A2 .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-tV2gYkF5A2 .panel-title__container {
    width: 100%;
  }
}
.cid-tV2gYkF5A2 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tV2gYkF5A2 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-tV2gYkF5A2 .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-tV2gYkF5A2 .panel-body {
    padding: 0 24px 28px;
  }
  .cid-tV2gYkF5A2 .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-tV2gYkF5A2 .mbr-section-title P {
  text-align: center;
}
.cid-umgT07ROMF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #40293b;
}
.cid-umgT07ROMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgT07ROMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgT07ROMF a {
  font-weight: bold;
}
.cid-umgT07ROMF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-umgT07ROMF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-umgT07ROMF .mbr-text,
.cid-umgT07ROMF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tUyhK7DgDA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #261b24;
}
@media (max-width: 767px) {
  .cid-tUyhK7DgDA .content {
    text-align: center;
  }
  .cid-tUyhK7DgDA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tUyhK7DgDA .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tUyhK7DgDA .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-tUyhK7DgDA textarea.form-control {
  resize: none;
}
.cid-tUyhK7DgDA .input-group-btn {
  display: inline-block;
}
.cid-tUyhK7DgDA .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tUyhK7DgDA .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUyhK7DgDA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tUyhK7DgDA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tUyhK7DgDA .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUyhK7DgDA .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUyhK7DgDA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUyhK7DgDA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tUyhK7DgDA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tUyhK7DgDA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tUyhK7DgDA .form-control,
.cid-tUyhK7DgDA .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tUyhK7DgDA .copyright > p {
  color: #dedede;
}
.cid-tUyhK7DgDA P {
  color: #faf3eb;
}
.cid-tUyhK7DgDA .foot-title,
.cid-tUyhK7DgDA .img-logo {
  color: #faf3eb;
}
.cid-tUsb1qcCEL .nav-item:focus,
.cid-tUsb1qcCEL .nav-link:focus {
  outline: none;
}
.cid-tUsb1qcCEL a.nav-link:focus {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .navbar {
  min-height: 150px;
  transition: all 0.3s;
  background: #372533;
  background: none;
}
.cid-tUsb1qcCEL .navbar.opened {
  transition: all 0.3s;
  background: #372533 !important;
}
.cid-tUsb1qcCEL .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-tUsb1qcCEL .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tUsb1qcCEL .navbar.collapsed {
  flex-direction: row!important;
}
.cid-tUsb1qcCEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUsb1qcCEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tUsb1qcCEL .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tUsb1qcCEL .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tUsb1qcCEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-tUsb1qcCEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUsb1qcCEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUsb1qcCEL .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tUsb1qcCEL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tUsb1qcCEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-tUsb1qcCEL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tUsb1qcCEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUsb1qcCEL .navbar.navbar-short {
  background: #372533 !important;
  min-height: 100px;
}
.cid-tUsb1qcCEL .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tUsb1qcCEL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUsb1qcCEL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tUsb1qcCEL .dropdown-item.active,
.cid-tUsb1qcCEL .dropdown-item:active {
  background-color: transparent;
}
.cid-tUsb1qcCEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUsb1qcCEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUsb1qcCEL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUsb1qcCEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tUsb1qcCEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tUsb1qcCEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUsb1qcCEL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tUsb1qcCEL .navbar-buttons {
  text-align: center;
}
.cid-tUsb1qcCEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f3ec;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tUsb1qcCEL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tUsb1qcCEL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUsb1qcCEL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tUsb1qcCEL .icons-menu span {
  font-size: 20px;
  color: #faf3eb;
}
.cid-tUsb1qcCEL .nav-link:hover,
.cid-tUsb1qcCEL .icons-menu .mbr-iconfont:hover {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .dropdown-item:hover {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #da8080;
  transition: width 0.3s ease-in;
}
.cid-tUsb1qcCEL .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-tUsb1qcCEL .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tUsb1qcCEL .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tUsb1qcCEL .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tUsb1qcCEL .dropdown-menu {
    top: 100%;
  }
  .cid-tUsb1qcCEL .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-tUsb1qcCEL .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-tUsb1qcCEL .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tUsb1qcCEL .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umgRAWO6CX {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #40293b;
}
.cid-umgRAWO6CX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgRAWO6CX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgRAWO6CX .mbr-section-title {
  color: #faf3eb;
}
.cid-umgRAWO6CX .mbr-section-subtitle {
  color: #faf3eb;
}
.cid-umgRsvOasq {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #40293b;
}
.cid-umgRsvOasq .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 0px solid #72716b;
}
@media (max-width: 767px) {
  .cid-umgRsvOasq .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-umgRsvOasq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #d76d6d;
  margin-left: 1rem;
}
.cid-umgRsvOasq .panel-group {
  border: none;
}
.cid-umgRsvOasq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1px;
}
.cid-umgRsvOasq .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #72716b;
  margin-bottom: -1px;
}
.cid-umgRsvOasq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #72716b;
  border-left: 1px solid #72716b;
  border-right: 1px solid #72716b;
  padding: 52px 40px 28px;
}
.cid-umgRsvOasq .panel-collapse {
  border-left: 1px solid #72716b;
  border-right: 1px solid #72716b;
}
.cid-umgRsvOasq .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-umgRsvOasq .mbr-section-title {
  color: #dedede;
  text-align: left;
}
.cid-umgRsvOasq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-umgRsvOasq .panel-title-edit {
  color: #faf3eb;
}
@media (max-width: 991px) {
  .cid-umgRsvOasq .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-umgRsvOasq .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-umgRsvOasq .panel-text {
  width: 100%;
  color: #faf3eb;
}
.cid-umgRsvOasq .panel-subtext {
  color: #faf3eb;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-umgRsvOasq .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-umgRsvOasq .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-umgRsvOasq .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-umgRsvOasq .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-umgRsvOasq .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-umgRsvOasq .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-umgRsvOasq .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-umgRsvOasq .panel-text-add {
  color: #faf3eb;
  margin-bottom: 0;
}
.cid-umgRsvOasq .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #c1bfbd;
}
.cid-umgRsvOasq .mbri-arrow-down {
  color: #faf3eb;
}
.cid-umgRsvOasq .mbr-section-btn {
  margin: 24px 0;
}
.cid-umgRsvOasq .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-umgRsvOasq .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-umgRsvOasq .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-umgRsvOasq .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-umgRsvOasq .panel-title {
    flex-wrap: wrap;
  }
  .cid-umgRsvOasq .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-umgRsvOasq .panel-title__container {
    width: 100%;
  }
}
.cid-umgRsvOasq .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-umgRsvOasq .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-umgRsvOasq .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-umgRsvOasq .panel-body {
    padding: 0 24px 28px;
  }
  .cid-umgRsvOasq .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-umgRsvOasq .mbr-section-title P {
  text-align: center;
}
.cid-vjqqWoZ67g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #261b24;
}
@media (max-width: 767px) {
  .cid-vjqqWoZ67g .content {
    text-align: center;
  }
  .cid-vjqqWoZ67g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vjqqWoZ67g .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vjqqWoZ67g .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vjqqWoZ67g textarea.form-control {
  resize: none;
}
.cid-vjqqWoZ67g .input-group-btn {
  display: inline-block;
}
.cid-vjqqWoZ67g .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vjqqWoZ67g .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjqqWoZ67g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjqqWoZ67g .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vjqqWoZ67g .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjqqWoZ67g .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vjqqWoZ67g .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjqqWoZ67g .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjqqWoZ67g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjqqWoZ67g .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vjqqWoZ67g .form-control,
.cid-vjqqWoZ67g .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vjqqWoZ67g .copyright > p {
  color: #dedede;
}
.cid-vjqqWoZ67g P {
  color: #faf3eb;
}
.cid-vjqqWoZ67g .foot-title,
.cid-vjqqWoZ67g .img-logo {
  color: #faf3eb;
}
.cid-tUsb1qcCEL .nav-item:focus,
.cid-tUsb1qcCEL .nav-link:focus {
  outline: none;
}
.cid-tUsb1qcCEL a.nav-link:focus {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .navbar {
  min-height: 150px;
  transition: all 0.3s;
  background: #372533;
  background: none;
}
.cid-tUsb1qcCEL .navbar.opened {
  transition: all 0.3s;
  background: #372533 !important;
}
.cid-tUsb1qcCEL .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-tUsb1qcCEL .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tUsb1qcCEL .navbar.collapsed {
  flex-direction: row!important;
}
.cid-tUsb1qcCEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUsb1qcCEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tUsb1qcCEL .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tUsb1qcCEL .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tUsb1qcCEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUsb1qcCEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-tUsb1qcCEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUsb1qcCEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUsb1qcCEL .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tUsb1qcCEL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tUsb1qcCEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUsb1qcCEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-tUsb1qcCEL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tUsb1qcCEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUsb1qcCEL .navbar.navbar-short {
  background: #372533 !important;
  min-height: 100px;
}
.cid-tUsb1qcCEL .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tUsb1qcCEL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUsb1qcCEL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUsb1qcCEL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tUsb1qcCEL .dropdown-item.active,
.cid-tUsb1qcCEL .dropdown-item:active {
  background-color: transparent;
}
.cid-tUsb1qcCEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUsb1qcCEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUsb1qcCEL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUsb1qcCEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tUsb1qcCEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tUsb1qcCEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUsb1qcCEL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tUsb1qcCEL .navbar-buttons {
  text-align: center;
}
.cid-tUsb1qcCEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f3ec;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUsb1qcCEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUsb1qcCEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUsb1qcCEL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tUsb1qcCEL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tUsb1qcCEL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUsb1qcCEL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tUsb1qcCEL .icons-menu span {
  font-size: 20px;
  color: #faf3eb;
}
.cid-tUsb1qcCEL .nav-link:hover,
.cid-tUsb1qcCEL .icons-menu .mbr-iconfont:hover {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .dropdown-item:hover {
  color: #da8080 !important;
}
.cid-tUsb1qcCEL .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #da8080;
  transition: width 0.3s ease-in;
}
.cid-tUsb1qcCEL .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-tUsb1qcCEL .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tUsb1qcCEL .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tUsb1qcCEL .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tUsb1qcCEL .dropdown-menu {
    top: 100%;
  }
  .cid-tUsb1qcCEL .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-tUsb1qcCEL .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-tUsb1qcCEL .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tUsb1qcCEL .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umgPVCrEZp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-umgPVCrEZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgPVCrEZp .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-umgPVCrEZp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umgPVCrEZp .row {
  flex-direction: row-reverse;
}
.cid-umgPVCrEZp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgPVCrEZp .text-wrapper {
    padding: 2rem;
  }
}
.cid-umgPVCrEZp .mbr-text {
  color: #faf3eb;
}
.cid-umgPVCrEZp .mbr-section-title {
  color: #faf3eb;
}
.cid-umcy8jsjHS {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #40293b;
}
.cid-umcy8jsjHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcy8jsjHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umcy8jsjHS .item {
  padding-bottom: 2rem;
}
.cid-umcy8jsjHS .item-wrapper {
  position: relative;
}
.cid-umcy8jsjHS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umcy8jsjHS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umcy8jsjHS .carousel-control,
.cid-umcy8jsjHS .close {
  background: #1b1b1b;
}
.cid-umcy8jsjHS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umcy8jsjHS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umcy8jsjHS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umcy8jsjHS .carousel-control-next span {
  margin-left: 5px;
}
.cid-umcy8jsjHS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umcy8jsjHS .close::before {
  content: '\e91a';
}
.cid-umcy8jsjHS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umcy8jsjHS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umcy8jsjHS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umcy8jsjHS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umcy8jsjHS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umcy8jsjHS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umcy8jsjHS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umcy8jsjHS .carousel-indicators li.active,
.cid-umcy8jsjHS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umcy8jsjHS .carousel-indicators li::after,
.cid-umcy8jsjHS .carousel-indicators li::before {
  content: none;
}
.cid-umcy8jsjHS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umcy8jsjHS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umcy8jsjHS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umcy8jsjHS .carousel-indicators {
    display: none;
  }
}
.cid-umcy8jsjHS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umcy8jsjHS .carousel-inner > .active {
  display: block;
}
.cid-umcy8jsjHS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umcy8jsjHS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umcy8jsjHS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umcy8jsjHS .carousel-control,
  .cid-umcy8jsjHS .carousel-indicators,
  .cid-umcy8jsjHS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umcy8jsjHS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umcy8jsjHS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umcy8jsjHS .carousel-indicators .active,
.cid-umcy8jsjHS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umcy8jsjHS .carousel-indicators .active {
  background: #fff;
}
.cid-umcy8jsjHS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umcy8jsjHS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umcy8jsjHS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umcy8jsjHS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umcy8jsjHS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umcy8jsjHS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umcy8jsjHS .carousel {
  width: 100%;
}
.cid-umcy8jsjHS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umcy8jsjHS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umcy8jsjHS .modal.fade .modal-dialog,
.cid-umcy8jsjHS .modal.in .modal-dialog {
  transform: none;
}
.cid-umcy8jsjHS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umcy8jsjHS H6 {
  text-align: center;
  color: #faf3eb;
}
.cid-vjqqQbQNnf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #261b24;
}
@media (max-width: 767px) {
  .cid-vjqqQbQNnf .content {
    text-align: center;
  }
  .cid-vjqqQbQNnf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vjqqQbQNnf .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vjqqQbQNnf .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vjqqQbQNnf textarea.form-control {
  resize: none;
}
.cid-vjqqQbQNnf .input-group-btn {
  display: inline-block;
}
.cid-vjqqQbQNnf .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vjqqQbQNnf .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjqqQbQNnf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjqqQbQNnf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vjqqQbQNnf .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjqqQbQNnf .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vjqqQbQNnf .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjqqQbQNnf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjqqQbQNnf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjqqQbQNnf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vjqqQbQNnf .form-control,
.cid-vjqqQbQNnf .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vjqqQbQNnf .copyright > p {
  color: #dedede;
}
.cid-vjqqQbQNnf P {
  color: #faf3eb;
}
.cid-vjqqQbQNnf .foot-title,
.cid-vjqqQbQNnf .img-logo {
  color: #faf3eb;
}
.cid-uutMy4oogj .nav-item:focus,
.cid-uutMy4oogj .nav-link:focus {
  outline: none;
}
.cid-uutMy4oogj a.nav-link:focus {
  color: #da8080 !important;
}
.cid-uutMy4oogj .navbar {
  min-height: 150px;
  transition: all 0.3s;
  background: #372533;
  background: none;
}
.cid-uutMy4oogj .navbar.opened {
  transition: all 0.3s;
  background: #372533 !important;
}
.cid-uutMy4oogj .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uutMy4oogj .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uutMy4oogj .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uutMy4oogj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uutMy4oogj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uutMy4oogj .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uutMy4oogj .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uutMy4oogj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uutMy4oogj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uutMy4oogj .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uutMy4oogj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uutMy4oogj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uutMy4oogj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uutMy4oogj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uutMy4oogj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uutMy4oogj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uutMy4oogj .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uutMy4oogj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uutMy4oogj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uutMy4oogj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uutMy4oogj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uutMy4oogj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uutMy4oogj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uutMy4oogj .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uutMy4oogj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uutMy4oogj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uutMy4oogj .navbar.navbar-short {
  background: #372533 !important;
  min-height: 100px;
}
.cid-uutMy4oogj .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uutMy4oogj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uutMy4oogj .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uutMy4oogj .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-uutMy4oogj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uutMy4oogj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uutMy4oogj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uutMy4oogj .dropdown-item.active,
.cid-uutMy4oogj .dropdown-item:active {
  background-color: transparent;
}
.cid-uutMy4oogj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uutMy4oogj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uutMy4oogj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uutMy4oogj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uutMy4oogj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uutMy4oogj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uutMy4oogj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uutMy4oogj .navbar-buttons {
  text-align: center;
}
.cid-uutMy4oogj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uutMy4oogj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f3ec;
}
.cid-uutMy4oogj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uutMy4oogj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uutMy4oogj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uutMy4oogj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uutMy4oogj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uutMy4oogj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uutMy4oogj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uutMy4oogj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uutMy4oogj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uutMy4oogj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uutMy4oogj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uutMy4oogj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uutMy4oogj .icons-menu span {
  font-size: 20px;
  color: #faf3eb;
}
.cid-uutMy4oogj .nav-link:hover,
.cid-uutMy4oogj .icons-menu .mbr-iconfont:hover {
  color: #da8080 !important;
}
.cid-uutMy4oogj .dropdown-item:hover {
  color: #da8080 !important;
}
.cid-uutMy4oogj .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #da8080;
  transition: width 0.3s ease-in;
}
.cid-uutMy4oogj .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uutMy4oogj .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uutMy4oogj .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uutMy4oogj .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uutMy4oogj .dropdown-menu {
    top: 100%;
  }
  .cid-uutMy4oogj .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-uutMy4oogj .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-uutMy4oogj .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uutMy4oogj .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uutMy5ffMH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uutMy5ffMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutMy5ffMH .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-uutMy5ffMH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uutMy5ffMH .row {
  flex-direction: row-reverse;
}
.cid-uutMy5ffMH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uutMy5ffMH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uutMy5ffMH .mbr-text {
  color: #faf3eb;
}
.cid-uutMy5ffMH .mbr-section-title {
  color: #faf3eb;
}
.cid-uutPeM2kQf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40293b;
}
.cid-uutPeM2kQf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uutPeM2kQf .item {
    margin-bottom: 1rem;
  }
}
.cid-uutPeM2kQf .item-wrapper {
  position: relative;
}
.cid-uutPeM2kQf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uutPeM2kQf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uutPeM2kQf .carousel-control,
.cid-uutPeM2kQf .close {
  background: #1b1b1b;
}
.cid-uutPeM2kQf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uutPeM2kQf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uutPeM2kQf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uutPeM2kQf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uutPeM2kQf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uutPeM2kQf .close::before {
  content: '\e91a';
}
.cid-uutPeM2kQf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uutPeM2kQf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uutPeM2kQf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uutPeM2kQf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uutPeM2kQf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uutPeM2kQf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uutPeM2kQf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uutPeM2kQf .carousel-indicators li.active,
.cid-uutPeM2kQf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uutPeM2kQf .carousel-indicators li::after,
.cid-uutPeM2kQf .carousel-indicators li::before {
  content: none;
}
.cid-uutPeM2kQf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uutPeM2kQf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uutPeM2kQf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uutPeM2kQf .carousel-indicators {
    display: none;
  }
}
.cid-uutPeM2kQf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uutPeM2kQf .carousel-inner > .active {
  display: block;
}
.cid-uutPeM2kQf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uutPeM2kQf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uutPeM2kQf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uutPeM2kQf .carousel-control,
  .cid-uutPeM2kQf .carousel-indicators,
  .cid-uutPeM2kQf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uutPeM2kQf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uutPeM2kQf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uutPeM2kQf .carousel-indicators .active,
.cid-uutPeM2kQf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uutPeM2kQf .carousel-indicators .active {
  background: #fff;
}
.cid-uutPeM2kQf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uutPeM2kQf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uutPeM2kQf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uutPeM2kQf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uutPeM2kQf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uutPeM2kQf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uutPeM2kQf .carousel {
  width: 100%;
}
.cid-uutPeM2kQf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uutPeM2kQf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uutPeM2kQf .modal.fade .modal-dialog,
.cid-uutPeM2kQf .modal.in .modal-dialog {
  transform: none;
}
.cid-uutPeM2kQf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uutPeM2kQf .content-head {
  max-width: 800px;
}
.cid-vjqqMgF4Tx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #261b24;
}
@media (max-width: 767px) {
  .cid-vjqqMgF4Tx .content {
    text-align: center;
  }
  .cid-vjqqMgF4Tx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vjqqMgF4Tx .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vjqqMgF4Tx .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vjqqMgF4Tx textarea.form-control {
  resize: none;
}
.cid-vjqqMgF4Tx .input-group-btn {
  display: inline-block;
}
.cid-vjqqMgF4Tx .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vjqqMgF4Tx .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjqqMgF4Tx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjqqMgF4Tx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vjqqMgF4Tx .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjqqMgF4Tx .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vjqqMgF4Tx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjqqMgF4Tx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjqqMgF4Tx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjqqMgF4Tx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vjqqMgF4Tx .form-control,
.cid-vjqqMgF4Tx .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vjqqMgF4Tx .copyright > p {
  color: #dedede;
}
.cid-vjqqMgF4Tx P {
  color: #faf3eb;
}
.cid-vjqqMgF4Tx .foot-title,
.cid-vjqqMgF4Tx .img-logo {
  color: #faf3eb;
}
.cid-uAr9hHYyBU .nav-item:focus,
.cid-uAr9hHYyBU .nav-link:focus {
  outline: none;
}
.cid-uAr9hHYyBU a.nav-link:focus {
  color: #da8080 !important;
}
.cid-uAr9hHYyBU .navbar {
  min-height: 150px;
  transition: all 0.3s;
  background: #372533;
  background: none;
}
.cid-uAr9hHYyBU .navbar.opened {
  transition: all 0.3s;
  background: #372533 !important;
}
.cid-uAr9hHYyBU .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uAr9hHYyBU .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uAr9hHYyBU .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uAr9hHYyBU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAr9hHYyBU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uAr9hHYyBU .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uAr9hHYyBU .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uAr9hHYyBU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAr9hHYyBU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAr9hHYyBU .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uAr9hHYyBU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAr9hHYyBU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAr9hHYyBU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAr9hHYyBU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uAr9hHYyBU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAr9hHYyBU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAr9hHYyBU .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uAr9hHYyBU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAr9hHYyBU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAr9hHYyBU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAr9hHYyBU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAr9hHYyBU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAr9hHYyBU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAr9hHYyBU .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uAr9hHYyBU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uAr9hHYyBU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAr9hHYyBU .navbar.navbar-short {
  background: #372533 !important;
  min-height: 100px;
}
.cid-uAr9hHYyBU .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uAr9hHYyBU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAr9hHYyBU .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAr9hHYyBU .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-uAr9hHYyBU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uAr9hHYyBU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAr9hHYyBU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uAr9hHYyBU .dropdown-item.active,
.cid-uAr9hHYyBU .dropdown-item:active {
  background-color: transparent;
}
.cid-uAr9hHYyBU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAr9hHYyBU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAr9hHYyBU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAr9hHYyBU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uAr9hHYyBU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uAr9hHYyBU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAr9hHYyBU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAr9hHYyBU .navbar-buttons {
  text-align: center;
}
.cid-uAr9hHYyBU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAr9hHYyBU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f3ec;
}
.cid-uAr9hHYyBU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAr9hHYyBU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAr9hHYyBU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAr9hHYyBU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAr9hHYyBU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAr9hHYyBU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAr9hHYyBU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAr9hHYyBU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAr9hHYyBU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uAr9hHYyBU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uAr9hHYyBU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAr9hHYyBU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uAr9hHYyBU .icons-menu span {
  font-size: 20px;
  color: #faf3eb;
}
.cid-uAr9hHYyBU .nav-link:hover,
.cid-uAr9hHYyBU .icons-menu .mbr-iconfont:hover {
  color: #da8080 !important;
}
.cid-uAr9hHYyBU .dropdown-item:hover {
  color: #da8080 !important;
}
.cid-uAr9hHYyBU .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #da8080;
  transition: width 0.3s ease-in;
}
.cid-uAr9hHYyBU .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uAr9hHYyBU .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uAr9hHYyBU .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uAr9hHYyBU .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uAr9hHYyBU .dropdown-menu {
    top: 100%;
  }
  .cid-uAr9hHYyBU .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-uAr9hHYyBU .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-uAr9hHYyBU .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uAr9hHYyBU .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uAr9hQVS5L {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uAr9hQVS5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAr9hQVS5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAr9hQVS5L .mbr-section-title {
  color: #faf3eb;
}
.cid-uAr9hQVS5L .mbr-section-subtitle {
  color: #faf3eb;
}
.cid-uFg1WQPb4Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uFg1WQPb4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFg1WQPb4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFg1WQPb4Y .video-wrapper iframe {
  width: 100%;
}
.cid-uFg1WQPb4Y .mbr-section-title,
.cid-uFg1WQPb4Y .mbr-section-subtitle,
.cid-uFg1WQPb4Y .mbr-text {
  text-align: center;
}
.cid-uFg1WQPb4Y .mbr-text {
  color: #faf3eb;
}
.cid-v8iNzQp3kf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-v8iNzQp3kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8iNzQp3kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8iNzQp3kf .video-wrapper iframe {
  width: 100%;
}
.cid-v8iNzQp3kf .mbr-section-title,
.cid-v8iNzQp3kf .mbr-section-subtitle,
.cid-v8iNzQp3kf .mbr-text {
  text-align: center;
}
.cid-v8iNzQp3kf .mbr-text {
  color: #faf3eb;
}
.cid-uAr9hRlwBB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uAr9hRlwBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAr9hRlwBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAr9hRlwBB .video-wrapper iframe {
  width: 100%;
}
.cid-uAr9hRlwBB .mbr-section-title,
.cid-uAr9hRlwBB .mbr-section-subtitle,
.cid-uAr9hRlwBB .mbr-text {
  text-align: center;
}
.cid-uAr9hRlwBB .mbr-text {
  color: #faf3eb;
}
.cid-uAr9hRVDpU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uAr9hRVDpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAr9hRVDpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAr9hRVDpU .video-wrapper iframe {
  width: 100%;
}
.cid-uAr9hRVDpU .mbr-section-title,
.cid-uAr9hRVDpU .mbr-section-subtitle,
.cid-uAr9hRVDpU .mbr-text {
  text-align: center;
}
.cid-uAr9hRVDpU .mbr-text {
  color: #faf3eb;
}
.cid-uAr9hSoxJG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uAr9hSoxJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAr9hSoxJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAr9hSoxJG .video-wrapper iframe {
  width: 100%;
}
.cid-uAr9hSoxJG .mbr-section-title,
.cid-uAr9hSoxJG .mbr-section-subtitle,
.cid-uAr9hSoxJG .mbr-text {
  text-align: center;
}
.cid-uAr9hSoxJG .mbr-text {
  color: #faf3eb;
}
.cid-uKHrad3By5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #40293b;
}
.cid-uKHrad3By5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHrad3By5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHrad3By5 .video-wrapper iframe {
  width: 100%;
}
.cid-uKHrad3By5 .mbr-section-title,
.cid-uKHrad3By5 .mbr-section-subtitle,
.cid-uKHrad3By5 .mbr-text {
  text-align: center;
}
.cid-uKHrad3By5 .mbr-text {
  color: #faf3eb;
}
.cid-uAr9hSSKF9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #40293b;
}
.cid-uAr9hSSKF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAr9hSSKF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAr9hSSKF9 .video-wrapper iframe {
  width: 100%;
}
.cid-uAr9hSSKF9 .mbr-section-title,
.cid-uAr9hSSKF9 .mbr-section-subtitle,
.cid-uAr9hSSKF9 .mbr-text {
  text-align: center;
}
.cid-uAr9hSSKF9 .mbr-text {
  color: #faf3eb;
}
.cid-vjqqTodGdd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #261b24;
}
@media (max-width: 767px) {
  .cid-vjqqTodGdd .content {
    text-align: center;
  }
  .cid-vjqqTodGdd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vjqqTodGdd .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vjqqTodGdd .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vjqqTodGdd textarea.form-control {
  resize: none;
}
.cid-vjqqTodGdd .input-group-btn {
  display: inline-block;
}
.cid-vjqqTodGdd .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vjqqTodGdd .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjqqTodGdd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjqqTodGdd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vjqqTodGdd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjqqTodGdd .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vjqqTodGdd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjqqTodGdd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjqqTodGdd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjqqTodGdd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vjqqTodGdd .form-control,
.cid-vjqqTodGdd .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vjqqTodGdd .copyright > p {
  color: #dedede;
}
.cid-vjqqTodGdd P {
  color: #faf3eb;
}
.cid-vjqqTodGdd .foot-title,
.cid-vjqqTodGdd .img-logo {
  color: #faf3eb;
}
