body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Amaranth', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Amaranth', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Amaranth', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e43f3f;
  border-bottom-color: #e43f3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u8kBKwxfup {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8kBKwxfup nav.navbar {
  position: fixed;
}
.cid-u8kBKwxfup .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kBKwxfup .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8kBKwxfup .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8kBKwxfup .dropdown-item:hover,
.cid-u8kBKwxfup .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u8kBKwxfup .dropdown-item:hover span {
  color: white;
}
.cid-u8kBKwxfup .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8kBKwxfup .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8kBKwxfup .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8kBKwxfup .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8kBKwxfup .nav-link {
  position: relative;
}
.cid-u8kBKwxfup .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8kBKwxfup .container {
    flex-wrap: nowrap;
  }
}
.cid-u8kBKwxfup .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8kBKwxfup .dropdown-menu,
.cid-u8kBKwxfup .navbar.opened {
  background: #ecede8 !important;
}
.cid-u8kBKwxfup .nav-item:focus,
.cid-u8kBKwxfup .nav-link:focus {
  outline: none;
}
.cid-u8kBKwxfup .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8kBKwxfup .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8kBKwxfup .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8kBKwxfup .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kBKwxfup .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8kBKwxfup .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8kBKwxfup .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-u8kBKwxfup .navbar.opened {
  transition: all 0.3s;
}
.cid-u8kBKwxfup .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8kBKwxfup .navbar .navbar-logo img {
  width: auto;
}
.cid-u8kBKwxfup .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8kBKwxfup .navbar.collapsed {
  justify-content: center;
}
.cid-u8kBKwxfup .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8kBKwxfup .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8kBKwxfup .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8kBKwxfup .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8kBKwxfup .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8kBKwxfup .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8kBKwxfup .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8kBKwxfup .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8kBKwxfup .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8kBKwxfup .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8kBKwxfup .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8kBKwxfup .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8kBKwxfup .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8kBKwxfup .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8kBKwxfup .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8kBKwxfup .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8kBKwxfup .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8kBKwxfup .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8kBKwxfup .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8kBKwxfup .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8kBKwxfup .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8kBKwxfup .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8kBKwxfup .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8kBKwxfup .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8kBKwxfup .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8kBKwxfup .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8kBKwxfup .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8kBKwxfup .dropdown-item.active,
.cid-u8kBKwxfup .dropdown-item:active {
  background-color: transparent;
}
.cid-u8kBKwxfup .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8kBKwxfup .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8kBKwxfup .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8kBKwxfup .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-u8kBKwxfup .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kBKwxfup .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8kBKwxfup ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8kBKwxfup .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8kBKwxfup button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8kBKwxfup button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-u8kBKwxfup button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8kBKwxfup button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kBKwxfup button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kBKwxfup button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8kBKwxfup nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kBKwxfup nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8kBKwxfup nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8kBKwxfup nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kBKwxfup .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8kBKwxfup a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8kBKwxfup .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8kBKwxfup .navbar {
    height: 70px;
  }
  .cid-u8kBKwxfup .navbar.opened {
    height: auto;
  }
  .cid-u8kBKwxfup .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8kDqF3mpp {
  background-color: #0b0b0b;
}
.cid-u8kDqF3mpp .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u8kDqF3mpp .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-u8kDqF3mpp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8kDqF3mpp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u8kDqF3mpp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8kDqF3mpp .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-u8kDqF3mpp .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-u8kDqF3mpp .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-u8kDqF3mpp .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-u8kDqF3mpp .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-u8kDqF3mpp .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-u8kDqF3mpp .list {
  list-style: none;
  padding-left: 0;
}
.cid-u8kDqF3mpp .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-u8kDqF3mpp .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-u8kDqF3mpp .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8kDqF3mpp .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-u8kDqF3mpp .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u8kDqF3mpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kDqF3mpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kEK4AUgj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-u8kEK4AUgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kEK4AUgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kEK4AUgj .row {
  margin: 0;
}
.cid-u8kEK4AUgj .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-u8kEK4AUgj .content-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u8kEK4AUgj .content-wrapper {
    margin: 0px;
  }
}
.cid-u8kEK4AUgj .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-u8kEK4AUgj .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-u8kEK4AUgj .content-wrapper .list-wrapper .mbr-item {
  padding: 50px 0px 53px 30px;
  border-top: 2px solid #000000;
  margin: 0;
}
.cid-u8kEK4AUgj .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-u8kEK4AUgj .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-u8kEK4AUgj .mbr-section-title {
  color: #000000;
}
.cid-u8kEK4AUgj .mbr-item {
  color: #000000;
}
.cid-u8kDFo8TTK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u8kDFo8TTK .mbr-section-title,
  .cid-u8kDFo8TTK .mbr-section-subtitle,
  .cid-u8kDFo8TTK .mbr-section-btn,
  .cid-u8kDFo8TTK .mbr-text {
    text-align: center;
  }
}
.cid-u8kDFo8TTK .mbr-section-title {
  color: #082c4e;
}
.cid-u8kDFo8TTK .mbr-text,
.cid-u8kDFo8TTK .mbr-section-btn {
  color: #ffffff;
}
.cid-u8kDFo8TTK .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8kDFo8TTK .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-u8kDFo8TTK .subtitle {
    text-align: center;
  }
}
.cid-u8kDFo8TTK .mbr-section-subtitle {
  color: #082c4e;
}
.cid-u8kDFo8TTK span {
  padding-right: 1rem;
}
.cid-u8kDFo8TTK .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-u8kDFo8TTK .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #e43f3f;
}
@media (max-width: 767px) {
  .cid-u8kDFo8TTK .dot {
    padding-left: 0rem;
  }
  .cid-u8kDFo8TTK .dot:before {
    content: none;
  }
}
.cid-u8kDFo8TTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kDFo8TTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kGPWV7mC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcc00;
}
.cid-u8kGPWV7mC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kGPWV7mC .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8kGPWV7mC .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-u8kGPWV7mC .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-u8kGPWV7mC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kGPWV7mC img {
  border-radius: 3rem;
}
.cid-u8kGPWV7mC .row {
  flex-direction: row-reverse;
}
.cid-u8kGPWV7mC .mbr-text,
.cid-u8kGPWV7mC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u8kHyi7yP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8kHyi7yP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kHyi7yP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kHyi7yP9 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8kHyi7yP9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8kHyi7yP9 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8kHyi7yP9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8kHyi7yP9 .mbr-text,
.cid-u8kHyi7yP9 .mbr-section-btn {
  color: #000000;
}
.cid-u8kHyi7yP9 .card-title,
.cid-u8kHyi7yP9 .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8kHVbFIMn {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8kHVbFIMn .row {
  justify-content: center;
}
.cid-u8kHVbFIMn .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8kHVbFIMn .mbr-section-title {
  color: #44af69;
}
.cid-u8kHVbFIMn .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-u8kHVbFIMn .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8kHVbFIMn .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8kHVbFIMn .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8kHVbFIMn .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8kHVbFIMn .card:nth-child(1) .card-box {
  background-color: #000000;
}
.cid-u8kHVbFIMn .card:nth-child(2) .card-box {
  background-color: #000000;
}
.cid-u8kHVbFIMn .card:nth-child(3) .card-box {
  background-color: #000000;
}
.cid-u8kHVbFIMn .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-u8kHVbFIMn .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-u8kHVbFIMn .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-u8kHVbFIMn .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-u8kHVbFIMn .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8kHVbFIMn .card-box {
    padding: 32px;
  }
}
.cid-u8kHVbFIMn .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-u8kHVbFIMn .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-u8kHVbFIMn .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8kHVbFIMn .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-u8kHVbFIMn .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-u8kHVbFIMn .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-u8kHVbFIMn .card-title-4 {
  color: #F9C9C8;
}
.cid-u8kHVbFIMn .card-title-5 {
  color: #FDC99C;
}
.cid-u8kHVbFIMn .card-title-6 {
  color: #FFEDB4;
}
.cid-u8kHVbFIMn .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-u8kHVbFIMn .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u8l5sVOrnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l5sVOrnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l5sVOrnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l5sVOrnM .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l5sVOrnM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l5sVOrnM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l5sVOrnM .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l5sVOrnM .mbr-text,
.cid-u8l5sVOrnM .mbr-section-btn {
  color: #000000;
}
.cid-u8l5sVOrnM .card-title,
.cid-u8l5sVOrnM .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8kJpIt7p8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8kJpIt7p8 .container {
    padding: 0 25px;
  }
}
.cid-u8kJpIt7p8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8kJpIt7p8 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u8kJpIt7p8 .panel-group {
  border-bottom: 2px solid #ffcc00;
}
.cid-u8kJpIt7p8 .panel-group .card {
  border-top: 2px solid #ffcc00;
  border-radius: 0 !important;
  padding: 0;
}
.cid-u8kJpIt7p8 .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-u8kJpIt7p8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8kJpIt7p8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8kJpIt7p8 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8kJpIt7p8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8kJpIt7p8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffcc00;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8kJpIt7p8 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-u8kJpIt7p8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8kJpIt7p8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8kJpIt7p8 .panel-title-edit {
  color: #000000;
}
.cid-u8kJpIt7p8 .panel-text {
  color: #000000;
}
.cid-u8l6gfjiLv {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-u8l6gfjiLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l6gfjiLv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8l6gfjiLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l6gfjiLv h1 {
  max-width: 800px;
}
.cid-u8l6gfjiLv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8l6gfjiLv .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-u8l6gfjiLv .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8l6gfjiLv .btn div {
  overflow: hidden;
}
.cid-u8l6gfjiLv .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8l6gfjiLv {
    align-items: center;
  }
  .cid-u8l6gfjiLv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8l6gfjiLv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8l6gfjiLv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8l6gfjiLv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8l6gfjiLv .content-wrap {
    width: 100%;
  }
}
.cid-u8l6gfjiLv .mbr-section-subtitle,
.cid-u8l6gfjiLv .line {
  color: #291f1e;
}
.cid-u8l6gfjiLv .mbr-text,
.cid-u8l6gfjiLv .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-u8l6gfjiLv .mbr-section-title {
  color: #fafafa;
}
.cid-u8kJyOa6JC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8kJyOa6JC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kJyOa6JC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8kJyOa6JC .container {
    padding: 0 30px;
  }
}
.cid-u8kJyOa6JC .row {
  justify-content: center;
}
.cid-u8kJyOa6JC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u8kJyOa6JC .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8kJyOa6JC .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u8kJyOa6JC .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffcc00;
  text-shadow: none;
}
.cid-u8kJyOa6JC .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8kJyOa6JC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u8kJyOa6JC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8kTGoSmaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8kTGoSmaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kTGoSmaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kTGoSmaF .mbr-section-title {
  color: #fafafa;
}
.cid-u8kTGoSmaF .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u8kVI3jGrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8kVI3jGrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kVI3jGrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kVI3jGrf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8kVI3jGrf .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8kVI3jGrf .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8kVI3jGrf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8kVI3jGrf .container {
    padding: 0 12px;
  }
}
.cid-u8kVI3jGrf .row {
  justify-content: center;
}
.cid-u8kVI3jGrf .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8kVI3jGrf .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8kVI3jGrf .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u8kVI3jGrf .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-u8kVI3jGrf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-u8kVI3jGrf .items-wrapper {
    display: block;
  }
}
.cid-u8kVI3jGrf .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-u8kVI3jGrf .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u8kVI3jGrf .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-u8kVI3jGrf .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u8kVI3jGrf .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-u8kVI3jGrf .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-u8kVI3jGrf .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u8kVI3jGrf .mbr-section-title {
  color: #ffffff;
}
.cid-u8kVI3jGrf .item-title {
  color: #ffffff;
}
.cid-u8kVI3jGrf .item-text {
  color: #ffffff;
}
.cid-u8kVI3jGrf .mbr-section-title,
.cid-u8kVI3jGrf .title-wrapper {
  color: #000000;
}
.cid-u8l74owe0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d22;
}
.cid-u8l74owe0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l74owe0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l74owe0w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8l74owe0w .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8l74owe0w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8l74owe0w .container {
    padding: 0 16px;
  }
}
.cid-u8l74owe0w .row {
  justify-content: center;
}
.cid-u8l74owe0w .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8l74owe0w .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8l74owe0w .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u8l74owe0w .mbr-section-title {
  color: #f0f0f0;
}
.cid-u8l74owe0w .mbr-text {
  color: #f0f0f0;
}
.cid-u8l6LwRfUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l6LwRfUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l6LwRfUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8l6LwRfUb .container {
    padding: 0 16px;
  }
}
.cid-u8l6LwRfUb .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u8l6LwRfUb .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u8l6LwRfUb .row {
    padding: 20px 16px;
  }
}
.cid-u8l6LwRfUb .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8l6LwRfUb .row .image-wrapper img {
    height: 300px;
  }
}
.cid-u8l5J0971i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l5J0971i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l5J0971i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l5J0971i .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l5J0971i .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l5J0971i .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l5J0971i .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l5J0971i .mbr-text,
.cid-u8l5J0971i .mbr-section-btn {
  color: #000000;
}
.cid-u8l5J0971i .card-title,
.cid-u8l5J0971i .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8l5ZuutwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffcc00;
}
.cid-u8l5ZuutwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l5ZuutwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l5ZuutwJ .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u8l5ZuutwJ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8l5ZuutwJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8l5ZuutwJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8l5ZuutwJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8l5ZuutwJ .mbr-section-title {
  color: #000000;
}
.cid-u8l60T2paG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8l60T2paG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l60T2paG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l60T2paG .container {
  max-width: 1600px;
}
.cid-u8l60T2paG .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l60T2paG .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-u8l60T2paG .border-container {
    padding: 30px 0;
  }
}
.cid-u8l60T2paG .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-u8l60T2paG .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-u8l60T2paG .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-u8l60T2paG .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-u8l60T2paG .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #000000;
  border-color: #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l60T2paG .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-u8l60T2paG .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-u8l60T2paG .border-frame {
    width: 7%;
  }
}
.cid-u8l60T2paG .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u8l60T2paG .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-u8l60T2paG .footer-item-container:not(:first-child) {
  border-left: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l60T2paG .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-u8l60T2paG .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffcc00;
  }
}
@media (max-width: 575px) {
  .cid-u8l60T2paG .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-u8l60T2paG .footer-item {
  height: 100%;
}
.cid-u8l60T2paG .mbr-section-subtitle {
  color: #ff9966;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u8l60T2paG .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-u8l60T2paG .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-u8l60T2paG .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u8l60T2paG .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8l60T2paG .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-u8l60T2paG .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-u8l60T2paG .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-u8l60T2paG .list li:hover {
  color: #e43f3f !important;
}
.cid-u8l60T2paG .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l60T2paG .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l60T2paG .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l60T2paG .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l60T2paG .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-u8l60T2paG .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-u8l60T2paG .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-u8l60T2paG .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-u8l60T2paG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-u8l60T2paG .soc-item:hover .mbr-iconfont {
  color: #e43f3f !important;
}
.cid-u8l60T2paG .soc-item:hover .social-text {
  color: #e43f3f !important;
}
.cid-u8l60T2paG .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-u8l60T2paG .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-u8l60T2paG .copyright-container {
    margin-top: 30px;
  }
}
.cid-u8l60T2paG .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u8l60T2paG .copyright-text {
    text-align: center !important;
  }
}
.cid-u8l60T2paG .mbr-text,
.cid-u8l60T2paG .mbr-section-btn {
  color: #000000;
}
.cid-u8l83fqpDV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8l83fqpDV nav.navbar {
  position: fixed;
}
.cid-u8l83fqpDV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l83fqpDV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8l83fqpDV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8l83fqpDV .dropdown-item:hover,
.cid-u8l83fqpDV .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u8l83fqpDV .dropdown-item:hover span {
  color: white;
}
.cid-u8l83fqpDV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8l83fqpDV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8l83fqpDV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8l83fqpDV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8l83fqpDV .nav-link {
  position: relative;
}
.cid-u8l83fqpDV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8l83fqpDV .container {
    flex-wrap: nowrap;
  }
}
.cid-u8l83fqpDV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8l83fqpDV .dropdown-menu,
.cid-u8l83fqpDV .navbar.opened {
  background: #ecede8 !important;
}
.cid-u8l83fqpDV .nav-item:focus,
.cid-u8l83fqpDV .nav-link:focus {
  outline: none;
}
.cid-u8l83fqpDV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8l83fqpDV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8l83fqpDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8l83fqpDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l83fqpDV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8l83fqpDV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8l83fqpDV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-u8l83fqpDV .navbar.opened {
  transition: all 0.3s;
}
.cid-u8l83fqpDV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8l83fqpDV .navbar .navbar-logo img {
  width: auto;
}
.cid-u8l83fqpDV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8l83fqpDV .navbar.collapsed {
  justify-content: center;
}
.cid-u8l83fqpDV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8l83fqpDV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8l83fqpDV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8l83fqpDV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8l83fqpDV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8l83fqpDV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8l83fqpDV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8l83fqpDV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8l83fqpDV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8l83fqpDV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8l83fqpDV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8l83fqpDV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8l83fqpDV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8l83fqpDV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8l83fqpDV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8l83fqpDV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8l83fqpDV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8l83fqpDV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8l83fqpDV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8l83fqpDV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8l83fqpDV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8l83fqpDV .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8l83fqpDV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8l83fqpDV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8l83fqpDV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8l83fqpDV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8l83fqpDV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8l83fqpDV .dropdown-item.active,
.cid-u8l83fqpDV .dropdown-item:active {
  background-color: transparent;
}
.cid-u8l83fqpDV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8l83fqpDV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8l83fqpDV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8l83fqpDV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-u8l83fqpDV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8l83fqpDV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8l83fqpDV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8l83fqpDV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8l83fqpDV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8l83fqpDV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-u8l83fqpDV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8l83fqpDV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l83fqpDV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l83fqpDV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8l83fqpDV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l83fqpDV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8l83fqpDV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8l83fqpDV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l83fqpDV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8l83fqpDV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8l83fqpDV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8l83fqpDV .navbar {
    height: 70px;
  }
  .cid-u8l83fqpDV .navbar.opened {
    height: auto;
  }
  .cid-u8l83fqpDV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8l83g85qG {
  background-color: #0b0b0b;
}
.cid-u8l83g85qG .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u8l83g85qG .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-u8l83g85qG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8l83g85qG .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u8l83g85qG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8l83g85qG .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-u8l83g85qG .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-u8l83g85qG .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-u8l83g85qG .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-u8l83g85qG .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-u8l83g85qG .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-u8l83g85qG .list {
  list-style: none;
  padding-left: 0;
}
.cid-u8l83g85qG .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-u8l83g85qG .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-u8l83g85qG .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8l83g85qG .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-u8l83g85qG .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u8l83g85qG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83g85qG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83gHJ1P {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l83gHJ1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83gHJ1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83gHJ1P .row {
  margin: 0;
}
.cid-u8l83gHJ1P .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-u8l83gHJ1P .content-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u8l83gHJ1P .content-wrapper {
    margin: 0px;
  }
}
.cid-u8l83gHJ1P .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-u8l83gHJ1P .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-u8l83gHJ1P .content-wrapper .list-wrapper .mbr-item {
  padding: 50px 0px 53px 30px;
  border-top: 2px solid #000000;
  margin: 0;
}
.cid-u8l83gHJ1P .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-u8l83gHJ1P .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-u8l83gHJ1P .mbr-section-title {
  color: #000000;
}
.cid-u8l83gHJ1P .mbr-item {
  color: #000000;
}
.cid-u8l83h7eG6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u8l83h7eG6 .mbr-section-title,
  .cid-u8l83h7eG6 .mbr-section-subtitle,
  .cid-u8l83h7eG6 .mbr-section-btn,
  .cid-u8l83h7eG6 .mbr-text {
    text-align: center;
  }
}
.cid-u8l83h7eG6 .mbr-section-title {
  color: #082c4e;
}
.cid-u8l83h7eG6 .mbr-text,
.cid-u8l83h7eG6 .mbr-section-btn {
  color: #ffffff;
}
.cid-u8l83h7eG6 .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8l83h7eG6 .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-u8l83h7eG6 .subtitle {
    text-align: center;
  }
}
.cid-u8l83h7eG6 .mbr-section-subtitle {
  color: #082c4e;
}
.cid-u8l83h7eG6 span {
  padding-right: 1rem;
}
.cid-u8l83h7eG6 .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-u8l83h7eG6 .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #e43f3f;
}
@media (max-width: 767px) {
  .cid-u8l83h7eG6 .dot {
    padding-left: 0rem;
  }
  .cid-u8l83h7eG6 .dot:before {
    content: none;
  }
}
.cid-u8l83h7eG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83h7eG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83hzTga {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcc00;
}
.cid-u8l83hzTga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83hzTga .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8l83hzTga .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-u8l83hzTga .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-u8l83hzTga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83hzTga img {
  border-radius: 3rem;
}
.cid-u8l83hzTga .row {
  flex-direction: row-reverse;
}
.cid-u8l83hzTga .mbr-text,
.cid-u8l83hzTga .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u8l83i4fCW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l83i4fCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83i4fCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83i4fCW .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l83i4fCW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l83i4fCW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l83i4fCW .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l83i4fCW .mbr-text,
.cid-u8l83i4fCW .mbr-section-btn {
  color: #000000;
}
.cid-u8l83i4fCW .card-title,
.cid-u8l83i4fCW .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8l83iw669 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8l83iw669 .row {
  justify-content: center;
}
.cid-u8l83iw669 .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8l83iw669 .mbr-section-title {
  color: #44af69;
}
.cid-u8l83iw669 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-u8l83iw669 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8l83iw669 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8l83iw669 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8l83iw669 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8l83iw669 .card:nth-child(1) .card-box {
  background-color: #000000;
}
.cid-u8l83iw669 .card:nth-child(2) .card-box {
  background-color: #000000;
}
.cid-u8l83iw669 .card:nth-child(3) .card-box {
  background-color: #000000;
}
.cid-u8l83iw669 .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-u8l83iw669 .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-u8l83iw669 .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-u8l83iw669 .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-u8l83iw669 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8l83iw669 .card-box {
    padding: 32px;
  }
}
.cid-u8l83iw669 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-u8l83iw669 .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-u8l83iw669 .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8l83iw669 .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l83iw669 .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l83iw669 .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l83iw669 .card-title-4 {
  color: #F9C9C8;
}
.cid-u8l83iw669 .card-title-5 {
  color: #FDC99C;
}
.cid-u8l83iw669 .card-title-6 {
  color: #FFEDB4;
}
.cid-u8l83iw669 .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-u8l83iw669 .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u8l83jrLvs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l83jrLvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83jrLvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83jrLvs .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l83jrLvs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l83jrLvs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l83jrLvs .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l83jrLvs .mbr-text,
.cid-u8l83jrLvs .mbr-section-btn {
  color: #000000;
}
.cid-u8l83jrLvs .card-title,
.cid-u8l83jrLvs .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8l83jSpai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8l83jSpai .container {
    padding: 0 25px;
  }
}
.cid-u8l83jSpai .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8l83jSpai .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u8l83jSpai .panel-group {
  border-bottom: 2px solid #ffcc00;
}
.cid-u8l83jSpai .panel-group .card {
  border-top: 2px solid #ffcc00;
  border-radius: 0 !important;
  padding: 0;
}
.cid-u8l83jSpai .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-u8l83jSpai .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8l83jSpai .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8l83jSpai .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8l83jSpai .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8l83jSpai .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffcc00;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8l83jSpai .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-u8l83jSpai .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8l83jSpai .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8l83jSpai .panel-title-edit {
  color: #000000;
}
.cid-u8l83jSpai .panel-text {
  color: #000000;
}
.cid-u8l83kAT2B {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-u8l83kAT2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83kAT2B .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8l83kAT2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83kAT2B h1 {
  max-width: 800px;
}
.cid-u8l83kAT2B p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8l83kAT2B .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-u8l83kAT2B .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8l83kAT2B .btn div {
  overflow: hidden;
}
.cid-u8l83kAT2B .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8l83kAT2B {
    align-items: center;
  }
  .cid-u8l83kAT2B .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8l83kAT2B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8l83kAT2B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8l83kAT2B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8l83kAT2B .content-wrap {
    width: 100%;
  }
}
.cid-u8l83kAT2B .mbr-section-subtitle,
.cid-u8l83kAT2B .line {
  color: #291f1e;
}
.cid-u8l83kAT2B .mbr-text,
.cid-u8l83kAT2B .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-u8l83kAT2B .mbr-section-title {
  color: #fafafa;
}
.cid-u8l83l3djd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l83l3djd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83l3djd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8l83l3djd .container {
    padding: 0 30px;
  }
}
.cid-u8l83l3djd .row {
  justify-content: center;
}
.cid-u8l83l3djd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u8l83l3djd .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8l83l3djd .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u8l83l3djd .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffcc00;
  text-shadow: none;
}
.cid-u8l83l3djd .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8l83l3djd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u8l83l3djd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8l83lCTgW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l83lCTgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83lCTgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83lCTgW .mbr-section-title {
  color: #fafafa;
}
.cid-u8l83lCTgW .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u8l83lCTgW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u8l83m7Sr7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8l83m7Sr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83m7Sr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83m7Sr7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8l83m7Sr7 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8l83m7Sr7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8l83m7Sr7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8l83m7Sr7 .container {
    padding: 0 12px;
  }
}
.cid-u8l83m7Sr7 .row {
  justify-content: center;
}
.cid-u8l83m7Sr7 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8l83m7Sr7 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8l83m7Sr7 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u8l83m7Sr7 .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-u8l83m7Sr7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-u8l83m7Sr7 .items-wrapper {
    display: block;
  }
}
.cid-u8l83m7Sr7 .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-u8l83m7Sr7 .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u8l83m7Sr7 .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-u8l83m7Sr7 .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u8l83m7Sr7 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-u8l83m7Sr7 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-u8l83m7Sr7 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u8l83m7Sr7 .mbr-section-title {
  color: #ffffff;
}
.cid-u8l83m7Sr7 .item-title {
  color: #ffffff;
}
.cid-u8l83m7Sr7 .item-text {
  color: #ffffff;
}
.cid-u8l83m7Sr7 .mbr-section-title,
.cid-u8l83m7Sr7 .title-wrapper {
  color: #000000;
}
.cid-u8l83mVOR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d22;
}
.cid-u8l83mVOR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83mVOR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83mVOR6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8l83mVOR6 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8l83mVOR6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8l83mVOR6 .container {
    padding: 0 16px;
  }
}
.cid-u8l83mVOR6 .row {
  justify-content: center;
}
.cid-u8l83mVOR6 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8l83mVOR6 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8l83mVOR6 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u8l83mVOR6 .mbr-section-title {
  color: #f0f0f0;
}
.cid-u8l83mVOR6 .mbr-text {
  color: #f0f0f0;
}
.cid-u8l83o2Hjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l83o2Hjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83o2Hjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8l83o2Hjt .container {
    padding: 0 16px;
  }
}
.cid-u8l83o2Hjt .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u8l83o2Hjt .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u8l83o2Hjt .row {
    padding: 20px 16px;
  }
}
.cid-u8l83o2Hjt .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8l83o2Hjt .row .image-wrapper img {
    height: 300px;
  }
}
.cid-u8l83oXkIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l83oXkIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83oXkIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83oXkIy .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l83oXkIy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l83oXkIy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l83oXkIy .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l83oXkIy .mbr-text,
.cid-u8l83oXkIy .mbr-section-btn {
  color: #000000;
}
.cid-u8l83oXkIy .card-title,
.cid-u8l83oXkIy .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8n3xogLdL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8n3xogLdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8n3xogLdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8n3xogLdL .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8n3xogLdL .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8n3xogLdL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8n3xogLdL .container {
    padding: 0 20px;
  }
}
.cid-u8n3xogLdL .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8n3xogLdL .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8n3xogLdL .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8n3xogLdL .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8n3xogLdL .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8n3xogLdL .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #fff555;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8n3xogLdL .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8n3xogLdL .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8n3xogLdL .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8n3xogLdL .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8n3xogLdL .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8n3xogLdL .mbr-desc {
  color: #000000;
}
.cid-u8n3xogLdL .panel-number {
  color: #000000;
}
.cid-u8n3xogLdL .panel-title-edit {
  color: #000000;
}
.cid-u8n3xogLdL .panel-text {
  color: #9a9a9a;
}
.cid-u8l83qs8P1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffcc00;
}
.cid-u8l83qs8P1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83qs8P1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83qs8P1 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u8l83qs8P1 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8l83qs8P1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8l83qs8P1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8l83qs8P1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8l83qs8P1 .mbr-section-title {
  color: #000000;
}
.cid-u8l83qXXow {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8l83qXXow .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l83qXXow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l83qXXow .container {
  max-width: 1600px;
}
.cid-u8l83qXXow .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l83qXXow .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-u8l83qXXow .border-container {
    padding: 30px 0;
  }
}
.cid-u8l83qXXow .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-u8l83qXXow .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-u8l83qXXow .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-u8l83qXXow .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-u8l83qXXow .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #000000;
  border-color: #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l83qXXow .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-u8l83qXXow .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-u8l83qXXow .border-frame {
    width: 7%;
  }
}
.cid-u8l83qXXow .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u8l83qXXow .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-u8l83qXXow .footer-item-container:not(:first-child) {
  border-left: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l83qXXow .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-u8l83qXXow .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffcc00;
  }
}
@media (max-width: 575px) {
  .cid-u8l83qXXow .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-u8l83qXXow .footer-item {
  height: 100%;
}
.cid-u8l83qXXow .mbr-section-subtitle {
  color: #ff9966;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u8l83qXXow .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-u8l83qXXow .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-u8l83qXXow .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u8l83qXXow .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8l83qXXow .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-u8l83qXXow .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-u8l83qXXow .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-u8l83qXXow .list li:hover {
  color: #e43f3f !important;
}
.cid-u8l83qXXow .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l83qXXow .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l83qXXow .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l83qXXow .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l83qXXow .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-u8l83qXXow .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-u8l83qXXow .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-u8l83qXXow .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-u8l83qXXow .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-u8l83qXXow .soc-item:hover .mbr-iconfont {
  color: #e43f3f !important;
}
.cid-u8l83qXXow .soc-item:hover .social-text {
  color: #e43f3f !important;
}
.cid-u8l83qXXow .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-u8l83qXXow .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-u8l83qXXow .copyright-container {
    margin-top: 30px;
  }
}
.cid-u8l83qXXow .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u8l83qXXow .copyright-text {
    text-align: center !important;
  }
}
.cid-u8l83qXXow .mbr-text,
.cid-u8l83qXXow .mbr-section-btn {
  color: #000000;
}
.cid-u8l83ZalpJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8l83ZalpJ nav.navbar {
  position: fixed;
}
.cid-u8l83ZalpJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l83ZalpJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8l83ZalpJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8l83ZalpJ .dropdown-item:hover,
.cid-u8l83ZalpJ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u8l83ZalpJ .dropdown-item:hover span {
  color: white;
}
.cid-u8l83ZalpJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8l83ZalpJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8l83ZalpJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8l83ZalpJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8l83ZalpJ .nav-link {
  position: relative;
}
.cid-u8l83ZalpJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8l83ZalpJ .container {
    flex-wrap: nowrap;
  }
}
.cid-u8l83ZalpJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8l83ZalpJ .dropdown-menu,
.cid-u8l83ZalpJ .navbar.opened {
  background: #ecede8 !important;
}
.cid-u8l83ZalpJ .nav-item:focus,
.cid-u8l83ZalpJ .nav-link:focus {
  outline: none;
}
.cid-u8l83ZalpJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8l83ZalpJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8l83ZalpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8l83ZalpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l83ZalpJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8l83ZalpJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8l83ZalpJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-u8l83ZalpJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u8l83ZalpJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8l83ZalpJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u8l83ZalpJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8l83ZalpJ .navbar.collapsed {
  justify-content: center;
}
.cid-u8l83ZalpJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8l83ZalpJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8l83ZalpJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8l83ZalpJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8l83ZalpJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8l83ZalpJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8l83ZalpJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8l83ZalpJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8l83ZalpJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8l83ZalpJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8l83ZalpJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8l83ZalpJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8l83ZalpJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8l83ZalpJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8l83ZalpJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8l83ZalpJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8l83ZalpJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8l83ZalpJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8l83ZalpJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8l83ZalpJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8l83ZalpJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8l83ZalpJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8l83ZalpJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8l83ZalpJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8l83ZalpJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8l83ZalpJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8l83ZalpJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8l83ZalpJ .dropdown-item.active,
.cid-u8l83ZalpJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u8l83ZalpJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8l83ZalpJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8l83ZalpJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8l83ZalpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-u8l83ZalpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8l83ZalpJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8l83ZalpJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8l83ZalpJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8l83ZalpJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8l83ZalpJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-u8l83ZalpJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8l83ZalpJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l83ZalpJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l83ZalpJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8l83ZalpJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l83ZalpJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8l83ZalpJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8l83ZalpJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l83ZalpJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8l83ZalpJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8l83ZalpJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8l83ZalpJ .navbar {
    height: 70px;
  }
  .cid-u8l83ZalpJ .navbar.opened {
    height: auto;
  }
  .cid-u8l83ZalpJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8l840qbWA {
  background-color: #0b0b0b;
}
.cid-u8l840qbWA .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u8l840qbWA .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-u8l840qbWA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8l840qbWA .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u8l840qbWA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8l840qbWA .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-u8l840qbWA .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-u8l840qbWA .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-u8l840qbWA .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-u8l840qbWA .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-u8l840qbWA .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-u8l840qbWA .list {
  list-style: none;
  padding-left: 0;
}
.cid-u8l840qbWA .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-u8l840qbWA .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-u8l840qbWA .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8l840qbWA .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-u8l840qbWA .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u8l840qbWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l840qbWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l840N1kF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l840N1kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l840N1kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l840N1kF .row {
  margin: 0;
}
.cid-u8l840N1kF .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-u8l840N1kF .content-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u8l840N1kF .content-wrapper {
    margin: 0px;
  }
}
.cid-u8l840N1kF .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-u8l840N1kF .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-u8l840N1kF .content-wrapper .list-wrapper .mbr-item {
  padding: 50px 0px 53px 30px;
  border-top: 2px solid #000000;
  margin: 0;
}
.cid-u8l840N1kF .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-u8l840N1kF .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-u8l840N1kF .mbr-section-title {
  color: #000000;
}
.cid-u8l840N1kF .mbr-item {
  color: #000000;
}
.cid-u8l841cbYs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u8l841cbYs .mbr-section-title,
  .cid-u8l841cbYs .mbr-section-subtitle,
  .cid-u8l841cbYs .mbr-section-btn,
  .cid-u8l841cbYs .mbr-text {
    text-align: center;
  }
}
.cid-u8l841cbYs .mbr-section-title {
  color: #082c4e;
}
.cid-u8l841cbYs .mbr-text,
.cid-u8l841cbYs .mbr-section-btn {
  color: #ffffff;
}
.cid-u8l841cbYs .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8l841cbYs .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-u8l841cbYs .subtitle {
    text-align: center;
  }
}
.cid-u8l841cbYs .mbr-section-subtitle {
  color: #082c4e;
}
.cid-u8l841cbYs span {
  padding-right: 1rem;
}
.cid-u8l841cbYs .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-u8l841cbYs .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #e43f3f;
}
@media (max-width: 767px) {
  .cid-u8l841cbYs .dot {
    padding-left: 0rem;
  }
  .cid-u8l841cbYs .dot:before {
    content: none;
  }
}
.cid-u8l841cbYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l841cbYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l841COHU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcc00;
}
.cid-u8l841COHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l841COHU .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8l841COHU .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-u8l841COHU .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-u8l841COHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l841COHU img {
  border-radius: 3rem;
}
.cid-u8l841COHU .row {
  flex-direction: row-reverse;
}
.cid-u8l841COHU .mbr-text,
.cid-u8l841COHU .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u8l842agP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l842agP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l842agP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l842agP0 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l842agP0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l842agP0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l842agP0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l842agP0 .mbr-text,
.cid-u8l842agP0 .mbr-section-btn {
  color: #000000;
}
.cid-u8l842agP0 .card-title,
.cid-u8l842agP0 .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8l842ErzJ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8l842ErzJ .row {
  justify-content: center;
}
.cid-u8l842ErzJ .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8l842ErzJ .mbr-section-title {
  color: #44af69;
}
.cid-u8l842ErzJ .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-u8l842ErzJ .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8l842ErzJ .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8l842ErzJ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8l842ErzJ .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8l842ErzJ .card:nth-child(1) .card-box {
  background-color: #000000;
}
.cid-u8l842ErzJ .card:nth-child(2) .card-box {
  background-color: #000000;
}
.cid-u8l842ErzJ .card:nth-child(3) .card-box {
  background-color: #000000;
}
.cid-u8l842ErzJ .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-u8l842ErzJ .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-u8l842ErzJ .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-u8l842ErzJ .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-u8l842ErzJ .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8l842ErzJ .card-box {
    padding: 32px;
  }
}
.cid-u8l842ErzJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-u8l842ErzJ .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-u8l842ErzJ .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8l842ErzJ .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l842ErzJ .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l842ErzJ .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l842ErzJ .card-title-4 {
  color: #F9C9C8;
}
.cid-u8l842ErzJ .card-title-5 {
  color: #FDC99C;
}
.cid-u8l842ErzJ .card-title-6 {
  color: #FFEDB4;
}
.cid-u8l842ErzJ .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-u8l842ErzJ .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u8l843C5Wu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l843C5Wu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l843C5Wu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l843C5Wu .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l843C5Wu .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l843C5Wu .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l843C5Wu .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l843C5Wu .mbr-text,
.cid-u8l843C5Wu .mbr-section-btn {
  color: #000000;
}
.cid-u8l843C5Wu .card-title,
.cid-u8l843C5Wu .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8l8443mUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8l8443mUT .container {
    padding: 0 25px;
  }
}
.cid-u8l8443mUT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8l8443mUT .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u8l8443mUT .panel-group {
  border-bottom: 2px solid #ffcc00;
}
.cid-u8l8443mUT .panel-group .card {
  border-top: 2px solid #ffcc00;
  border-radius: 0 !important;
  padding: 0;
}
.cid-u8l8443mUT .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-u8l8443mUT .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8l8443mUT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8l8443mUT .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8l8443mUT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8l8443mUT .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffcc00;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8l8443mUT .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-u8l8443mUT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8l8443mUT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8l8443mUT .panel-title-edit {
  color: #000000;
}
.cid-u8l8443mUT .panel-text {
  color: #000000;
}
.cid-u8l844Jd0D {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-u8l844Jd0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l844Jd0D .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8l844Jd0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l844Jd0D h1 {
  max-width: 800px;
}
.cid-u8l844Jd0D p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8l844Jd0D .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-u8l844Jd0D .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8l844Jd0D .btn div {
  overflow: hidden;
}
.cid-u8l844Jd0D .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8l844Jd0D {
    align-items: center;
  }
  .cid-u8l844Jd0D .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8l844Jd0D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8l844Jd0D {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8l844Jd0D .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8l844Jd0D .content-wrap {
    width: 100%;
  }
}
.cid-u8l844Jd0D .mbr-section-subtitle,
.cid-u8l844Jd0D .line {
  color: #291f1e;
}
.cid-u8l844Jd0D .mbr-text,
.cid-u8l844Jd0D .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-u8l844Jd0D .mbr-section-title {
  color: #fafafa;
}
.cid-u8l845ahM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l845ahM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l845ahM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8l845ahM3 .container {
    padding: 0 30px;
  }
}
.cid-u8l845ahM3 .row {
  justify-content: center;
}
.cid-u8l845ahM3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u8l845ahM3 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8l845ahM3 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u8l845ahM3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffcc00;
  text-shadow: none;
}
.cid-u8l845ahM3 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8l845ahM3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u8l845ahM3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8l845Ftiy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8l845Ftiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l845Ftiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l845Ftiy .mbr-section-title {
  color: #fafafa;
}
.cid-u8l845Ftiy .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u8l846eF0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8l846eF0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l846eF0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l846eF0B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8l846eF0B .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8l846eF0B .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8l846eF0B .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8l846eF0B .container {
    padding: 0 12px;
  }
}
.cid-u8l846eF0B .row {
  justify-content: center;
}
.cid-u8l846eF0B .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8l846eF0B .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8l846eF0B .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u8l846eF0B .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-u8l846eF0B .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-u8l846eF0B .items-wrapper {
    display: block;
  }
}
.cid-u8l846eF0B .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-u8l846eF0B .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u8l846eF0B .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-u8l846eF0B .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u8l846eF0B .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-u8l846eF0B .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-u8l846eF0B .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u8l846eF0B .mbr-section-title {
  color: #ffffff;
}
.cid-u8l846eF0B .item-title {
  color: #ffffff;
}
.cid-u8l846eF0B .item-text {
  color: #ffffff;
}
.cid-u8l846eF0B .mbr-section-title,
.cid-u8l846eF0B .title-wrapper {
  color: #000000;
}
.cid-u8l846XobR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d22;
}
.cid-u8l846XobR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l846XobR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l846XobR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8l846XobR .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8l846XobR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8l846XobR .container {
    padding: 0 16px;
  }
}
.cid-u8l846XobR .row {
  justify-content: center;
}
.cid-u8l846XobR .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8l846XobR .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8l846XobR .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u8l846XobR .mbr-section-title {
  color: #f0f0f0;
}
.cid-u8l846XobR .mbr-text {
  color: #f0f0f0;
}
.cid-u8l847prRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l847prRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l847prRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8l847prRk .container {
    padding: 0 16px;
  }
}
.cid-u8l847prRk .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u8l847prRk .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u8l847prRk .row {
    padding: 20px 16px;
  }
}
.cid-u8l847prRk .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8l847prRk .row .image-wrapper img {
    height: 300px;
  }
}
.cid-u8l847VFwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l847VFwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l847VFwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l847VFwH .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l847VFwH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l847VFwH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l847VFwH .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l847VFwH .mbr-text,
.cid-u8l847VFwH .mbr-section-btn {
  color: #000000;
}
.cid-u8l847VFwH .card-title,
.cid-u8l847VFwH .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8negU7bhQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8negU7bhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8negU7bhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8negU7bhQ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8negU7bhQ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8negU7bhQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8negU7bhQ .container {
    padding: 0 20px;
  }
}
.cid-u8negU7bhQ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8negU7bhQ .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8negU7bhQ .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8negU7bhQ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8negU7bhQ .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8negU7bhQ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #fff555;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8negU7bhQ .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8negU7bhQ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8negU7bhQ .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8negU7bhQ .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8negU7bhQ .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8negU7bhQ .mbr-desc {
  color: #000000;
}
.cid-u8negU7bhQ .panel-number {
  color: #000000;
}
.cid-u8negU7bhQ .panel-title-edit {
  color: #000000;
}
.cid-u8negU7bhQ .panel-text {
  color: #9a9a9a;
}
.cid-u8l848Jr8y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffcc00;
}
.cid-u8l848Jr8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l848Jr8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l848Jr8y .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u8l848Jr8y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8l848Jr8y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8l848Jr8y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8l848Jr8y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8l848Jr8y .mbr-section-title {
  color: #000000;
}
.cid-u8l849eaqz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8l849eaqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l849eaqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l849eaqz .container {
  max-width: 1600px;
}
.cid-u8l849eaqz .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l849eaqz .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-u8l849eaqz .border-container {
    padding: 30px 0;
  }
}
.cid-u8l849eaqz .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-u8l849eaqz .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-u8l849eaqz .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-u8l849eaqz .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-u8l849eaqz .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #000000;
  border-color: #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l849eaqz .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-u8l849eaqz .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-u8l849eaqz .border-frame {
    width: 7%;
  }
}
.cid-u8l849eaqz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u8l849eaqz .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-u8l849eaqz .footer-item-container:not(:first-child) {
  border-left: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l849eaqz .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-u8l849eaqz .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffcc00;
  }
}
@media (max-width: 575px) {
  .cid-u8l849eaqz .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-u8l849eaqz .footer-item {
  height: 100%;
}
.cid-u8l849eaqz .mbr-section-subtitle {
  color: #ff9966;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u8l849eaqz .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-u8l849eaqz .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-u8l849eaqz .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u8l849eaqz .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8l849eaqz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-u8l849eaqz .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-u8l849eaqz .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-u8l849eaqz .list li:hover {
  color: #e43f3f !important;
}
.cid-u8l849eaqz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l849eaqz .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l849eaqz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l849eaqz .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l849eaqz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-u8l849eaqz .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-u8l849eaqz .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-u8l849eaqz .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-u8l849eaqz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-u8l849eaqz .soc-item:hover .mbr-iconfont {
  color: #e43f3f !important;
}
.cid-u8l849eaqz .soc-item:hover .social-text {
  color: #e43f3f !important;
}
.cid-u8l849eaqz .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-u8l849eaqz .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-u8l849eaqz .copyright-container {
    margin-top: 30px;
  }
}
.cid-u8l849eaqz .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u8l849eaqz .copyright-text {
    text-align: center !important;
  }
}
.cid-u8l849eaqz .mbr-text,
.cid-u8l849eaqz .mbr-section-btn {
  color: #000000;
}
.cid-u8l85eOBeN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8l85eOBeN nav.navbar {
  position: fixed;
}
.cid-u8l85eOBeN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l85eOBeN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8l85eOBeN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8l85eOBeN .dropdown-item:hover,
.cid-u8l85eOBeN .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u8l85eOBeN .dropdown-item:hover span {
  color: white;
}
.cid-u8l85eOBeN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8l85eOBeN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8l85eOBeN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8l85eOBeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8l85eOBeN .nav-link {
  position: relative;
}
.cid-u8l85eOBeN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8l85eOBeN .container {
    flex-wrap: nowrap;
  }
}
.cid-u8l85eOBeN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8l85eOBeN .dropdown-menu,
.cid-u8l85eOBeN .navbar.opened {
  background: #ecede8 !important;
}
.cid-u8l85eOBeN .nav-item:focus,
.cid-u8l85eOBeN .nav-link:focus {
  outline: none;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l85eOBeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8l85eOBeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8l85eOBeN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-u8l85eOBeN .navbar.opened {
  transition: all 0.3s;
}
.cid-u8l85eOBeN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8l85eOBeN .navbar .navbar-logo img {
  width: auto;
}
.cid-u8l85eOBeN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8l85eOBeN .navbar.collapsed {
  justify-content: center;
}
.cid-u8l85eOBeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8l85eOBeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8l85eOBeN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8l85eOBeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8l85eOBeN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8l85eOBeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8l85eOBeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8l85eOBeN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8l85eOBeN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8l85eOBeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8l85eOBeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8l85eOBeN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8l85eOBeN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8l85eOBeN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8l85eOBeN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8l85eOBeN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8l85eOBeN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8l85eOBeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8l85eOBeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8l85eOBeN .dropdown-item.active,
.cid-u8l85eOBeN .dropdown-item:active {
  background-color: transparent;
}
.cid-u8l85eOBeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8l85eOBeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8l85eOBeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8l85eOBeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-u8l85eOBeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8l85eOBeN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8l85eOBeN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8l85eOBeN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8l85eOBeN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l85eOBeN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8l85eOBeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8l85eOBeN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8l85eOBeN .navbar {
    height: 70px;
  }
  .cid-u8l85eOBeN .navbar.opened {
    height: auto;
  }
  .cid-u8l85eOBeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8l85fqtLE {
  background-color: #0b0b0b;
}
.cid-u8l85fqtLE .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u8l85fqtLE .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-u8l85fqtLE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8l85fqtLE .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u8l85fqtLE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8l85fqtLE .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-u8l85fqtLE .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-u8l85fqtLE .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-u8l85fqtLE .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-u8l85fqtLE .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-u8l85fqtLE .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-u8l85fqtLE .list {
  list-style: none;
  padding-left: 0;
}
.cid-u8l85fqtLE .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-u8l85fqtLE .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-u8l85fqtLE .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8l85fqtLE .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-u8l85fqtLE .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u8l85fqtLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85fqtLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85fS5Zq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l85fS5Zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85fS5Zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85fS5Zq .row {
  margin: 0;
}
.cid-u8l85fS5Zq .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-u8l85fS5Zq .content-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u8l85fS5Zq .content-wrapper {
    margin: 0px;
  }
}
.cid-u8l85fS5Zq .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-u8l85fS5Zq .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-u8l85fS5Zq .content-wrapper .list-wrapper .mbr-item {
  padding: 50px 0px 53px 30px;
  border-top: 2px solid #000000;
  margin: 0;
}
.cid-u8l85fS5Zq .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-u8l85fS5Zq .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-u8l85fS5Zq .mbr-section-title {
  color: #000000;
}
.cid-u8l85fS5Zq .mbr-item {
  color: #000000;
}
.cid-u8l85gnhGI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u8l85gnhGI .mbr-section-title,
  .cid-u8l85gnhGI .mbr-section-subtitle,
  .cid-u8l85gnhGI .mbr-section-btn,
  .cid-u8l85gnhGI .mbr-text {
    text-align: center;
  }
}
.cid-u8l85gnhGI .mbr-section-title {
  color: #082c4e;
}
.cid-u8l85gnhGI .mbr-text,
.cid-u8l85gnhGI .mbr-section-btn {
  color: #ffffff;
}
.cid-u8l85gnhGI .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8l85gnhGI .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-u8l85gnhGI .subtitle {
    text-align: center;
  }
}
.cid-u8l85gnhGI .mbr-section-subtitle {
  color: #082c4e;
}
.cid-u8l85gnhGI span {
  padding-right: 1rem;
}
.cid-u8l85gnhGI .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-u8l85gnhGI .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #e43f3f;
}
@media (max-width: 767px) {
  .cid-u8l85gnhGI .dot {
    padding-left: 0rem;
  }
  .cid-u8l85gnhGI .dot:before {
    content: none;
  }
}
.cid-u8l85gnhGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85gnhGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85gUBgs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcc00;
}
.cid-u8l85gUBgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85gUBgs .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8l85gUBgs .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-u8l85gUBgs .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-u8l85gUBgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85gUBgs img {
  border-radius: 3rem;
}
.cid-u8l85gUBgs .row {
  flex-direction: row-reverse;
}
.cid-u8l85gUBgs .mbr-text,
.cid-u8l85gUBgs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u8l85hruFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l85hruFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85hruFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85hruFe .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l85hruFe .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l85hruFe .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l85hruFe .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l85hruFe .mbr-text,
.cid-u8l85hruFe .mbr-section-btn {
  color: #000000;
}
.cid-u8l85hruFe .card-title,
.cid-u8l85hruFe .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8l85hTSpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8l85hTSpr .row {
  justify-content: center;
}
.cid-u8l85hTSpr .col-title {
  margin-bottom: 2.5rem;
}
.cid-u8l85hTSpr .mbr-section-title {
  color: #44af69;
}
.cid-u8l85hTSpr .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-u8l85hTSpr .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u8l85hTSpr .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u8l85hTSpr .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8l85hTSpr .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u8l85hTSpr .card:nth-child(1) .card-box {
  background-color: #000000;
}
.cid-u8l85hTSpr .card:nth-child(2) .card-box {
  background-color: #000000;
}
.cid-u8l85hTSpr .card:nth-child(3) .card-box {
  background-color: #000000;
}
.cid-u8l85hTSpr .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-u8l85hTSpr .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-u8l85hTSpr .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-u8l85hTSpr .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-u8l85hTSpr .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8l85hTSpr .card-box {
    padding: 32px;
  }
}
.cid-u8l85hTSpr .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-u8l85hTSpr .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-u8l85hTSpr .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8l85hTSpr .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l85hTSpr .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l85hTSpr .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-u8l85hTSpr .card-title-4 {
  color: #F9C9C8;
}
.cid-u8l85hTSpr .card-title-5 {
  color: #FDC99C;
}
.cid-u8l85hTSpr .card-title-6 {
  color: #FFEDB4;
}
.cid-u8l85hTSpr .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-u8l85hTSpr .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u8l85iOwTs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l85iOwTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85iOwTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85iOwTs .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l85iOwTs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l85iOwTs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l85iOwTs .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l85iOwTs .mbr-text,
.cid-u8l85iOwTs .mbr-section-btn {
  color: #000000;
}
.cid-u8l85iOwTs .card-title,
.cid-u8l85iOwTs .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8l85jobRU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8l85jobRU .container {
    padding: 0 25px;
  }
}
.cid-u8l85jobRU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8l85jobRU .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u8l85jobRU .panel-group {
  border-bottom: 2px solid #ffcc00;
}
.cid-u8l85jobRU .panel-group .card {
  border-top: 2px solid #ffcc00;
  border-radius: 0 !important;
  padding: 0;
}
.cid-u8l85jobRU .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-u8l85jobRU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8l85jobRU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8l85jobRU .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffcc00;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-u8l85jobRU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8l85jobRU .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffcc00;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8l85jobRU .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-u8l85jobRU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8l85jobRU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8l85jobRU .panel-title-edit {
  color: #000000;
}
.cid-u8l85jobRU .panel-text {
  color: #000000;
}
.cid-u8l85k2nBh {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u8l85k2nBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85k2nBh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8l85k2nBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85k2nBh h1 {
  max-width: 800px;
}
.cid-u8l85k2nBh p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8l85k2nBh .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-u8l85k2nBh .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8l85k2nBh .btn div {
  overflow: hidden;
}
.cid-u8l85k2nBh .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8l85k2nBh {
    align-items: center;
  }
  .cid-u8l85k2nBh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8l85k2nBh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8l85k2nBh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8l85k2nBh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8l85k2nBh .content-wrap {
    width: 100%;
  }
}
.cid-u8l85k2nBh .mbr-section-subtitle,
.cid-u8l85k2nBh .line {
  color: #291f1e;
}
.cid-u8l85k2nBh .mbr-text,
.cid-u8l85k2nBh .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-u8l85k2nBh .mbr-section-title {
  color: #fafafa;
}
.cid-u8o68lcFPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8o68lcFPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8o68lcFPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8o68lcFPC .container {
    padding: 0 30px;
  }
}
.cid-u8o68lcFPC .row {
  justify-content: center;
}
.cid-u8o68lcFPC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u8o68lcFPC .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8o68lcFPC .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u8o68lcFPC .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffcc00;
  text-shadow: none;
}
.cid-u8o68lcFPC .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8o68lcFPC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u8o68lcFPC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8l85l2sOH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u8l85l2sOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85l2sOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85l2sOH .mbr-section-title {
  color: #fafafa;
}
.cid-u8l85l2sOH .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u8l85lApHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc00;
}
.cid-u8l85lApHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85lApHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85lApHg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8l85lApHg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8l85lApHg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8l85lApHg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8l85lApHg .container {
    padding: 0 12px;
  }
}
.cid-u8l85lApHg .row {
  justify-content: center;
}
.cid-u8l85lApHg .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8l85lApHg .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8l85lApHg .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u8l85lApHg .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-u8l85lApHg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-u8l85lApHg .items-wrapper {
    display: block;
  }
}
.cid-u8l85lApHg .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-u8l85lApHg .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u8l85lApHg .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-u8l85lApHg .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u8l85lApHg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-u8l85lApHg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-u8l85lApHg .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u8l85lApHg .mbr-section-title {
  color: #ffffff;
}
.cid-u8l85lApHg .item-title {
  color: #ffffff;
}
.cid-u8l85lApHg .item-text {
  color: #ffffff;
}
.cid-u8l85lApHg .mbr-section-title,
.cid-u8l85lApHg .title-wrapper {
  color: #000000;
}
.cid-u8l85mnij6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d22;
}
.cid-u8l85mnij6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85mnij6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85mnij6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8l85mnij6 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8l85mnij6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8l85mnij6 .container {
    padding: 0 16px;
  }
}
.cid-u8l85mnij6 .row {
  justify-content: center;
}
.cid-u8l85mnij6 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8l85mnij6 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8l85mnij6 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u8l85mnij6 .mbr-section-title {
  color: #f0f0f0;
}
.cid-u8l85mnij6 .mbr-text {
  color: #f0f0f0;
}
.cid-u8l85mTXwG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8l85mTXwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85mTXwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8l85mTXwG .container {
    padding: 0 16px;
  }
}
.cid-u8l85mTXwG .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u8l85mTXwG .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u8l85mTXwG .row {
    padding: 20px 16px;
  }
}
.cid-u8l85mTXwG .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8l85mTXwG .row .image-wrapper img {
    height: 300px;
  }
}
.cid-u8l85npHGa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8l85npHGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85npHGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85npHGa .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8l85npHGa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8l85npHGa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8l85npHGa .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8l85npHGa .mbr-text,
.cid-u8l85npHGa .mbr-section-btn {
  color: #000000;
}
.cid-u8l85npHGa .card-title,
.cid-u8l85npHGa .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8nkU71zvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8nkU71zvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8nkU71zvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8nkU71zvX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8nkU71zvX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8nkU71zvX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8nkU71zvX .container {
    padding: 0 20px;
  }
}
.cid-u8nkU71zvX .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8nkU71zvX .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8nkU71zvX .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8nkU71zvX .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8nkU71zvX .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8nkU71zvX .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #fff555;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8nkU71zvX .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8nkU71zvX .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8nkU71zvX .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8nkU71zvX .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8nkU71zvX .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8nkU71zvX .mbr-desc {
  color: #000000;
}
.cid-u8nkU71zvX .panel-number {
  color: #000000;
}
.cid-u8nkU71zvX .panel-title-edit {
  color: #000000;
}
.cid-u8nkU71zvX .panel-text {
  color: #9a9a9a;
}
.cid-u8l85onQkj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffcc00;
}
.cid-u8l85onQkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85onQkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85onQkj .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u8l85onQkj .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8l85onQkj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8l85onQkj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8l85onQkj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8l85onQkj .mbr-section-title {
  color: #000000;
}
.cid-u8l85p8ovt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8l85p8ovt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85p8ovt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85p8ovt .container {
  max-width: 1600px;
}
.cid-u8l85p8ovt .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .border-container {
    padding: 30px 0;
  }
}
.cid-u8l85p8ovt .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-u8l85p8ovt .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-u8l85p8ovt .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-u8l85p8ovt .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-u8l85p8ovt .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #000000;
  border-color: #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-u8l85p8ovt .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .border-frame {
    width: 7%;
  }
}
.cid-u8l85p8ovt .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u8l85p8ovt .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-u8l85p8ovt .footer-item-container:not(:first-child) {
  border-left: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-u8l85p8ovt .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffcc00;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-u8l85p8ovt .footer-item {
  height: 100%;
}
.cid-u8l85p8ovt .mbr-section-subtitle {
  color: #ff9966;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-u8l85p8ovt .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u8l85p8ovt .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8l85p8ovt .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-u8l85p8ovt .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-u8l85p8ovt .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-u8l85p8ovt .list li:hover {
  color: #e43f3f !important;
}
.cid-u8l85p8ovt .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-u8l85p8ovt .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-u8l85p8ovt .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-u8l85p8ovt .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-u8l85p8ovt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-u8l85p8ovt .soc-item:hover .mbr-iconfont {
  color: #e43f3f !important;
}
.cid-u8l85p8ovt .soc-item:hover .social-text {
  color: #e43f3f !important;
}
.cid-u8l85p8ovt .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .copyright-container {
    margin-top: 30px;
  }
}
.cid-u8l85p8ovt .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u8l85p8ovt .copyright-text {
    text-align: center !important;
  }
}
.cid-u8l85p8ovt .mbr-text,
.cid-u8l85p8ovt .mbr-section-btn {
  color: #000000;
}
.cid-u8l85eOBeN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8l85eOBeN nav.navbar {
  position: fixed;
}
.cid-u8l85eOBeN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l85eOBeN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8l85eOBeN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8l85eOBeN .dropdown-item:hover,
.cid-u8l85eOBeN .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u8l85eOBeN .dropdown-item:hover span {
  color: white;
}
.cid-u8l85eOBeN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8l85eOBeN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8l85eOBeN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8l85eOBeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8l85eOBeN .nav-link {
  position: relative;
}
.cid-u8l85eOBeN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8l85eOBeN .container {
    flex-wrap: nowrap;
  }
}
.cid-u8l85eOBeN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8l85eOBeN .dropdown-menu,
.cid-u8l85eOBeN .navbar.opened {
  background: #ecede8 !important;
}
.cid-u8l85eOBeN .nav-item:focus,
.cid-u8l85eOBeN .nav-link:focus {
  outline: none;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8l85eOBeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8l85eOBeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8l85eOBeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8l85eOBeN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-u8l85eOBeN .navbar.opened {
  transition: all 0.3s;
}
.cid-u8l85eOBeN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8l85eOBeN .navbar .navbar-logo img {
  width: auto;
}
.cid-u8l85eOBeN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8l85eOBeN .navbar.collapsed {
  justify-content: center;
}
.cid-u8l85eOBeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8l85eOBeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8l85eOBeN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8l85eOBeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8l85eOBeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8l85eOBeN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8l85eOBeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8l85eOBeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8l85eOBeN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8l85eOBeN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8l85eOBeN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8l85eOBeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8l85eOBeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8l85eOBeN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8l85eOBeN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8l85eOBeN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8l85eOBeN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8l85eOBeN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8l85eOBeN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8l85eOBeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8l85eOBeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8l85eOBeN .dropdown-item.active,
.cid-u8l85eOBeN .dropdown-item:active {
  background-color: transparent;
}
.cid-u8l85eOBeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8l85eOBeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8l85eOBeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8l85eOBeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-u8l85eOBeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8l85eOBeN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8l85eOBeN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8l85eOBeN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8l85eOBeN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8l85eOBeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8l85eOBeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8l85eOBeN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8l85eOBeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8l85eOBeN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8l85eOBeN .navbar {
    height: 70px;
  }
  .cid-u8l85eOBeN .navbar.opened {
    height: auto;
  }
  .cid-u8l85eOBeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8nmXjEPUl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8nmXjEPUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8nmXjEPUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8nmXjEPUl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8nmXjEPUl .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u8nmXjEPUl .mbr-section-title {
  color: #fafafa;
}
.cid-u8nmXjEPUl .mbr-text,
.cid-u8nmXjEPUl .mbr-section-btn {
  color: #ffffff;
}
.cid-u8nnaD9N47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8nnaD9N47 .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8nnaD9N47 .mbr-text {
  color: #000000;
}
.cid-u8nnzkjNP7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u8nnzkjNP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8nnzkjNP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8nnzkjNP7 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u8nnzkjNP7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8nnzkjNP7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8nnzkjNP7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8nnzkjNP7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8nnzkjNP7 .mbr-section-title {
  color: #fafafa;
}
.cid-u8l85p8ovt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8l85p8ovt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8l85p8ovt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8l85p8ovt .container {
  max-width: 1600px;
}
.cid-u8l85p8ovt .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .border-container {
    padding: 30px 0;
  }
}
.cid-u8l85p8ovt .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-u8l85p8ovt .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-u8l85p8ovt .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-u8l85p8ovt .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-u8l85p8ovt .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #000000;
  border-color: #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-u8l85p8ovt .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .border-frame {
    width: 7%;
  }
}
.cid-u8l85p8ovt .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u8l85p8ovt .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-u8l85p8ovt .footer-item-container:not(:first-child) {
  border-left: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-u8l85p8ovt .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffcc00;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-u8l85p8ovt .footer-item {
  height: 100%;
}
.cid-u8l85p8ovt .mbr-section-subtitle {
  color: #ff9966;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-u8l85p8ovt .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u8l85p8ovt .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8l85p8ovt .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-u8l85p8ovt .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-u8l85p8ovt .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-u8l85p8ovt .list li:hover {
  color: #e43f3f !important;
}
.cid-u8l85p8ovt .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8l85p8ovt .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-u8l85p8ovt .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-u8l85p8ovt .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-u8l85p8ovt .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-u8l85p8ovt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-u8l85p8ovt .soc-item:hover .mbr-iconfont {
  color: #e43f3f !important;
}
.cid-u8l85p8ovt .soc-item:hover .social-text {
  color: #e43f3f !important;
}
.cid-u8l85p8ovt .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-u8l85p8ovt .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-u8l85p8ovt .copyright-container {
    margin-top: 30px;
  }
}
.cid-u8l85p8ovt .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u8l85p8ovt .copyright-text {
    text-align: center !important;
  }
}
.cid-u8l85p8ovt .mbr-text,
.cid-u8l85p8ovt .mbr-section-btn {
  color: #000000;
}
.cid-u8nnFYRVMO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8nnFYRVMO nav.navbar {
  position: fixed;
}
.cid-u8nnFYRVMO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8nnFYRVMO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8nnFYRVMO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8nnFYRVMO .dropdown-item:hover,
.cid-u8nnFYRVMO .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u8nnFYRVMO .dropdown-item:hover span {
  color: white;
}
.cid-u8nnFYRVMO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8nnFYRVMO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8nnFYRVMO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8nnFYRVMO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8nnFYRVMO .nav-link {
  position: relative;
}
.cid-u8nnFYRVMO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8nnFYRVMO .container {
    flex-wrap: nowrap;
  }
}
.cid-u8nnFYRVMO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8nnFYRVMO .dropdown-menu,
.cid-u8nnFYRVMO .navbar.opened {
  background: #ecede8 !important;
}
.cid-u8nnFYRVMO .nav-item:focus,
.cid-u8nnFYRVMO .nav-link:focus {
  outline: none;
}
.cid-u8nnFYRVMO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8nnFYRVMO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8nnFYRVMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8nnFYRVMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8nnFYRVMO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8nnFYRVMO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8nnFYRVMO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-u8nnFYRVMO .navbar.opened {
  transition: all 0.3s;
}
.cid-u8nnFYRVMO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8nnFYRVMO .navbar .navbar-logo img {
  width: auto;
}
.cid-u8nnFYRVMO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8nnFYRVMO .navbar.collapsed {
  justify-content: center;
}
.cid-u8nnFYRVMO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8nnFYRVMO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8nnFYRVMO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8nnFYRVMO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8nnFYRVMO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8nnFYRVMO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8nnFYRVMO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8nnFYRVMO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8nnFYRVMO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8nnFYRVMO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8nnFYRVMO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8nnFYRVMO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8nnFYRVMO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8nnFYRVMO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8nnFYRVMO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8nnFYRVMO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8nnFYRVMO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8nnFYRVMO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8nnFYRVMO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8nnFYRVMO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8nnFYRVMO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8nnFYRVMO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8nnFYRVMO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8nnFYRVMO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8nnFYRVMO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8nnFYRVMO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8nnFYRVMO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8nnFYRVMO .dropdown-item.active,
.cid-u8nnFYRVMO .dropdown-item:active {
  background-color: transparent;
}
.cid-u8nnFYRVMO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8nnFYRVMO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8nnFYRVMO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8nnFYRVMO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-u8nnFYRVMO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8nnFYRVMO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8nnFYRVMO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8nnFYRVMO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8nnFYRVMO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8nnFYRVMO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-u8nnFYRVMO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8nnFYRVMO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8nnFYRVMO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8nnFYRVMO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8nnFYRVMO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8nnFYRVMO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8nnFYRVMO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8nnFYRVMO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8nnFYRVMO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8nnFYRVMO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8nnFYRVMO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8nnFYRVMO .navbar {
    height: 70px;
  }
  .cid-u8nnFYRVMO .navbar.opened {
    height: auto;
  }
  .cid-u8nnFYRVMO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8nnFZDiBu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8nnFZDiBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8nnFZDiBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8nnFZDiBu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8nnFZDiBu .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u8nnFZDiBu .mbr-section-title {
  color: #fafafa;
}
.cid-u8nnFZDiBu .mbr-text,
.cid-u8nnFZDiBu .mbr-section-btn {
  color: #ffffff;
}
.cid-u8nnG0z7Yi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-u8nnG0z7Yi .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8nnG0z7Yi .mbr-text {
  color: #000000;
}
.cid-u8nnG0Q8Lz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u8nnG0Q8Lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8nnG0Q8Lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8nnG0Q8Lz .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u8nnG0Q8Lz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8nnG0Q8Lz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8nnG0Q8Lz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8nnG0Q8Lz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8nnG0Q8Lz .mbr-section-title {
  color: #fafafa;
}
.cid-u8nnG19nFC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8nnG19nFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8nnG19nFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8nnG19nFC .container {
  max-width: 1600px;
}
.cid-u8nnG19nFC .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8nnG19nFC .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-u8nnG19nFC .border-container {
    padding: 30px 0;
  }
}
.cid-u8nnG19nFC .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-u8nnG19nFC .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-u8nnG19nFC .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-u8nnG19nFC .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-u8nnG19nFC .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #000000;
  border-color: #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8nnG19nFC .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-u8nnG19nFC .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-u8nnG19nFC .border-frame {
    width: 7%;
  }
}
.cid-u8nnG19nFC .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u8nnG19nFC .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-u8nnG19nFC .footer-item-container:not(:first-child) {
  border-left: 1px solid #ffcc00;
}
@media (max-width: 991px) {
  .cid-u8nnG19nFC .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-u8nnG19nFC .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffcc00;
  }
}
@media (max-width: 575px) {
  .cid-u8nnG19nFC .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-u8nnG19nFC .footer-item {
  height: 100%;
}
.cid-u8nnG19nFC .mbr-section-subtitle {
  color: #ff9966;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u8nnG19nFC .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-u8nnG19nFC .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-u8nnG19nFC .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u8nnG19nFC .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8nnG19nFC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-u8nnG19nFC .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-u8nnG19nFC .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-u8nnG19nFC .list li:hover {
  color: #e43f3f !important;
}
.cid-u8nnG19nFC .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8nnG19nFC .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8nnG19nFC .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8nnG19nFC .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u8nnG19nFC .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-u8nnG19nFC .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-u8nnG19nFC .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-u8nnG19nFC .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-u8nnG19nFC .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-u8nnG19nFC .soc-item:hover .mbr-iconfont {
  color: #e43f3f !important;
}
.cid-u8nnG19nFC .soc-item:hover .social-text {
  color: #e43f3f !important;
}
.cid-u8nnG19nFC .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-u8nnG19nFC .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-u8nnG19nFC .copyright-container {
    margin-top: 30px;
  }
}
.cid-u8nnG19nFC .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u8nnG19nFC .copyright-text {
    text-align: center !important;
  }
}
.cid-u8nnG19nFC .mbr-text,
.cid-u8nnG19nFC .mbr-section-btn {
  color: #000000;
}
