.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #386bb7 !important;
}
.bg-success {
  background-color: #8235b9 !important;
}
.bg-info {
  background-color: #31cd4c !important;
}
.bg-warning {
  background-color: #f15144 !important;
}
.bg-danger {
  background-color: #9f130f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #386bb7 !important;
  border-color: #386bb7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5785cb !important;
  border-color: #5785cb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5785cb !important;
  border-color: #5785cb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
}
.btn-success,
.btn-success:active {
  background-color: #8235b9 !important;
  border-color: #8235b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f15144 !important;
  border-color: #f15144 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f130f !important;
  border-color: #9f130f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #386bb7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #244475 !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: #386bb7 !important;
  border-color: #386bb7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e24c4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b81f1d !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: #e24c4a !important;
  border-color: #e24c4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31cd4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #208732 !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: #31cd4c !important;
  border-color: #31cd4c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8235b9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #532276 !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: #8235b9 !important;
  border-color: #8235b9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f15144;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cf1e0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f15144 !important;
  border-color: #f15144 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f130f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #500a08 !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: #9f130f !important;
  border-color: #9f130f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #121212;
}
.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: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #386bb7 !important;
}
.text-secondary {
  color: #e24c4a !important;
}
.text-success {
  color: #8235b9 !important;
}
.text-info {
  color: #31cd4c !important;
}
.text-warning {
  color: #f15144 !important;
}
.text-danger {
  color: #9f130f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #203d69 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab1d1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a1e6a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d7b2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c11c0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420806 !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: #386bb7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #31cd4c;
}
.alert-warning {
  background-color: #f15144;
}
.alert-danger {
  background-color: #9f130f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #386bb7;
  border-color: #386bb7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #386bb7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #91b0dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bd8fdf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5f5db;
}
.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: #ed4540;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #386bb7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #386bb7;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #386bb7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #386bb7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #386bb7;
  border-bottom-color: #386bb7;
}
.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: #386bb7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e24c4a !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='%23386bb7' %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;
}
.mbr-section-btn .btn {
  padding: 17px 56px;
  font-weight: 400;
  border-radius: 3rem !important;
  position: relative;
  flex-direction: row-reverse;
  z-index: 0;
  transition: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 17px 20px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn span {
  line-height: 1.5;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn .btn-white-outline::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: inherit !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.embla,
.image-wrap,
.form-wrapper,
.mbr-copy,
.item-content {
  border-radius: 25px !important;
}
.item-wrapper::before,
.item-img::before {
  border-radius: 25px !important;
}
.cid-v8QIXPLMZv .navbar-dropdown {
  position: relative !important;
}
.cid-v8QIXPLMZv .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8QIXPLMZv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v8QIXPLMZv .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-v8QIXPLMZv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8QIXPLMZv .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v8QIXPLMZv .dropdown-item:hover,
.cid-v8QIXPLMZv .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v8QIXPLMZv .dropdown-item:hover span {
  color: white;
}
.cid-v8QIXPLMZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QIXPLMZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QIXPLMZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QIXPLMZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QIXPLMZv .nav-link {
  position: relative;
}
.cid-v8QIXPLMZv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v8QIXPLMZv .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QIXPLMZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QIXPLMZv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QIXPLMZv .dropdown-menu,
.cid-v8QIXPLMZv .navbar.opened {
  background: #121212 !important;
}
.cid-v8QIXPLMZv .nav-item:focus,
.cid-v8QIXPLMZv .nav-link:focus {
  outline: none;
}
.cid-v8QIXPLMZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QIXPLMZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8QIXPLMZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QIXPLMZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QIXPLMZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QIXPLMZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QIXPLMZv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QIXPLMZv .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QIXPLMZv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8QIXPLMZv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QIXPLMZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QIXPLMZv .navbar.collapsed {
  justify-content: center;
}
.cid-v8QIXPLMZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QIXPLMZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QIXPLMZv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QIXPLMZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QIXPLMZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QIXPLMZv .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-v8QIXPLMZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QIXPLMZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8QIXPLMZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QIXPLMZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QIXPLMZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QIXPLMZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QIXPLMZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QIXPLMZv .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-v8QIXPLMZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QIXPLMZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QIXPLMZv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v8QIXPLMZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QIXPLMZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QIXPLMZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QIXPLMZv .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QIXPLMZv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QIXPLMZv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8QIXPLMZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8QIXPLMZv .navbar-brand .navbar-caption:hover,
.cid-v8QIXPLMZv .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QIXPLMZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QIXPLMZv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QIXPLMZv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v8QIXPLMZv .dropdown-item.active,
.cid-v8QIXPLMZv .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QIXPLMZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QIXPLMZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QIXPLMZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QIXPLMZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8QIXPLMZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8QIXPLMZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QIXPLMZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QIXPLMZv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8QIXPLMZv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v8QIXPLMZv .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8QIXPLMZv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v8QIXPLMZv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8QIXPLMZv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QIXPLMZv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QIXPLMZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QIXPLMZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QIXPLMZv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QIXPLMZv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QIXPLMZv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QIXPLMZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QIXPLMZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QIXPLMZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QIXPLMZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QIXPLMZv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8QIXPLMZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QIXPLMZv .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-v8QIXPLMZv .navbar {
    height: 70px;
  }
  .cid-v8QIXPLMZv .navbar.opened {
    height: auto;
  }
  .cid-v8QIXPLMZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QIXPLMZv .navbar-nav {
  margin: 0 auto;
}
.cid-v8QIXPLMZv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QIXPLMZv .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v8QIXPLMZv .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QIXPLMZv .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v8QIXPLMZv .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v8QIXPLMZv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QIXPLMZv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QIXPLMZv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8QIXPLMZv .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QIXPLMZv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QIXPLMZv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QIXPLMZv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QIXPLMZv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8QIXPLMZv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8QIXPLMZv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8QIXPLMZv .content-wrap {
  min-height: 110px;
}
.cid-v8QIXPLMZv .mbr-section-btn .btn::after,
.cid-v8QIXPLMZv .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QIXPLMZv .mbr-section-btn .btn:hover,
.cid-v8QIXPLMZv .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QIXPLMZv .mbr-section-btn .btn:hover::after,
.cid-v8QIXPLMZv .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QIY4E8NP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QIY4E8NP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QIY4E8NP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QIY4E8NP .row {
  margin: 0 -20px;
}
.cid-v8QIY4E8NP .card {
  padding: 0 20px;
}
.cid-v8QIY4E8NP .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QIY4E8NP .image-wrapper {
    margin-top: 20px;
  }
}
.cid-v8QIY4E8NP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8QIY4E8NP .image-wrapper img {
    height: 350px;
  }
}
.cid-v8QIY4E8NP .mbr-section-btn .btn::after,
.cid-v8QIY4E8NP .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QIY4E8NP .mbr-section-btn .btn:hover,
.cid-v8QIY4E8NP .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QIY4E8NP .mbr-section-btn .btn:hover::after,
.cid-v8QIY4E8NP .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QIY4E8NP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #2c2c2c;
  padding: 80px;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-v8QIY4E8NP .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8QIY4E8NP .card-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-v8QIY4E8NP .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QIY4E8NP .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QIY4E8NP .card-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QIY4E8NP .card-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v8QIY4E8NP .mbr-section-title {
  color: #ffffff;
}
.cid-v8QIY4E8NP .mbr-text {
  color: #c7c7c7;
}
.cid-v8QIZeeBFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QIZeeBFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QIZeeBFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QIZeeBFf .row {
  margin: 0 -20px;
}
.cid-v8QIZeeBFf .card {
  padding: 0 20px;
}
.cid-v8QIZeeBFf .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8QIZeeBFf .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .image-wrapper img {
    height: 350px;
  }
}
.cid-v8QIZeeBFf .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8QIZeeBFf .mbr-section-btn .btn::after,
.cid-v8QIZeeBFf .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QIZeeBFf .mbr-section-btn .btn:hover,
.cid-v8QIZeeBFf .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QIZeeBFf .mbr-section-btn .btn:hover::after,
.cid-v8QIZeeBFf .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QIZeeBFf .card-wrapper {
  background-color: #2c2c2c;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .cid-v8QIZeeBFf .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .cid-v8QIZeeBFf .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .card-wrapper {
    padding: 20px;
  }
}
.cid-v8QIZeeBFf .card-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8QIZeeBFf .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8QIZeeBFf .card-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QIZeeBFf .card-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8QIZeeBFf .card-wrapper .text-wrap .mbr-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .card-wrapper .text-wrap .mbr-text {
    padding-left: 0;
  }
}
.cid-v8QIZeeBFf .card-wrapper .mbr-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-v8QIZeeBFf .card-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v8QIZeeBFf .mbr-section-title {
  color: #ffffff;
}
.cid-v8QIZeeBFf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8QIZeeBFf .mbr-tag {
  color: #adadad;
}
.cid-v8QIZeeBFf .mbr-text {
  color: #c7c7c7;
}
.cid-v8QIZQEqfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QIZQEqfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QIZQEqfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QIZQEqfs .card {
  justify-content: flex-end;
}
.cid-v8QIZQEqfs .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QIZQEqfs .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8QIZQEqfs .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QIZQEqfs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QIZQEqfs .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-v8QIZQEqfs .mbr-section-btn .btn::after,
.cid-v8QIZQEqfs .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QIZQEqfs .mbr-section-btn .btn:hover,
.cid-v8QIZQEqfs .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QIZQEqfs .mbr-section-btn .btn:hover::after,
.cid-v8QIZQEqfs .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QIZQEqfs .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QIZQEqfs .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8QIZQEqfs .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8QIZQEqfs .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-v8QIZQEqfs .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-v8QIZQEqfs .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-v8QIZQEqfs .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #121212;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v8QIZQEqfs .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-v8QIZQEqfs .mbr-section-title {
  color: #ffffff;
}
.cid-v8QIZQEqfs .mbr-tag {
  color: #adadad;
}
.cid-v8QIZQEqfs .item-date {
  color: #c7c7c7;
}
.cid-v8QIZQEqfs .item-title {
  color: #ffffff;
}
.cid-v8QIZQEqfs .item-text {
  color: #adadad;
}
.cid-v8QIZQEqfs .list {
  color: #adadad;
}
.cid-v8QIZQEqfs .main-btn {
  text-align: right;
}
.cid-v8QJ7VHIXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QJ7VHIXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJ7VHIXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJ7VHIXQ .row {
  justify-content: space-between;
}
.cid-v8QJ7VHIXQ .card {
  justify-content: center;
}
.cid-v8QJ7VHIXQ .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QJ7VHIXQ .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QJ7VHIXQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QJ7VHIXQ .mbr-section-btn .btn::after,
.cid-v8QJ7VHIXQ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QJ7VHIXQ .mbr-section-btn .btn:hover,
.cid-v8QJ7VHIXQ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QJ7VHIXQ .mbr-section-btn .btn:hover::after,
.cid-v8QJ7VHIXQ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QJ7VHIXQ .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v8QJ7VHIXQ .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v8QJ7VHIXQ .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8QJ7VHIXQ .image-wrapper img {
    height: 350px;
  }
}
.cid-v8QJ7VHIXQ .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-v8QJ7VHIXQ .text-wrapper {
    padding-left: 0;
  }
}
.cid-v8QJ7VHIXQ .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJ7VHIXQ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v8QJ7VHIXQ .mbr-section-title {
  color: #ffffff;
}
.cid-v8QJ7VHIXQ .mbr-tag {
  color: #ffffff;
}
.cid-v8QJ7VHIXQ .mbr-text {
  color: #c7c7c7;
}
.cid-v8QJapoFT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-v8QJapoFT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJapoFT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJapoFT0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8QJapoFT0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v8QJapoFT0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v8QJapoFT0 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v8QJapoFT0 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8QJapoFT0 .item {
    margin-bottom: 16px;
  }
}
.cid-v8QJapoFT0 .item .item-wrapper {
  padding: 32px;
  background-color: #2c2c2c;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-v8QJapoFT0 .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-v8QJapoFT0 .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-v8QJapoFT0 .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-v8QJapoFT0 .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8QJapoFT0 .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v8QJapoFT0 .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-v8QJapoFT0 .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-v8QJapoFT0 .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-v8QJapoFT0 .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-v8QJapoFT0 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v8QJapoFT0 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8QJapoFT0 .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJapoFT0 .main-btn {
    margin-top: 16px;
  }
}
.cid-v8QJapoFT0 .btn-wrapper {
  margin-top: -5%;
}
.cid-v8QJapoFT0 .mbr-section-title {
  color: #ffffff;
}
.cid-v8QJapoFT0 .mbr-section-title,
.cid-v8QJapoFT0 .main-btn {
  text-align: center;
}
.cid-v8QJapoFT0 .item-title {
  color: #000c3f;
}
.cid-v8QJapoFT0 .item-text {
  color: #ffffff;
}
.cid-v8QJapoFT0 .item-number {
  color: #000c3f;
}
.cid-v8QJapoFT0 .item-name {
  color: #ffffff;
}
.cid-v8QJbfc3gy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QJbfc3gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJbfc3gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJbfc3gy .row {
  margin: 0 -20px;
}
.cid-v8QJbfc3gy .card {
  padding: 0 20px;
}
.cid-v8QJbfc3gy .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8QJbfc3gy .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .image-wrapper img {
    height: 350px;
  }
}
.cid-v8QJbfc3gy .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8QJbfc3gy .mbr-section-btn .btn::after,
.cid-v8QJbfc3gy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QJbfc3gy .mbr-section-btn .btn:hover,
.cid-v8QJbfc3gy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QJbfc3gy .mbr-section-btn .btn:hover::after,
.cid-v8QJbfc3gy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QJbfc3gy .card-wrapper {
  background-color: #2c2c2c;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .cid-v8QJbfc3gy .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .cid-v8QJbfc3gy .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .card-wrapper {
    padding: 20px;
  }
}
.cid-v8QJbfc3gy .card-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8QJbfc3gy .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8QJbfc3gy .card-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QJbfc3gy .card-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8QJbfc3gy .card-wrapper .text-wrap .mbr-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .card-wrapper .text-wrap .mbr-text {
    padding-left: 0;
  }
}
.cid-v8QJbfc3gy .card-wrapper .mbr-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-v8QJbfc3gy .card-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v8QJbfc3gy .mbr-section-title {
  color: #ffffff;
}
.cid-v8QJbfc3gy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8QJbfc3gy .mbr-tag {
  color: #adadad;
}
.cid-v8QJbfc3gy .mbr-text {
  color: #c7c7c7;
}
.cid-v8QJcQ4pKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QJcQ4pKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJcQ4pKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJcQ4pKO .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJcQ4pKO .title-wrapper {
    padding-left: 0;
  }
}
.cid-v8QJcQ4pKO .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QJcQ4pKO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QJcQ4pKO .mbr-section-btn {
  padding-left: 35%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJcQ4pKO .mbr-section-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.cid-v8QJcQ4pKO .mbr-section-btn .btn::after,
.cid-v8QJcQ4pKO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QJcQ4pKO .mbr-section-btn .btn:hover,
.cid-v8QJcQ4pKO .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QJcQ4pKO .mbr-section-btn .btn:hover::after,
.cid-v8QJcQ4pKO .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QJcQ4pKO .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #adadad;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8QJcQ4pKO .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v8QJcQ4pKO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-v8QJcQ4pKO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.cid-v8QJcQ4pKO .panel-group .card .card-header .panel-title .panel-number {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QJcQ4pKO .panel-group .card .card-header .panel-title .panel-number {
    display: none;
  }
}
.cid-v8QJcQ4pKO .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QJcQ4pKO .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-v8QJcQ4pKO .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #adadad 50%);
  transition: all .3s ease;
}
.cid-v8QJcQ4pKO .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #adadad 50%);
}
.cid-v8QJcQ4pKO .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJcQ4pKO .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-v8QJcQ4pKO .panel-group .card .panel-collapse .panel-body .panel-text {
  padding-left: 35%;
  display: inline-block;
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-v8QJcQ4pKO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
    padding-left: 0;
  }
}
.cid-v8QJcQ4pKO .mbr-section-title {
  color: #ffffff;
}
.cid-v8QJcQ4pKO .mbr-tag {
  color: #adadad;
}
.cid-v8QJcQ4pKO .panel-number {
  color: #ffffff;
}
.cid-v8QJcQ4pKO .panel-title-edit {
  color: #ffffff;
}
.cid-v8QJcQ4pKO .panel-text {
  color: #c7c7c7;
}
.cid-v8QJfz2Uyk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QJfz2Uyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJfz2Uyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJfz2Uyk .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #2c2c2c;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v8QJfz2Uyk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8QJfz2Uyk .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QJfz2Uyk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #171717;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .3;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v8QJfz2Uyk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-v8QJfz2Uyk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8QJfz2Uyk .mbr-text,
.cid-v8QJfz2Uyk .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v8QJfz2Uyk .form-control {
  color: #ffffff !important;
}
.cid-v8QJg5BshK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QJg5BshK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJg5BshK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJg5BshK .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v8QJg5BshK .google-map iframe {
    height: 350px;
  }
}
.cid-v8QJgs9JHI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QJgs9JHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJgs9JHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJgs9JHI .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QJgs9JHI .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QJgs9JHI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QJgs9JHI .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QJgs9JHI .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QJgs9JHI .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8QJgs9JHI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QJgs9JHI .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QJgs9JHI .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v8QJgs9JHI .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v8QJgs9JHI .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v8QJgs9JHI .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v8QJgs9JHI .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v8QJgs9JHI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8QJgs9JHI .mbr-section-title {
  color: #ffffff;
}
.cid-v8QJgs9JHI .mbr-tag {
  color: #adadad;
}
.cid-v8QJgs9JHI .item-title {
  color: #ffffff;
}
.cid-v8QJhoGFPc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QJhoGFPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJhoGFPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJhoGFPc .row {
  justify-content: center;
}
.cid-v8QJhoGFPc .card {
  justify-content: center;
}
.cid-v8QJhoGFPc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8QJhoGFPc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8QJhoGFPc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QJhoGFPc .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QJhoGFPc .nav-wrapper .list .item-wrap:hover,
.cid-v8QJhoGFPc .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8QJhoGFPc .list,
.cid-v8QJhoGFPc .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8QTTMNrxn .navbar-dropdown {
  position: relative !important;
}
.cid-v8QTTMNrxn .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8QTTMNrxn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v8QTTMNrxn .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-v8QTTMNrxn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8QTTMNrxn .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v8QTTMNrxn .dropdown-item:hover,
.cid-v8QTTMNrxn .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v8QTTMNrxn .dropdown-item:hover span {
  color: white;
}
.cid-v8QTTMNrxn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QTTMNrxn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QTTMNrxn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QTTMNrxn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QTTMNrxn .nav-link {
  position: relative;
}
.cid-v8QTTMNrxn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v8QTTMNrxn .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QTTMNrxn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QTTMNrxn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QTTMNrxn .dropdown-menu,
.cid-v8QTTMNrxn .navbar.opened {
  background: #121212 !important;
}
.cid-v8QTTMNrxn .nav-item:focus,
.cid-v8QTTMNrxn .nav-link:focus {
  outline: none;
}
.cid-v8QTTMNrxn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QTTMNrxn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8QTTMNrxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QTTMNrxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QTTMNrxn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QTTMNrxn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QTTMNrxn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QTTMNrxn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QTTMNrxn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8QTTMNrxn .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QTTMNrxn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QTTMNrxn .navbar.collapsed {
  justify-content: center;
}
.cid-v8QTTMNrxn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QTTMNrxn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QTTMNrxn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QTTMNrxn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QTTMNrxn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QTTMNrxn .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-v8QTTMNrxn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QTTMNrxn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8QTTMNrxn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QTTMNrxn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QTTMNrxn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QTTMNrxn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QTTMNrxn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QTTMNrxn .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-v8QTTMNrxn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QTTMNrxn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QTTMNrxn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v8QTTMNrxn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QTTMNrxn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QTTMNrxn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QTTMNrxn .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QTTMNrxn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QTTMNrxn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8QTTMNrxn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8QTTMNrxn .navbar-brand .navbar-caption:hover,
.cid-v8QTTMNrxn .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QTTMNrxn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QTTMNrxn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QTTMNrxn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v8QTTMNrxn .dropdown-item.active,
.cid-v8QTTMNrxn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QTTMNrxn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QTTMNrxn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QTTMNrxn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QTTMNrxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8QTTMNrxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8QTTMNrxn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QTTMNrxn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QTTMNrxn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8QTTMNrxn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v8QTTMNrxn .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8QTTMNrxn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v8QTTMNrxn .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8QTTMNrxn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QTTMNrxn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QTTMNrxn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QTTMNrxn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QTTMNrxn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QTTMNrxn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QTTMNrxn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QTTMNrxn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QTTMNrxn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QTTMNrxn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QTTMNrxn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QTTMNrxn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8QTTMNrxn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QTTMNrxn .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-v8QTTMNrxn .navbar {
    height: 70px;
  }
  .cid-v8QTTMNrxn .navbar.opened {
    height: auto;
  }
  .cid-v8QTTMNrxn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QTTMNrxn .navbar-nav {
  margin: 0 auto;
}
.cid-v8QTTMNrxn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QTTMNrxn .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v8QTTMNrxn .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QTTMNrxn .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v8QTTMNrxn .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v8QTTMNrxn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QTTMNrxn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QTTMNrxn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8QTTMNrxn .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QTTMNrxn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QTTMNrxn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QTTMNrxn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QTTMNrxn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8QTTMNrxn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8QTTMNrxn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8QTTMNrxn .content-wrap {
  min-height: 110px;
}
.cid-v8QTTMNrxn .mbr-section-btn .btn::after,
.cid-v8QTTMNrxn .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QTTMNrxn .mbr-section-btn .btn:hover,
.cid-v8QTTMNrxn .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QTTMNrxn .mbr-section-btn .btn:hover::after,
.cid-v8QTTMNrxn .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QTTNO0SL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QTTNO0SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QTTNO0SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QTTNO0SL .row {
  justify-content: center;
}
.cid-v8QTTNO0SL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8QTTNO0SL .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QTTNO0SL .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QTTNO0SL .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8QTTNO0SL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8QTTNO0SL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8QTTNO0SL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QTTNO0SL .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QTTNO0SL .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v8QTTNO0SL .content-wrapper .list .item-wrap:hover,
.cid-v8QTTNO0SL .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v8QTTNO0SL .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v8QTTNO0SL .mbr-section-title {
  color: #ffffff;
}
.cid-v8QTTNO0SL .mbr-text {
  color: #c7c7c7;
}
.cid-v8QTTNO0SL .list {
  color: #d2d2df;
}
.cid-v8QTTQfK1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QTTQfK1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QTTQfK1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QTTQfK1y .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v8QTTQfK1y .google-map iframe {
    height: 350px;
  }
}
.cid-v8QTTQzHvY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QTTQzHvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QTTQzHvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QTTQzHvY .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QTTQzHvY .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QTTQzHvY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QTTQzHvY .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QTTQzHvY .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QTTQzHvY .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8QTTQzHvY .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QTTQzHvY .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QTTQzHvY .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v8QTTQzHvY .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v8QTTQzHvY .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v8QTTQzHvY .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v8QTTQzHvY .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v8QTTQzHvY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8QTTQzHvY .mbr-section-title {
  color: #ffffff;
}
.cid-v8QTTQzHvY .mbr-tag {
  color: #adadad;
}
.cid-v8QTTQzHvY .item-title {
  color: #ffffff;
}
.cid-v8QTTQRQSD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QTTQRQSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QTTQRQSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QTTQRQSD .row {
  justify-content: center;
}
.cid-v8QTTQRQSD .card {
  justify-content: center;
}
.cid-v8QTTQRQSD .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8QTTQRQSD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8QTTQRQSD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QTTQRQSD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QTTQRQSD .nav-wrapper .list .item-wrap:hover,
.cid-v8QTTQRQSD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8QTTQRQSD .list,
.cid-v8QTTQRQSD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8QU07BHuG .navbar-dropdown {
  position: relative !important;
}
.cid-v8QU07BHuG .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8QU07BHuG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v8QU07BHuG .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-v8QU07BHuG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8QU07BHuG .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v8QU07BHuG .dropdown-item:hover,
.cid-v8QU07BHuG .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v8QU07BHuG .dropdown-item:hover span {
  color: white;
}
.cid-v8QU07BHuG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QU07BHuG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QU07BHuG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QU07BHuG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QU07BHuG .nav-link {
  position: relative;
}
.cid-v8QU07BHuG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v8QU07BHuG .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QU07BHuG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QU07BHuG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QU07BHuG .dropdown-menu,
.cid-v8QU07BHuG .navbar.opened {
  background: #121212 !important;
}
.cid-v8QU07BHuG .nav-item:focus,
.cid-v8QU07BHuG .nav-link:focus {
  outline: none;
}
.cid-v8QU07BHuG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QU07BHuG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8QU07BHuG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QU07BHuG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QU07BHuG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QU07BHuG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QU07BHuG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QU07BHuG .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QU07BHuG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8QU07BHuG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QU07BHuG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QU07BHuG .navbar.collapsed {
  justify-content: center;
}
.cid-v8QU07BHuG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QU07BHuG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QU07BHuG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QU07BHuG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QU07BHuG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QU07BHuG .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-v8QU07BHuG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QU07BHuG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8QU07BHuG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QU07BHuG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QU07BHuG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QU07BHuG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QU07BHuG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QU07BHuG .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-v8QU07BHuG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QU07BHuG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QU07BHuG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v8QU07BHuG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QU07BHuG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QU07BHuG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QU07BHuG .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QU07BHuG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QU07BHuG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8QU07BHuG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8QU07BHuG .navbar-brand .navbar-caption:hover,
.cid-v8QU07BHuG .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QU07BHuG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QU07BHuG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QU07BHuG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v8QU07BHuG .dropdown-item.active,
.cid-v8QU07BHuG .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QU07BHuG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QU07BHuG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QU07BHuG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QU07BHuG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8QU07BHuG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8QU07BHuG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QU07BHuG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QU07BHuG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8QU07BHuG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v8QU07BHuG .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8QU07BHuG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v8QU07BHuG .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8QU07BHuG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QU07BHuG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QU07BHuG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QU07BHuG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QU07BHuG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QU07BHuG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QU07BHuG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QU07BHuG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QU07BHuG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QU07BHuG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QU07BHuG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QU07BHuG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8QU07BHuG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QU07BHuG .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-v8QU07BHuG .navbar {
    height: 70px;
  }
  .cid-v8QU07BHuG .navbar.opened {
    height: auto;
  }
  .cid-v8QU07BHuG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QU07BHuG .navbar-nav {
  margin: 0 auto;
}
.cid-v8QU07BHuG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QU07BHuG .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v8QU07BHuG .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QU07BHuG .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v8QU07BHuG .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v8QU07BHuG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QU07BHuG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QU07BHuG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8QU07BHuG .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QU07BHuG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QU07BHuG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QU07BHuG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QU07BHuG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8QU07BHuG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8QU07BHuG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8QU07BHuG .content-wrap {
  min-height: 110px;
}
.cid-v8QU07BHuG .mbr-section-btn .btn::after,
.cid-v8QU07BHuG .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QU07BHuG .mbr-section-btn .btn:hover,
.cid-v8QU07BHuG .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QU07BHuG .mbr-section-btn .btn:hover::after,
.cid-v8QU07BHuG .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QU0804fK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QU0804fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU0804fK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU0804fK .row {
  justify-content: center;
}
.cid-v8QU0804fK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8QU0804fK .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QU0804fK .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QU0804fK .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8QU0804fK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8QU0804fK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8QU0804fK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QU0804fK .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QU0804fK .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v8QU0804fK .content-wrapper .list .item-wrap:hover,
.cid-v8QU0804fK .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v8QU0804fK .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v8QU0804fK .mbr-section-title {
  color: #ffffff;
}
.cid-v8QU0804fK .mbr-text {
  color: #c7c7c7;
}
.cid-v8QU0804fK .list {
  color: #d2d2df;
}
.cid-v8QU08uB55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QU08uB55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU08uB55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU08uB55 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v8QU08uB55 .google-map iframe {
    height: 350px;
  }
}
.cid-v8QU08F4vA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QU08F4vA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU08F4vA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU08F4vA .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QU08F4vA .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QU08F4vA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QU08F4vA .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QU08F4vA .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QU08F4vA .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8QU08F4vA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QU08F4vA .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QU08F4vA .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v8QU08F4vA .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v8QU08F4vA .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v8QU08F4vA .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v8QU08F4vA .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v8QU08F4vA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8QU08F4vA .mbr-section-title {
  color: #ffffff;
}
.cid-v8QU08F4vA .mbr-tag {
  color: #adadad;
}
.cid-v8QU08F4vA .item-title {
  color: #ffffff;
}
.cid-v8QU08R38r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QU08R38r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU08R38r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU08R38r .row {
  justify-content: center;
}
.cid-v8QU08R38r .card {
  justify-content: center;
}
.cid-v8QU08R38r .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8QU08R38r .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8QU08R38r .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QU08R38r .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QU08R38r .nav-wrapper .list .item-wrap:hover,
.cid-v8QU08R38r .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8QU08R38r .list,
.cid-v8QU08R38r .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8QU3CkfSj .navbar-dropdown {
  position: relative !important;
}
.cid-v8QU3CkfSj .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8QU3CkfSj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v8QU3CkfSj .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-v8QU3CkfSj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8QU3CkfSj .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v8QU3CkfSj .dropdown-item:hover,
.cid-v8QU3CkfSj .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v8QU3CkfSj .dropdown-item:hover span {
  color: white;
}
.cid-v8QU3CkfSj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QU3CkfSj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QU3CkfSj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QU3CkfSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QU3CkfSj .nav-link {
  position: relative;
}
.cid-v8QU3CkfSj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v8QU3CkfSj .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QU3CkfSj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QU3CkfSj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QU3CkfSj .dropdown-menu,
.cid-v8QU3CkfSj .navbar.opened {
  background: #121212 !important;
}
.cid-v8QU3CkfSj .nav-item:focus,
.cid-v8QU3CkfSj .nav-link:focus {
  outline: none;
}
.cid-v8QU3CkfSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QU3CkfSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8QU3CkfSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QU3CkfSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QU3CkfSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QU3CkfSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QU3CkfSj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QU3CkfSj .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QU3CkfSj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8QU3CkfSj .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QU3CkfSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QU3CkfSj .navbar.collapsed {
  justify-content: center;
}
.cid-v8QU3CkfSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QU3CkfSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QU3CkfSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QU3CkfSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QU3CkfSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QU3CkfSj .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-v8QU3CkfSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QU3CkfSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8QU3CkfSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QU3CkfSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QU3CkfSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QU3CkfSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QU3CkfSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QU3CkfSj .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-v8QU3CkfSj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QU3CkfSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QU3CkfSj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v8QU3CkfSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QU3CkfSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QU3CkfSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QU3CkfSj .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QU3CkfSj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QU3CkfSj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8QU3CkfSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8QU3CkfSj .navbar-brand .navbar-caption:hover,
.cid-v8QU3CkfSj .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QU3CkfSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QU3CkfSj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QU3CkfSj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v8QU3CkfSj .dropdown-item.active,
.cid-v8QU3CkfSj .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QU3CkfSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QU3CkfSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QU3CkfSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QU3CkfSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8QU3CkfSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8QU3CkfSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QU3CkfSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QU3CkfSj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8QU3CkfSj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v8QU3CkfSj .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8QU3CkfSj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v8QU3CkfSj .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8QU3CkfSj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QU3CkfSj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QU3CkfSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QU3CkfSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QU3CkfSj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QU3CkfSj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QU3CkfSj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QU3CkfSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QU3CkfSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QU3CkfSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QU3CkfSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QU3CkfSj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8QU3CkfSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QU3CkfSj .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-v8QU3CkfSj .navbar {
    height: 70px;
  }
  .cid-v8QU3CkfSj .navbar.opened {
    height: auto;
  }
  .cid-v8QU3CkfSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QU3CkfSj .navbar-nav {
  margin: 0 auto;
}
.cid-v8QU3CkfSj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QU3CkfSj .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v8QU3CkfSj .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QU3CkfSj .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v8QU3CkfSj .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v8QU3CkfSj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QU3CkfSj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QU3CkfSj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8QU3CkfSj .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QU3CkfSj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QU3CkfSj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QU3CkfSj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QU3CkfSj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8QU3CkfSj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8QU3CkfSj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8QU3CkfSj .content-wrap {
  min-height: 110px;
}
.cid-v8QU3CkfSj .mbr-section-btn .btn::after,
.cid-v8QU3CkfSj .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QU3CkfSj .mbr-section-btn .btn:hover,
.cid-v8QU3CkfSj .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QU3CkfSj .mbr-section-btn .btn:hover::after,
.cid-v8QU3CkfSj .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QU3CUwAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QU3CUwAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU3CUwAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU3CUwAQ .row {
  justify-content: center;
}
.cid-v8QU3CUwAQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8QU3CUwAQ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QU3CUwAQ .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QU3CUwAQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8QU3CUwAQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8QU3CUwAQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8QU3CUwAQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QU3CUwAQ .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QU3CUwAQ .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v8QU3CUwAQ .content-wrapper .list .item-wrap:hover,
.cid-v8QU3CUwAQ .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v8QU3CUwAQ .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v8QU3CUwAQ .mbr-section-title {
  color: #ffffff;
}
.cid-v8QU3CUwAQ .mbr-text {
  color: #c7c7c7;
}
.cid-v8QU3CUwAQ .list {
  color: #d2d2df;
}
.cid-v8QU3DhWM2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QU3DhWM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU3DhWM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU3DhWM2 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v8QU3DhWM2 .google-map iframe {
    height: 350px;
  }
}
.cid-v8QU3DrmtB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QU3DrmtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU3DrmtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU3DrmtB .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QU3DrmtB .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QU3DrmtB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QU3DrmtB .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QU3DrmtB .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QU3DrmtB .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8QU3DrmtB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QU3DrmtB .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QU3DrmtB .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v8QU3DrmtB .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v8QU3DrmtB .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v8QU3DrmtB .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v8QU3DrmtB .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v8QU3DrmtB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8QU3DrmtB .mbr-section-title {
  color: #ffffff;
}
.cid-v8QU3DrmtB .mbr-tag {
  color: #adadad;
}
.cid-v8QU3DrmtB .item-title {
  color: #ffffff;
}
.cid-v8QU3DCR3o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QU3DCR3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU3DCR3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU3DCR3o .row {
  justify-content: center;
}
.cid-v8QU3DCR3o .card {
  justify-content: center;
}
.cid-v8QU3DCR3o .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8QU3DCR3o .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8QU3DCR3o .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QU3DCR3o .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QU3DCR3o .nav-wrapper .list .item-wrap:hover,
.cid-v8QU3DCR3o .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8QU3DCR3o .list,
.cid-v8QU3DCR3o .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8QU7wREeN .navbar-dropdown {
  position: relative !important;
}
.cid-v8QU7wREeN .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8QU7wREeN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v8QU7wREeN .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-v8QU7wREeN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8QU7wREeN .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v8QU7wREeN .dropdown-item:hover,
.cid-v8QU7wREeN .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v8QU7wREeN .dropdown-item:hover span {
  color: white;
}
.cid-v8QU7wREeN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QU7wREeN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QU7wREeN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QU7wREeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QU7wREeN .nav-link {
  position: relative;
}
.cid-v8QU7wREeN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v8QU7wREeN .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QU7wREeN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QU7wREeN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QU7wREeN .dropdown-menu,
.cid-v8QU7wREeN .navbar.opened {
  background: #121212 !important;
}
.cid-v8QU7wREeN .nav-item:focus,
.cid-v8QU7wREeN .nav-link:focus {
  outline: none;
}
.cid-v8QU7wREeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QU7wREeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8QU7wREeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QU7wREeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QU7wREeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QU7wREeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QU7wREeN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QU7wREeN .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QU7wREeN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8QU7wREeN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QU7wREeN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QU7wREeN .navbar.collapsed {
  justify-content: center;
}
.cid-v8QU7wREeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QU7wREeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QU7wREeN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QU7wREeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QU7wREeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QU7wREeN .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-v8QU7wREeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QU7wREeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8QU7wREeN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QU7wREeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QU7wREeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QU7wREeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QU7wREeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QU7wREeN .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-v8QU7wREeN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QU7wREeN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QU7wREeN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v8QU7wREeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QU7wREeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QU7wREeN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QU7wREeN .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QU7wREeN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QU7wREeN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8QU7wREeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8QU7wREeN .navbar-brand .navbar-caption:hover,
.cid-v8QU7wREeN .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QU7wREeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QU7wREeN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QU7wREeN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v8QU7wREeN .dropdown-item.active,
.cid-v8QU7wREeN .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QU7wREeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QU7wREeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QU7wREeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QU7wREeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8QU7wREeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8QU7wREeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QU7wREeN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QU7wREeN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8QU7wREeN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v8QU7wREeN .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8QU7wREeN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v8QU7wREeN .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8QU7wREeN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QU7wREeN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QU7wREeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QU7wREeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QU7wREeN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QU7wREeN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QU7wREeN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QU7wREeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QU7wREeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QU7wREeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QU7wREeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QU7wREeN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8QU7wREeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QU7wREeN .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-v8QU7wREeN .navbar {
    height: 70px;
  }
  .cid-v8QU7wREeN .navbar.opened {
    height: auto;
  }
  .cid-v8QU7wREeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QU7wREeN .navbar-nav {
  margin: 0 auto;
}
.cid-v8QU7wREeN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QU7wREeN .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v8QU7wREeN .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QU7wREeN .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v8QU7wREeN .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v8QU7wREeN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QU7wREeN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QU7wREeN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8QU7wREeN .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QU7wREeN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QU7wREeN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QU7wREeN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QU7wREeN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8QU7wREeN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8QU7wREeN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8QU7wREeN .content-wrap {
  min-height: 110px;
}
.cid-v8QU7wREeN .mbr-section-btn .btn::after,
.cid-v8QU7wREeN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QU7wREeN .mbr-section-btn .btn:hover,
.cid-v8QU7wREeN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QU7wREeN .mbr-section-btn .btn:hover::after,
.cid-v8QU7wREeN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QU7xEyVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QU7xEyVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU7xEyVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU7xEyVK .row {
  justify-content: center;
}
.cid-v8QU7xEyVK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8QU7xEyVK .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QU7xEyVK .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v8QU7xEyVK .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8QU7xEyVK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8QU7xEyVK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8QU7xEyVK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QU7xEyVK .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QU7xEyVK .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v8QU7xEyVK .content-wrapper .list .item-wrap:hover,
.cid-v8QU7xEyVK .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v8QU7xEyVK .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v8QU7xEyVK .mbr-section-title {
  color: #ffffff;
}
.cid-v8QU7xEyVK .mbr-text {
  color: #c7c7c7;
}
.cid-v8QU7xEyVK .list {
  color: #d2d2df;
}
.cid-v8QU7xPy6h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QU7xPy6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU7xPy6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU7xPy6h .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v8QU7xPy6h .google-map iframe {
    height: 350px;
  }
}
.cid-v8QU7y1zzu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QU7y1zzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU7y1zzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU7y1zzu .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QU7y1zzu .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QU7y1zzu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QU7y1zzu .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QU7y1zzu .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QU7y1zzu .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8QU7y1zzu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QU7y1zzu .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QU7y1zzu .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v8QU7y1zzu .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v8QU7y1zzu .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v8QU7y1zzu .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v8QU7y1zzu .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v8QU7y1zzu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8QU7y1zzu .mbr-section-title {
  color: #ffffff;
}
.cid-v8QU7y1zzu .mbr-tag {
  color: #adadad;
}
.cid-v8QU7y1zzu .item-title {
  color: #ffffff;
}
.cid-v8QU7ydx6U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QU7ydx6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QU7ydx6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QU7ydx6U .row {
  justify-content: center;
}
.cid-v8QU7ydx6U .card {
  justify-content: center;
}
.cid-v8QU7ydx6U .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8QU7ydx6U .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8QU7ydx6U .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QU7ydx6U .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QU7ydx6U .nav-wrapper .list .item-wrap:hover,
.cid-v8QU7ydx6U .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8QU7ydx6U .list,
.cid-v8QU7ydx6U .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8QUiBPDos .navbar-dropdown {
  position: relative !important;
}
.cid-v8QUiBPDos .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8QUiBPDos .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v8QUiBPDos .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-v8QUiBPDos .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8QUiBPDos .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v8QUiBPDos .dropdown-item:hover,
.cid-v8QUiBPDos .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v8QUiBPDos .dropdown-item:hover span {
  color: white;
}
.cid-v8QUiBPDos .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QUiBPDos .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QUiBPDos .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QUiBPDos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QUiBPDos .nav-link {
  position: relative;
}
.cid-v8QUiBPDos .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v8QUiBPDos .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QUiBPDos .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QUiBPDos .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QUiBPDos .dropdown-menu,
.cid-v8QUiBPDos .navbar.opened {
  background: #121212 !important;
}
.cid-v8QUiBPDos .nav-item:focus,
.cid-v8QUiBPDos .nav-link:focus {
  outline: none;
}
.cid-v8QUiBPDos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QUiBPDos .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8QUiBPDos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QUiBPDos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QUiBPDos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QUiBPDos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QUiBPDos .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QUiBPDos .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QUiBPDos .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8QUiBPDos .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QUiBPDos .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QUiBPDos .navbar.collapsed {
  justify-content: center;
}
.cid-v8QUiBPDos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QUiBPDos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QUiBPDos .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QUiBPDos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QUiBPDos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QUiBPDos .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-v8QUiBPDos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QUiBPDos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8QUiBPDos .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QUiBPDos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QUiBPDos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QUiBPDos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QUiBPDos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QUiBPDos .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-v8QUiBPDos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QUiBPDos .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QUiBPDos .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v8QUiBPDos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QUiBPDos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QUiBPDos .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QUiBPDos .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QUiBPDos .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QUiBPDos .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8QUiBPDos .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8QUiBPDos .navbar-brand .navbar-caption:hover,
.cid-v8QUiBPDos .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QUiBPDos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QUiBPDos .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QUiBPDos .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v8QUiBPDos .dropdown-item.active,
.cid-v8QUiBPDos .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QUiBPDos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QUiBPDos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QUiBPDos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QUiBPDos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUiBPDos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8QUiBPDos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QUiBPDos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QUiBPDos ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8QUiBPDos ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v8QUiBPDos .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8QUiBPDos .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v8QUiBPDos .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8QUiBPDos .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QUiBPDos button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QUiBPDos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QUiBPDos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QUiBPDos button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QUiBPDos button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QUiBPDos button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QUiBPDos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QUiBPDos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QUiBPDos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QUiBPDos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QUiBPDos .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8QUiBPDos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QUiBPDos .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-v8QUiBPDos .navbar {
    height: 70px;
  }
  .cid-v8QUiBPDos .navbar.opened {
    height: auto;
  }
  .cid-v8QUiBPDos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QUiBPDos .navbar-nav {
  margin: 0 auto;
}
.cid-v8QUiBPDos .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QUiBPDos .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v8QUiBPDos .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QUiBPDos .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v8QUiBPDos .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v8QUiBPDos .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QUiBPDos .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QUiBPDos .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8QUiBPDos .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QUiBPDos .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QUiBPDos .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QUiBPDos .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QUiBPDos .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8QUiBPDos .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8QUiBPDos .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8QUiBPDos .content-wrap {
  min-height: 110px;
}
.cid-v8QUiBPDos .mbr-section-btn .btn::after,
.cid-v8QUiBPDos .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QUiBPDos .mbr-section-btn .btn:hover,
.cid-v8QUiBPDos .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QUiBPDos .mbr-section-btn .btn:hover::after,
.cid-v8QUiBPDos .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QUn3y5Z7 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QUn3y5Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUn3y5Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUn3y5Z7 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v8QUn3y5Z7 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v8QUn3y5Z7 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-v8QUn3y5Z7 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QUn3y5Z7 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v8QUn3y5Z7 .mbr-desc,
.cid-v8QUn3y5Z7 .desc-wrapper {
  color: #c7c7c7;
  text-align: left;
}
.cid-v8QUn3y5Z7 .mbr-text,
.cid-v8QUn3y5Z7 .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-v8QUiCfLaL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QUiCfLaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUiCfLaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUiCfLaL .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v8QUiCfLaL .google-map iframe {
    height: 350px;
  }
}
.cid-v8QUiCotl1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QUiCotl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUiCotl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUiCotl1 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QUiCotl1 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QUiCotl1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QUiCotl1 .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QUiCotl1 .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QUiCotl1 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8QUiCotl1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QUiCotl1 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QUiCotl1 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v8QUiCotl1 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v8QUiCotl1 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v8QUiCotl1 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v8QUiCotl1 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v8QUiCotl1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8QUiCotl1 .mbr-section-title {
  color: #ffffff;
}
.cid-v8QUiCotl1 .mbr-tag {
  color: #adadad;
}
.cid-v8QUiCotl1 .item-title {
  color: #ffffff;
}
.cid-v8QUiCyXKR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QUiCyXKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUiCyXKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUiCyXKR .row {
  justify-content: center;
}
.cid-v8QUiCyXKR .card {
  justify-content: center;
}
.cid-v8QUiCyXKR .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8QUiCyXKR .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8QUiCyXKR .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QUiCyXKR .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QUiCyXKR .nav-wrapper .list .item-wrap:hover,
.cid-v8QUiCyXKR .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8QUiCyXKR .list,
.cid-v8QUiCyXKR .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8QUqqHlDh .navbar-dropdown {
  position: relative !important;
}
.cid-v8QUqqHlDh .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8QUqqHlDh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v8QUqqHlDh .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-v8QUqqHlDh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8QUqqHlDh .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v8QUqqHlDh .dropdown-item:hover,
.cid-v8QUqqHlDh .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v8QUqqHlDh .dropdown-item:hover span {
  color: white;
}
.cid-v8QUqqHlDh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QUqqHlDh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QUqqHlDh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QUqqHlDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QUqqHlDh .nav-link {
  position: relative;
}
.cid-v8QUqqHlDh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v8QUqqHlDh .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QUqqHlDh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QUqqHlDh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QUqqHlDh .dropdown-menu,
.cid-v8QUqqHlDh .navbar.opened {
  background: #121212 !important;
}
.cid-v8QUqqHlDh .nav-item:focus,
.cid-v8QUqqHlDh .nav-link:focus {
  outline: none;
}
.cid-v8QUqqHlDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QUqqHlDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8QUqqHlDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QUqqHlDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QUqqHlDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QUqqHlDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QUqqHlDh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QUqqHlDh .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QUqqHlDh .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8QUqqHlDh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QUqqHlDh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QUqqHlDh .navbar.collapsed {
  justify-content: center;
}
.cid-v8QUqqHlDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QUqqHlDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QUqqHlDh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QUqqHlDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QUqqHlDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QUqqHlDh .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-v8QUqqHlDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QUqqHlDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8QUqqHlDh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QUqqHlDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QUqqHlDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QUqqHlDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QUqqHlDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QUqqHlDh .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-v8QUqqHlDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QUqqHlDh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QUqqHlDh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v8QUqqHlDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QUqqHlDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QUqqHlDh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QUqqHlDh .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QUqqHlDh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QUqqHlDh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8QUqqHlDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8QUqqHlDh .navbar-brand .navbar-caption:hover,
.cid-v8QUqqHlDh .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QUqqHlDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QUqqHlDh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QUqqHlDh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v8QUqqHlDh .dropdown-item.active,
.cid-v8QUqqHlDh .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QUqqHlDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QUqqHlDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QUqqHlDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QUqqHlDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUqqHlDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8QUqqHlDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QUqqHlDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QUqqHlDh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8QUqqHlDh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v8QUqqHlDh .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8QUqqHlDh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v8QUqqHlDh .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8QUqqHlDh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QUqqHlDh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8QUqqHlDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QUqqHlDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QUqqHlDh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QUqqHlDh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QUqqHlDh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QUqqHlDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QUqqHlDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QUqqHlDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QUqqHlDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QUqqHlDh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8QUqqHlDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QUqqHlDh .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-v8QUqqHlDh .navbar {
    height: 70px;
  }
  .cid-v8QUqqHlDh .navbar.opened {
    height: auto;
  }
  .cid-v8QUqqHlDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QUqqHlDh .navbar-nav {
  margin: 0 auto;
}
.cid-v8QUqqHlDh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QUqqHlDh .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v8QUqqHlDh .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QUqqHlDh .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v8QUqqHlDh .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v8QUqqHlDh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QUqqHlDh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QUqqHlDh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8QUqqHlDh .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QUqqHlDh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QUqqHlDh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QUqqHlDh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QUqqHlDh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8QUqqHlDh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8QUqqHlDh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8QUqqHlDh .content-wrap {
  min-height: 110px;
}
.cid-v8QUqqHlDh .mbr-section-btn .btn::after,
.cid-v8QUqqHlDh .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v8QUqqHlDh .mbr-section-btn .btn:hover,
.cid-v8QUqqHlDh .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8QUqqHlDh .mbr-section-btn .btn:hover::after,
.cid-v8QUqqHlDh .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v8QUqqXiAq {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QUqqXiAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUqqXiAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUqqXiAq .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v8QUqqXiAq .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v8QUqqXiAq .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-v8QUqqXiAq .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QUqqXiAq .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v8QUqqXiAq .mbr-desc,
.cid-v8QUqqXiAq .desc-wrapper {
  color: #c7c7c7;
  text-align: left;
}
.cid-v8QUqqXiAq .mbr-text,
.cid-v8QUqqXiAq .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-v8QUqr7Vt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v8QUqr7Vt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUqr7Vt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUqr7Vt6 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v8QUqr7Vt6 .google-map iframe {
    height: 350px;
  }
}
.cid-v8QUqrhmgp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QUqrhmgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUqrhmgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUqrhmgp .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8QUqrhmgp .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v8QUqrhmgp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QUqrhmgp .items-wrapper {
  margin: 0 -20px;
}
.cid-v8QUqrhmgp .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QUqrhmgp .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8QUqrhmgp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QUqrhmgp .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QUqrhmgp .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v8QUqrhmgp .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v8QUqrhmgp .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v8QUqrhmgp .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v8QUqrhmgp .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v8QUqrhmgp .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8QUqrhmgp .mbr-section-title {
  color: #ffffff;
}
.cid-v8QUqrhmgp .mbr-tag {
  color: #adadad;
}
.cid-v8QUqrhmgp .item-title {
  color: #ffffff;
}
.cid-v8QUqrrAEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-v8QUqrrAEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUqrrAEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUqrrAEE .row {
  justify-content: center;
}
.cid-v8QUqrrAEE .card {
  justify-content: center;
}
.cid-v8QUqrrAEE .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8QUqrrAEE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8QUqrrAEE .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8QUqrrAEE .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8QUqrrAEE .nav-wrapper .list .item-wrap:hover,
.cid-v8QUqrrAEE .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8QUqrrAEE .list,
.cid-v8QUqrrAEE .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
