body {
  font-family: 'IBM Plex Sans', sans-serif;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #8364e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  box-shadow: #b9abe5 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: #40b0bf 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: #ffe161 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
  box-shadow: #212428 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #8364e2 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4e26ca !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: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e26ca !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: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b9abe5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8269d1 !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: #b9abe5 !important;
  border-color: #b9abe5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #212428 !important;
  border-color: #212428 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8364e2 !important;
}
.text-secondary {
  color: #8364e2 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #212428 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4923bd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4923bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #785dcd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8364e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #212428;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8364e2;
  border-color: #8364e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8364e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3d6db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8364e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8364e2;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8364e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8364e2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8364e2;
  border-bottom-color: #8364e2;
}
.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: #8364e2 !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: #8364e2 !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='%238364e2' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vtMhi2hfu4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-vtMhi2hfu4 {
    flex-wrap: wrap;
  }
  .cid-vtMhi2hfu4 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-vtMhi2hfu4 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vtMhi2hfu4 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vtMhi2hfu4 .btn {
  padding: 0.3rem 2rem;
}
.cid-vtMhi2hfu4 .nav-link {
  position: relative;
}
.cid-vtMhi2hfu4 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-vtMhi2hfu4 .nav-link:hover:before {
  width: 100%;
}
.cid-vtMhi2hfu4 nav.navbar {
  position: fixed;
}
.cid-vtMhi2hfu4 .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-vtMhi2hfu4 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtMhi2hfu4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtMhi2hfu4 .dropdown-item:hover,
.cid-vtMhi2hfu4 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-vtMhi2hfu4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtMhi2hfu4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtMhi2hfu4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vtMhi2hfu4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtMhi2hfu4 .container {
  display: flex;
  margin: auto;
}
.cid-vtMhi2hfu4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtMhi2hfu4 .dropdown-menu,
.cid-vtMhi2hfu4 .navbar.opened {
  background: #403f83 !important;
}
.cid-vtMhi2hfu4 .nav-item:focus,
.cid-vtMhi2hfu4 .nav-link:focus {
  outline: none;
}
.cid-vtMhi2hfu4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtMhi2hfu4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtMhi2hfu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtMhi2hfu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtMhi2hfu4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtMhi2hfu4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtMhi2hfu4 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #403f83 !important;
  transition: all 0.3s;
}
.cid-vtMhi2hfu4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #403f83;
}
.cid-vtMhi2hfu4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vtMhi2hfu4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtMhi2hfu4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vtMhi2hfu4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vtMhi2hfu4 .navbar.collapsed {
  justify-content: center;
}
.cid-vtMhi2hfu4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtMhi2hfu4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtMhi2hfu4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtMhi2hfu4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtMhi2hfu4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtMhi2hfu4 .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-vtMhi2hfu4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtMhi2hfu4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtMhi2hfu4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtMhi2hfu4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtMhi2hfu4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtMhi2hfu4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtMhi2hfu4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtMhi2hfu4 .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-vtMhi2hfu4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtMhi2hfu4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtMhi2hfu4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtMhi2hfu4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtMhi2hfu4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtMhi2hfu4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtMhi2hfu4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtMhi2hfu4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtMhi2hfu4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtMhi2hfu4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtMhi2hfu4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtMhi2hfu4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtMhi2hfu4 .dropdown-item.active,
.cid-vtMhi2hfu4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vtMhi2hfu4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtMhi2hfu4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtMhi2hfu4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtMhi2hfu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #403f83;
}
.cid-vtMhi2hfu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtMhi2hfu4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtMhi2hfu4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtMhi2hfu4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtMhi2hfu4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtMhi2hfu4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vtMhi2hfu4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtMhi2hfu4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMhi2hfu4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMhi2hfu4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtMhi2hfu4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMhi2hfu4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtMhi2hfu4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtMhi2hfu4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMhi2hfu4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtMhi2hfu4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtMhi2hfu4 .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-vtMhi2hfu4 .navbar {
    height: 70px;
  }
  .cid-vtMhi2hfu4 .navbar.opened {
    height: auto;
  }
  .cid-vtMhi2hfu4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtMhjjgyXP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/screenshot-134-931x560.png");
}
.cid-vtMhjjgyXP .mbr-section-title {
  color: #ffffff;
}
.cid-vtMhjjgyXP .mbr-text,
.cid-vtMhjjgyXP .mbr-section-btn {
  color: #ffffff;
}
.cid-vtMhjjgyXP .mbr-section-text {
  color: #ffffff;
}
.cid-vtMhjjgyXP img {
  border-radius: 2rem;
}
.cid-vtMhjjgyXP .mbr-section-subtitle {
  color: #8364e2;
}
.cid-vtMhjjgyXP .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtMhjjgyXP .image-wrapper {
    display: none;
  }
}
.cid-vtMhjjgyXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhjjgyXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhk6aLrE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vtMhk6aLrE .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-vtMhk6aLrE .card-box {
  z-index: 2;
  position: relative;
}
.cid-vtMhk6aLrE .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-vtMhk6aLrE .mbr-iconfont-big {
  font-size: 16rem;
  color: #8364e2;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-vtMhk6aLrE .card-title,
.cid-vtMhk6aLrE .card-text {
  transition: all 0.3s;
}
.cid-vtMhk6aLrE .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-vtMhk6aLrE .card-wrapper:hover {
  background: #403f83;
}
.cid-vtMhk6aLrE .card-wrapper:hover .mbr-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-vtMhk6aLrE .card-wrapper:hover .card-title,
.cid-vtMhk6aLrE .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtMhk6aLrE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vtMhk6aLrE .card-title,
.cid-vtMhk6aLrE .iconfont-wrapper {
  color: #160830;
}
.cid-vtMhk6aLrE .card-text {
  color: #353535;
}
.cid-vtMhk6aLrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhk6aLrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhmosY6M {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f4fd;
}
.cid-vtMhmosY6M .mbr-text,
.cid-vtMhmosY6M .mbr-section-btn {
  color: #353535;
}
.cid-vtMhmosY6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhmosY6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhmOJs8T {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vtMhmOJs8T .mbr-section-title {
  color: #160830;
}
.cid-vtMhmOJs8T .mbr-text,
.cid-vtMhmOJs8T .mbr-section-btn {
  color: #353535;
}
.cid-vtMhmOJs8T .mbr-section-subtitle {
  color: #8364e2;
}
.cid-vtMhmOJs8T img {
  border-radius: 2rem;
}
.cid-vtMhmOJs8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhmOJs8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhpXjzBl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vtMhpXjzBl .item-img {
  position: relative;
}
.cid-vtMhpXjzBl .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-vtMhpXjzBl .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-vtMhpXjzBl .btn-tag:hover,
.cid-vtMhpXjzBl .btn-tag:focus {
  box-shadow: none;
}
.cid-vtMhpXjzBl img,
.cid-vtMhpXjzBl .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vtMhpXjzBl .item:focus,
.cid-vtMhpXjzBl span:focus {
  outline: none;
}
.cid-vtMhpXjzBl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtMhpXjzBl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-vtMhpXjzBl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtMhpXjzBl .mbr-section-title {
  color: #232323;
}
.cid-vtMhpXjzBl .mbr-text,
.cid-vtMhpXjzBl .mbr-section-btn {
  color: #353535;
}
.cid-vtMhpXjzBl .item-title {
  color: #353535;
}
.cid-vtMhtYevWk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-vtMhtYevWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhtYevWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhtYevWk .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vtMhtYevWk .container-wrapper {
    padding: 0;
  }
}
.cid-vtMhtYevWk .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(190deg, transparent 90%, #000000 110%);
}
.cid-vtMhtYevWk .items-wrapper {
  margin: 0 -30px;
}
.cid-vtMhtYevWk .items-wrapper .card {
  padding: 0 30px;
}
.cid-vtMhtYevWk .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vtMhtYevWk .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}
.cid-vtMhtYevWk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vtMhtYevWk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vtMhtYevWk .panel-group .card {
  position: relative;
  padding: 21px 24px;
  border: 1px solid #252525;
  background-color: transparent;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vtMhtYevWk .panel-group .card {
    padding: 20px;
  }
}
.cid-vtMhtYevWk .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vtMhtYevWk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vtMhtYevWk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease;
}
.cid-vtMhtYevWk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vtMhtYevWk .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease;
}
.cid-vtMhtYevWk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease;
  color: #ffffff;
}
.cid-vtMhtYevWk .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #8364e2;
}
.cid-vtMhtYevWk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #8364e2;
}
.cid-vtMhtYevWk .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-vtMhtYevWk .panel-group .card .panel-collapse .panel-body {
    padding-top: 20px;
  }
}
.cid-vtMhtYevWk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vtMhtYevWk .mbr-section-title {
  color: #ffffff;
}
.cid-vtMhtYevWk .mbr-text {
  color: #b9b9b9;
}
.cid-vtMhtYevWk .panel-title-edit {
  color: #ffffff;
}
.cid-vtMhtYevWk .panel-text {
  color: #b9b9b9;
}
.cid-vtMhtYevWk .panel-text,
.cid-vtMhtYevWk .item-btn {
  color: #ffffff;
}
.cid-vtMhvvDK8g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/screenshot-138-928x604.png");
}
.cid-vtMhvvDK8g .row {
  justify-content: space-between;
}
.cid-vtMhvvDK8g .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-vtMhvvDK8g .form-control:focus,
.cid-vtMhvvDK8g .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-vtMhvvDK8g .form-group {
  margin-bottom: 1rem;
}
.cid-vtMhvvDK8g input::-webkit-input-placeholder,
.cid-vtMhvvDK8g textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-vtMhvvDK8g input:-moz-placeholder,
.cid-vtMhvvDK8g textarea:-moz-placeholder {
  color: #353535;
}
.cid-vtMhvvDK8g .jq-selectbox li,
.cid-vtMhvvDK8g .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vtMhvvDK8g .jq-selectbox li:hover,
.cid-vtMhvvDK8g .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vtMhvvDK8g .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vtMhvvDK8g .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vtMhvvDK8g .mbr-text {
  color: #767676;
}
.cid-vtMhvvDK8g .form-block {
  padding: 3rem;
  position: relative;
}
.cid-vtMhvvDK8g .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-vtMhvvDK8g .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vtMhvvDK8g .form-block {
    padding: 1rem;
  }
}
.cid-vtMhvvDK8g .form-title {
  color: #232323;
}
.cid-vtMhvvDK8g .mbr-section-title,
.cid-vtMhvvDK8g .mbr-section-btn {
  color: #ffffff;
}
.cid-vtMhvvDK8g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vtMhvvDK8g .form-text {
  color: #353535;
}
.cid-vtMhvvDK8g .text {
  color: #ffffff;
}
.cid-vtMhvvDK8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhvvDK8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhGSPPGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vtMhGSPPGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhGSPPGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhGSPPGx .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vtMhGSPPGx .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vtMhGSPPGx .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vtMhGSPPGx .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMhGSPPGx .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vtMhGSPPGx .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vtMhGSPPGx .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtMhGSPPGx .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtMhGSPPGx .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vtMhGSPPGx .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vtMhGSPPGx .items-wrapper {
    margin-top: 40px;
  }
}
.cid-vtMhGSPPGx .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vtMhGSPPGx .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-vtMhGSPPGx .item {
  width: 100%;
}
.cid-vtMhGSPPGx .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-vtMhGSPPGx .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-vtMhGSPPGx .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-vtMhGSPPGx .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vtMhGSPPGx .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-vtMhGSPPGx .mbr-label {
  color: #9ba9c4;
}
.cid-vtMhGSPPGx .mbr-section-title {
  color: #ffffff;
}
.cid-vtMhGSPPGx .mbr-text,
.cid-vtMhGSPPGx .text-wrapper {
  color: #9ba9c4;
}
.cid-vtMhGSPPGx .item-title {
  color: #d1d4e3;
}
.cid-vtMhEf3cNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vtMhEf3cNH .google-map {
  height: 30rem;
  position: relative;
}
.cid-vtMhEf3cNH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtMhEf3cNH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtMhEf3cNH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtMhEf3cNH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtMhEf3cNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhEf3cNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhCOT6RS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtMhCOT6RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMhCOT6RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMhCOT6RS .row {
  justify-content: center;
}
.cid-vtMhCOT6RS .card {
  justify-content: center;
}
.cid-vtMhCOT6RS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vtMhCOT6RS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtMhCOT6RS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtMhCOT6RS .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtMhCOT6RS .nav-wrapper .list .item-wrap:hover,
.cid-vtMhCOT6RS .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vtMhCOT6RS .list,
.cid-vtMhCOT6RS .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtMpVdKD2W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-vtMpVdKD2W {
    flex-wrap: wrap;
  }
  .cid-vtMpVdKD2W .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-vtMpVdKD2W .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vtMpVdKD2W .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vtMpVdKD2W .btn {
  padding: 0.3rem 2rem;
}
.cid-vtMpVdKD2W .nav-link {
  position: relative;
}
.cid-vtMpVdKD2W .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-vtMpVdKD2W .nav-link:hover:before {
  width: 100%;
}
.cid-vtMpVdKD2W nav.navbar {
  position: fixed;
}
.cid-vtMpVdKD2W .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-vtMpVdKD2W .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtMpVdKD2W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtMpVdKD2W .dropdown-item:hover,
.cid-vtMpVdKD2W .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-vtMpVdKD2W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtMpVdKD2W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtMpVdKD2W .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vtMpVdKD2W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtMpVdKD2W .container {
  display: flex;
  margin: auto;
}
.cid-vtMpVdKD2W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtMpVdKD2W .dropdown-menu,
.cid-vtMpVdKD2W .navbar.opened {
  background: #403f83 !important;
}
.cid-vtMpVdKD2W .nav-item:focus,
.cid-vtMpVdKD2W .nav-link:focus {
  outline: none;
}
.cid-vtMpVdKD2W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtMpVdKD2W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtMpVdKD2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtMpVdKD2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtMpVdKD2W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtMpVdKD2W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtMpVdKD2W .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #403f83 !important;
  transition: all 0.3s;
}
.cid-vtMpVdKD2W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #403f83;
}
.cid-vtMpVdKD2W .navbar.opened {
  transition: all 0.3s;
}
.cid-vtMpVdKD2W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtMpVdKD2W .navbar .navbar-logo img {
  width: auto;
}
.cid-vtMpVdKD2W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vtMpVdKD2W .navbar.collapsed {
  justify-content: center;
}
.cid-vtMpVdKD2W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtMpVdKD2W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtMpVdKD2W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtMpVdKD2W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtMpVdKD2W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtMpVdKD2W .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-vtMpVdKD2W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtMpVdKD2W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtMpVdKD2W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtMpVdKD2W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtMpVdKD2W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtMpVdKD2W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtMpVdKD2W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtMpVdKD2W .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-vtMpVdKD2W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtMpVdKD2W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtMpVdKD2W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtMpVdKD2W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtMpVdKD2W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtMpVdKD2W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtMpVdKD2W .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtMpVdKD2W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtMpVdKD2W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtMpVdKD2W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtMpVdKD2W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtMpVdKD2W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtMpVdKD2W .dropdown-item.active,
.cid-vtMpVdKD2W .dropdown-item:active {
  background-color: transparent;
}
.cid-vtMpVdKD2W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtMpVdKD2W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtMpVdKD2W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtMpVdKD2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #403f83;
}
.cid-vtMpVdKD2W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtMpVdKD2W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtMpVdKD2W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtMpVdKD2W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtMpVdKD2W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtMpVdKD2W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vtMpVdKD2W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtMpVdKD2W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMpVdKD2W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMpVdKD2W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtMpVdKD2W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMpVdKD2W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtMpVdKD2W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtMpVdKD2W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMpVdKD2W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtMpVdKD2W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtMpVdKD2W .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-vtMpVdKD2W .navbar {
    height: 70px;
  }
  .cid-vtMpVdKD2W .navbar.opened {
    height: auto;
  }
  .cid-vtMpVdKD2W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtMq0gKFIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vtMq0gKFIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMq0gKFIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMq0gKFIB .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vtMq0gKFIB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMq0gKFIB .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vtMq0gKFIB .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vtMq0gKFIB .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vtMq0gKFIB .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMq0gKFIB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vtMq0gKFIB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vtMq0gKFIB .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vtMq0gKFIB .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vtMq0gKFIB .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vtMq0gKFIB .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMq0gKFIB .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vtMq0gKFIB .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vtMq0gKFIB .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vtMq0gKFIB .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vtMq0gKFIB .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vtMq0gKFIB .mbr-label,
.cid-vtMq0gKFIB .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMq0gKFIB .mbr-section-title,
.cid-vtMq0gKFIB .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMq0gKFIB .mbr-text {
  color: #515151;
}
.cid-vtMpVgO3Qi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vtMpVgO3Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMpVgO3Qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMpVgO3Qi .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vtMpVgO3Qi .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vtMpVgO3Qi .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vtMpVgO3Qi .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMpVgO3Qi .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vtMpVgO3Qi .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vtMpVgO3Qi .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtMpVgO3Qi .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtMpVgO3Qi .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vtMpVgO3Qi .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vtMpVgO3Qi .items-wrapper {
    margin-top: 40px;
  }
}
.cid-vtMpVgO3Qi .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vtMpVgO3Qi .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-vtMpVgO3Qi .item {
  width: 100%;
}
.cid-vtMpVgO3Qi .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-vtMpVgO3Qi .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-vtMpVgO3Qi .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-vtMpVgO3Qi .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vtMpVgO3Qi .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-vtMpVgO3Qi .mbr-label {
  color: #9ba9c4;
}
.cid-vtMpVgO3Qi .mbr-section-title {
  color: #ffffff;
}
.cid-vtMpVgO3Qi .mbr-text,
.cid-vtMpVgO3Qi .text-wrapper {
  color: #9ba9c4;
}
.cid-vtMpVgO3Qi .item-title {
  color: #d1d4e3;
}
.cid-vtMpVhcWvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vtMpVhcWvi .google-map {
  height: 30rem;
  position: relative;
}
.cid-vtMpVhcWvi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtMpVhcWvi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtMpVhcWvi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtMpVhcWvi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtMpVhcWvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMpVhcWvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMpVhAcIH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtMpVhAcIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMpVhAcIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMpVhAcIH .row {
  justify-content: center;
}
.cid-vtMpVhAcIH .card {
  justify-content: center;
}
.cid-vtMpVhAcIH .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vtMpVhAcIH .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtMpVhAcIH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtMpVhAcIH .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtMpVhAcIH .nav-wrapper .list .item-wrap:hover,
.cid-vtMpVhAcIH .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vtMpVhAcIH .list,
.cid-vtMpVhAcIH .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtMqarYbs5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-vtMqarYbs5 {
    flex-wrap: wrap;
  }
  .cid-vtMqarYbs5 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-vtMqarYbs5 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vtMqarYbs5 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vtMqarYbs5 .btn {
  padding: 0.3rem 2rem;
}
.cid-vtMqarYbs5 .nav-link {
  position: relative;
}
.cid-vtMqarYbs5 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-vtMqarYbs5 .nav-link:hover:before {
  width: 100%;
}
.cid-vtMqarYbs5 nav.navbar {
  position: fixed;
}
.cid-vtMqarYbs5 .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-vtMqarYbs5 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtMqarYbs5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtMqarYbs5 .dropdown-item:hover,
.cid-vtMqarYbs5 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-vtMqarYbs5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtMqarYbs5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtMqarYbs5 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vtMqarYbs5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtMqarYbs5 .container {
  display: flex;
  margin: auto;
}
.cid-vtMqarYbs5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtMqarYbs5 .dropdown-menu,
.cid-vtMqarYbs5 .navbar.opened {
  background: #403f83 !important;
}
.cid-vtMqarYbs5 .nav-item:focus,
.cid-vtMqarYbs5 .nav-link:focus {
  outline: none;
}
.cid-vtMqarYbs5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtMqarYbs5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtMqarYbs5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtMqarYbs5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtMqarYbs5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtMqarYbs5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtMqarYbs5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #403f83 !important;
  transition: all 0.3s;
}
.cid-vtMqarYbs5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #403f83;
}
.cid-vtMqarYbs5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vtMqarYbs5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtMqarYbs5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vtMqarYbs5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vtMqarYbs5 .navbar.collapsed {
  justify-content: center;
}
.cid-vtMqarYbs5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtMqarYbs5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtMqarYbs5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtMqarYbs5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtMqarYbs5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtMqarYbs5 .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-vtMqarYbs5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtMqarYbs5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtMqarYbs5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtMqarYbs5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtMqarYbs5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtMqarYbs5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtMqarYbs5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtMqarYbs5 .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-vtMqarYbs5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtMqarYbs5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtMqarYbs5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtMqarYbs5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtMqarYbs5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtMqarYbs5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtMqarYbs5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtMqarYbs5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtMqarYbs5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtMqarYbs5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtMqarYbs5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtMqarYbs5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtMqarYbs5 .dropdown-item.active,
.cid-vtMqarYbs5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vtMqarYbs5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtMqarYbs5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtMqarYbs5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtMqarYbs5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #403f83;
}
.cid-vtMqarYbs5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtMqarYbs5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtMqarYbs5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtMqarYbs5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtMqarYbs5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtMqarYbs5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vtMqarYbs5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtMqarYbs5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqarYbs5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqarYbs5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtMqarYbs5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqarYbs5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtMqarYbs5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtMqarYbs5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqarYbs5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtMqarYbs5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtMqarYbs5 .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-vtMqarYbs5 .navbar {
    height: 70px;
  }
  .cid-vtMqarYbs5 .navbar.opened {
    height: auto;
  }
  .cid-vtMqarYbs5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtMqasm6Cg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vtMqasm6Cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqasm6Cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqasm6Cg .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vtMqasm6Cg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMqasm6Cg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vtMqasm6Cg .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vtMqasm6Cg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vtMqasm6Cg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMqasm6Cg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vtMqasm6Cg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vtMqasm6Cg .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vtMqasm6Cg .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vtMqasm6Cg .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vtMqasm6Cg .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMqasm6Cg .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vtMqasm6Cg .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vtMqasm6Cg .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vtMqasm6Cg .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vtMqasm6Cg .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vtMqasm6Cg .mbr-label,
.cid-vtMqasm6Cg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMqasm6Cg .mbr-section-title,
.cid-vtMqasm6Cg .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMqasm6Cg .mbr-text {
  color: #515151;
}
.cid-vtMqasDdBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vtMqasDdBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqasDdBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqasDdBh .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vtMqasDdBh .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vtMqasDdBh .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vtMqasDdBh .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMqasDdBh .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vtMqasDdBh .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vtMqasDdBh .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtMqasDdBh .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtMqasDdBh .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vtMqasDdBh .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vtMqasDdBh .items-wrapper {
    margin-top: 40px;
  }
}
.cid-vtMqasDdBh .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vtMqasDdBh .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-vtMqasDdBh .item {
  width: 100%;
}
.cid-vtMqasDdBh .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-vtMqasDdBh .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-vtMqasDdBh .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-vtMqasDdBh .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vtMqasDdBh .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-vtMqasDdBh .mbr-label {
  color: #9ba9c4;
}
.cid-vtMqasDdBh .mbr-section-title {
  color: #ffffff;
}
.cid-vtMqasDdBh .mbr-text,
.cid-vtMqasDdBh .text-wrapper {
  color: #9ba9c4;
}
.cid-vtMqasDdBh .item-title {
  color: #d1d4e3;
}
.cid-vtMqasTkpt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vtMqasTkpt .google-map {
  height: 30rem;
  position: relative;
}
.cid-vtMqasTkpt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtMqasTkpt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtMqasTkpt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtMqasTkpt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtMqasTkpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqasTkpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqataPPh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtMqataPPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqataPPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqataPPh .row {
  justify-content: center;
}
.cid-vtMqataPPh .card {
  justify-content: center;
}
.cid-vtMqataPPh .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vtMqataPPh .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtMqataPPh .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtMqataPPh .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtMqataPPh .nav-wrapper .list .item-wrap:hover,
.cid-vtMqataPPh .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vtMqataPPh .list,
.cid-vtMqataPPh .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtMqfxAt0K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-vtMqfxAt0K {
    flex-wrap: wrap;
  }
  .cid-vtMqfxAt0K .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-vtMqfxAt0K .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vtMqfxAt0K .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vtMqfxAt0K .btn {
  padding: 0.3rem 2rem;
}
.cid-vtMqfxAt0K .nav-link {
  position: relative;
}
.cid-vtMqfxAt0K .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-vtMqfxAt0K .nav-link:hover:before {
  width: 100%;
}
.cid-vtMqfxAt0K nav.navbar {
  position: fixed;
}
.cid-vtMqfxAt0K .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-vtMqfxAt0K .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtMqfxAt0K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtMqfxAt0K .dropdown-item:hover,
.cid-vtMqfxAt0K .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-vtMqfxAt0K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtMqfxAt0K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtMqfxAt0K .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vtMqfxAt0K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtMqfxAt0K .container {
  display: flex;
  margin: auto;
}
.cid-vtMqfxAt0K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtMqfxAt0K .dropdown-menu,
.cid-vtMqfxAt0K .navbar.opened {
  background: #403f83 !important;
}
.cid-vtMqfxAt0K .nav-item:focus,
.cid-vtMqfxAt0K .nav-link:focus {
  outline: none;
}
.cid-vtMqfxAt0K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtMqfxAt0K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtMqfxAt0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtMqfxAt0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtMqfxAt0K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtMqfxAt0K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtMqfxAt0K .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #403f83 !important;
  transition: all 0.3s;
}
.cid-vtMqfxAt0K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #403f83;
}
.cid-vtMqfxAt0K .navbar.opened {
  transition: all 0.3s;
}
.cid-vtMqfxAt0K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtMqfxAt0K .navbar .navbar-logo img {
  width: auto;
}
.cid-vtMqfxAt0K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vtMqfxAt0K .navbar.collapsed {
  justify-content: center;
}
.cid-vtMqfxAt0K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtMqfxAt0K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtMqfxAt0K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtMqfxAt0K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtMqfxAt0K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtMqfxAt0K .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-vtMqfxAt0K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtMqfxAt0K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtMqfxAt0K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtMqfxAt0K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtMqfxAt0K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtMqfxAt0K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtMqfxAt0K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtMqfxAt0K .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-vtMqfxAt0K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtMqfxAt0K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtMqfxAt0K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtMqfxAt0K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtMqfxAt0K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtMqfxAt0K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtMqfxAt0K .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtMqfxAt0K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtMqfxAt0K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtMqfxAt0K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtMqfxAt0K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtMqfxAt0K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtMqfxAt0K .dropdown-item.active,
.cid-vtMqfxAt0K .dropdown-item:active {
  background-color: transparent;
}
.cid-vtMqfxAt0K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtMqfxAt0K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtMqfxAt0K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtMqfxAt0K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #403f83;
}
.cid-vtMqfxAt0K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtMqfxAt0K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtMqfxAt0K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtMqfxAt0K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtMqfxAt0K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtMqfxAt0K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vtMqfxAt0K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtMqfxAt0K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqfxAt0K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqfxAt0K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtMqfxAt0K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqfxAt0K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtMqfxAt0K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtMqfxAt0K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqfxAt0K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtMqfxAt0K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtMqfxAt0K .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-vtMqfxAt0K .navbar {
    height: 70px;
  }
  .cid-vtMqfxAt0K .navbar.opened {
    height: auto;
  }
  .cid-vtMqfxAt0K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtMqfxXw7x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vtMqfxXw7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqfxXw7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqfxXw7x .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vtMqfxXw7x .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMqfxXw7x .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vtMqfxXw7x .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vtMqfxXw7x .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vtMqfxXw7x .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMqfxXw7x .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vtMqfxXw7x .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vtMqfxXw7x .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vtMqfxXw7x .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vtMqfxXw7x .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vtMqfxXw7x .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMqfxXw7x .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vtMqfxXw7x .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vtMqfxXw7x .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vtMqfxXw7x .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vtMqfxXw7x .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vtMqfxXw7x .mbr-label,
.cid-vtMqfxXw7x .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMqfxXw7x .mbr-section-title,
.cid-vtMqfxXw7x .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMqfxXw7x .mbr-text {
  color: #515151;
}
.cid-vtMqfycIow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vtMqfycIow .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqfycIow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqfycIow .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vtMqfycIow .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vtMqfycIow .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vtMqfycIow .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMqfycIow .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vtMqfycIow .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vtMqfycIow .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtMqfycIow .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtMqfycIow .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vtMqfycIow .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vtMqfycIow .items-wrapper {
    margin-top: 40px;
  }
}
.cid-vtMqfycIow .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vtMqfycIow .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-vtMqfycIow .item {
  width: 100%;
}
.cid-vtMqfycIow .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-vtMqfycIow .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-vtMqfycIow .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-vtMqfycIow .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vtMqfycIow .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-vtMqfycIow .mbr-label {
  color: #9ba9c4;
}
.cid-vtMqfycIow .mbr-section-title {
  color: #ffffff;
}
.cid-vtMqfycIow .mbr-text,
.cid-vtMqfycIow .text-wrapper {
  color: #9ba9c4;
}
.cid-vtMqfycIow .item-title {
  color: #d1d4e3;
}
.cid-vtMqfyrkFM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vtMqfyrkFM .google-map {
  height: 30rem;
  position: relative;
}
.cid-vtMqfyrkFM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtMqfyrkFM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtMqfyrkFM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtMqfyrkFM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtMqfyrkFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqfyrkFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqfyJWq4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtMqfyJWq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqfyJWq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqfyJWq4 .row {
  justify-content: center;
}
.cid-vtMqfyJWq4 .card {
  justify-content: center;
}
.cid-vtMqfyJWq4 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vtMqfyJWq4 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtMqfyJWq4 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtMqfyJWq4 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtMqfyJWq4 .nav-wrapper .list .item-wrap:hover,
.cid-vtMqfyJWq4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vtMqfyJWq4 .list,
.cid-vtMqfyJWq4 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtMqmiYHfh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-vtMqmiYHfh {
    flex-wrap: wrap;
  }
  .cid-vtMqmiYHfh .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-vtMqmiYHfh .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vtMqmiYHfh .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vtMqmiYHfh .btn {
  padding: 0.3rem 2rem;
}
.cid-vtMqmiYHfh .nav-link {
  position: relative;
}
.cid-vtMqmiYHfh .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-vtMqmiYHfh .nav-link:hover:before {
  width: 100%;
}
.cid-vtMqmiYHfh nav.navbar {
  position: fixed;
}
.cid-vtMqmiYHfh .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-vtMqmiYHfh .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtMqmiYHfh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtMqmiYHfh .dropdown-item:hover,
.cid-vtMqmiYHfh .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-vtMqmiYHfh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtMqmiYHfh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtMqmiYHfh .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vtMqmiYHfh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtMqmiYHfh .container {
  display: flex;
  margin: auto;
}
.cid-vtMqmiYHfh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtMqmiYHfh .dropdown-menu,
.cid-vtMqmiYHfh .navbar.opened {
  background: #403f83 !important;
}
.cid-vtMqmiYHfh .nav-item:focus,
.cid-vtMqmiYHfh .nav-link:focus {
  outline: none;
}
.cid-vtMqmiYHfh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtMqmiYHfh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtMqmiYHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtMqmiYHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtMqmiYHfh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtMqmiYHfh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtMqmiYHfh .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #403f83 !important;
  transition: all 0.3s;
}
.cid-vtMqmiYHfh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #403f83;
}
.cid-vtMqmiYHfh .navbar.opened {
  transition: all 0.3s;
}
.cid-vtMqmiYHfh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtMqmiYHfh .navbar .navbar-logo img {
  width: auto;
}
.cid-vtMqmiYHfh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vtMqmiYHfh .navbar.collapsed {
  justify-content: center;
}
.cid-vtMqmiYHfh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtMqmiYHfh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtMqmiYHfh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtMqmiYHfh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtMqmiYHfh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtMqmiYHfh .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-vtMqmiYHfh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtMqmiYHfh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtMqmiYHfh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtMqmiYHfh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtMqmiYHfh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtMqmiYHfh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtMqmiYHfh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtMqmiYHfh .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-vtMqmiYHfh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtMqmiYHfh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtMqmiYHfh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtMqmiYHfh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtMqmiYHfh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtMqmiYHfh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtMqmiYHfh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtMqmiYHfh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtMqmiYHfh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtMqmiYHfh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtMqmiYHfh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtMqmiYHfh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtMqmiYHfh .dropdown-item.active,
.cid-vtMqmiYHfh .dropdown-item:active {
  background-color: transparent;
}
.cid-vtMqmiYHfh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtMqmiYHfh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtMqmiYHfh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtMqmiYHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #403f83;
}
.cid-vtMqmiYHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtMqmiYHfh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtMqmiYHfh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtMqmiYHfh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtMqmiYHfh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtMqmiYHfh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vtMqmiYHfh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtMqmiYHfh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqmiYHfh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqmiYHfh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtMqmiYHfh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqmiYHfh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtMqmiYHfh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtMqmiYHfh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqmiYHfh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtMqmiYHfh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtMqmiYHfh .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-vtMqmiYHfh .navbar {
    height: 70px;
  }
  .cid-vtMqmiYHfh .navbar.opened {
    height: auto;
  }
  .cid-vtMqmiYHfh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtMqmjmO3m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vtMqmjmO3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqmjmO3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqmjmO3m .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vtMqmjmO3m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMqmjmO3m .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vtMqmjmO3m .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vtMqmjmO3m .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vtMqmjmO3m .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMqmjmO3m .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vtMqmjmO3m .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vtMqmjmO3m .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vtMqmjmO3m .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vtMqmjmO3m .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vtMqmjmO3m .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtMqmjmO3m .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vtMqmjmO3m .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vtMqmjmO3m .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vtMqmjmO3m .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vtMqmjmO3m .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vtMqmjmO3m .mbr-label,
.cid-vtMqmjmO3m .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMqmjmO3m .mbr-section-title,
.cid-vtMqmjmO3m .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtMqmjmO3m .mbr-text {
  color: #515151;
}
.cid-vtMqmjDXfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vtMqmjDXfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqmjDXfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqmjDXfQ .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vtMqmjDXfQ .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vtMqmjDXfQ .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vtMqmjDXfQ .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtMqmjDXfQ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vtMqmjDXfQ .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vtMqmjDXfQ .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtMqmjDXfQ .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtMqmjDXfQ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vtMqmjDXfQ .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vtMqmjDXfQ .items-wrapper {
    margin-top: 40px;
  }
}
.cid-vtMqmjDXfQ .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vtMqmjDXfQ .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-vtMqmjDXfQ .item {
  width: 100%;
}
.cid-vtMqmjDXfQ .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-vtMqmjDXfQ .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-vtMqmjDXfQ .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-vtMqmjDXfQ .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vtMqmjDXfQ .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-vtMqmjDXfQ .mbr-label {
  color: #9ba9c4;
}
.cid-vtMqmjDXfQ .mbr-section-title {
  color: #ffffff;
}
.cid-vtMqmjDXfQ .mbr-text,
.cid-vtMqmjDXfQ .text-wrapper {
  color: #9ba9c4;
}
.cid-vtMqmjDXfQ .item-title {
  color: #d1d4e3;
}
.cid-vtMqmjTOzi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vtMqmjTOzi .google-map {
  height: 30rem;
  position: relative;
}
.cid-vtMqmjTOzi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtMqmjTOzi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtMqmjTOzi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtMqmjTOzi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtMqmjTOzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqmjTOzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqmkcdEf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtMqmkcdEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqmkcdEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqmkcdEf .row {
  justify-content: center;
}
.cid-vtMqmkcdEf .card {
  justify-content: center;
}
.cid-vtMqmkcdEf .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vtMqmkcdEf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtMqmkcdEf .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtMqmkcdEf .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtMqmkcdEf .nav-wrapper .list .item-wrap:hover,
.cid-vtMqmkcdEf .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vtMqmkcdEf .list,
.cid-vtMqmkcdEf .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtMqt3Bmoi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-vtMqt3Bmoi {
    flex-wrap: wrap;
  }
  .cid-vtMqt3Bmoi .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-vtMqt3Bmoi .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vtMqt3Bmoi .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vtMqt3Bmoi .btn {
  padding: 0.3rem 2rem;
}
.cid-vtMqt3Bmoi .nav-link {
  position: relative;
}
.cid-vtMqt3Bmoi .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-vtMqt3Bmoi .nav-link:hover:before {
  width: 100%;
}
.cid-vtMqt3Bmoi nav.navbar {
  position: fixed;
}
.cid-vtMqt3Bmoi .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-vtMqt3Bmoi .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtMqt3Bmoi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtMqt3Bmoi .dropdown-item:hover,
.cid-vtMqt3Bmoi .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-vtMqt3Bmoi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtMqt3Bmoi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtMqt3Bmoi .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vtMqt3Bmoi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtMqt3Bmoi .container {
  display: flex;
  margin: auto;
}
.cid-vtMqt3Bmoi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtMqt3Bmoi .dropdown-menu,
.cid-vtMqt3Bmoi .navbar.opened {
  background: #403f83 !important;
}
.cid-vtMqt3Bmoi .nav-item:focus,
.cid-vtMqt3Bmoi .nav-link:focus {
  outline: none;
}
.cid-vtMqt3Bmoi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtMqt3Bmoi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtMqt3Bmoi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtMqt3Bmoi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtMqt3Bmoi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtMqt3Bmoi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtMqt3Bmoi .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #403f83 !important;
  transition: all 0.3s;
}
.cid-vtMqt3Bmoi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #403f83;
}
.cid-vtMqt3Bmoi .navbar.opened {
  transition: all 0.3s;
}
.cid-vtMqt3Bmoi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtMqt3Bmoi .navbar .navbar-logo img {
  width: auto;
}
.cid-vtMqt3Bmoi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vtMqt3Bmoi .navbar.collapsed {
  justify-content: center;
}
.cid-vtMqt3Bmoi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtMqt3Bmoi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtMqt3Bmoi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtMqt3Bmoi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtMqt3Bmoi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtMqt3Bmoi .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-vtMqt3Bmoi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtMqt3Bmoi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtMqt3Bmoi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtMqt3Bmoi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtMqt3Bmoi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtMqt3Bmoi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtMqt3Bmoi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtMqt3Bmoi .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-vtMqt3Bmoi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtMqt3Bmoi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtMqt3Bmoi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtMqt3Bmoi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtMqt3Bmoi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtMqt3Bmoi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtMqt3Bmoi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtMqt3Bmoi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtMqt3Bmoi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtMqt3Bmoi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtMqt3Bmoi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtMqt3Bmoi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtMqt3Bmoi .dropdown-item.active,
.cid-vtMqt3Bmoi .dropdown-item:active {
  background-color: transparent;
}
.cid-vtMqt3Bmoi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtMqt3Bmoi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtMqt3Bmoi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtMqt3Bmoi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #403f83;
}
.cid-vtMqt3Bmoi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtMqt3Bmoi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtMqt3Bmoi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtMqt3Bmoi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtMqt3Bmoi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtMqt3Bmoi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vtMqt3Bmoi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtMqt3Bmoi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqt3Bmoi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqt3Bmoi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtMqt3Bmoi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqt3Bmoi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtMqt3Bmoi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtMqt3Bmoi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqt3Bmoi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtMqt3Bmoi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtMqt3Bmoi .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-vtMqt3Bmoi .navbar {
    height: 70px;
  }
  .cid-vtMqt3Bmoi .navbar.opened {
    height: auto;
  }
  .cid-vtMqt3Bmoi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtMqvockbW {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-vtMqvockbW .mbr-section-title {
  text-align: center;
}
.cid-vtMqvockbW .mbr-text,
.cid-vtMqvockbW .mbr-section-btn {
  text-align: justify;
  color: #696969;
}
.cid-vtMqvockbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqvockbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqt4MrRQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtMqt4MrRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqt4MrRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqt4MrRQ .row {
  justify-content: center;
}
.cid-vtMqt4MrRQ .card {
  justify-content: center;
}
.cid-vtMqt4MrRQ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vtMqt4MrRQ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtMqt4MrRQ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtMqt4MrRQ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtMqt4MrRQ .nav-wrapper .list .item-wrap:hover,
.cid-vtMqt4MrRQ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vtMqt4MrRQ .list,
.cid-vtMqt4MrRQ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtMqyopV6k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-vtMqyopV6k {
    flex-wrap: wrap;
  }
  .cid-vtMqyopV6k .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-vtMqyopV6k .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vtMqyopV6k .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vtMqyopV6k .btn {
  padding: 0.3rem 2rem;
}
.cid-vtMqyopV6k .nav-link {
  position: relative;
}
.cid-vtMqyopV6k .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-vtMqyopV6k .nav-link:hover:before {
  width: 100%;
}
.cid-vtMqyopV6k nav.navbar {
  position: fixed;
}
.cid-vtMqyopV6k .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-vtMqyopV6k .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtMqyopV6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtMqyopV6k .dropdown-item:hover,
.cid-vtMqyopV6k .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-vtMqyopV6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtMqyopV6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtMqyopV6k .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vtMqyopV6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtMqyopV6k .container {
  display: flex;
  margin: auto;
}
.cid-vtMqyopV6k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtMqyopV6k .dropdown-menu,
.cid-vtMqyopV6k .navbar.opened {
  background: #403f83 !important;
}
.cid-vtMqyopV6k .nav-item:focus,
.cid-vtMqyopV6k .nav-link:focus {
  outline: none;
}
.cid-vtMqyopV6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtMqyopV6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtMqyopV6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtMqyopV6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtMqyopV6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtMqyopV6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtMqyopV6k .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #403f83 !important;
  transition: all 0.3s;
}
.cid-vtMqyopV6k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #403f83;
}
.cid-vtMqyopV6k .navbar.opened {
  transition: all 0.3s;
}
.cid-vtMqyopV6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtMqyopV6k .navbar .navbar-logo img {
  width: auto;
}
.cid-vtMqyopV6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vtMqyopV6k .navbar.collapsed {
  justify-content: center;
}
.cid-vtMqyopV6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtMqyopV6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtMqyopV6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtMqyopV6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtMqyopV6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtMqyopV6k .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-vtMqyopV6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtMqyopV6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtMqyopV6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtMqyopV6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtMqyopV6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtMqyopV6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtMqyopV6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtMqyopV6k .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-vtMqyopV6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtMqyopV6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtMqyopV6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtMqyopV6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtMqyopV6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtMqyopV6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtMqyopV6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtMqyopV6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtMqyopV6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtMqyopV6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtMqyopV6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtMqyopV6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtMqyopV6k .dropdown-item.active,
.cid-vtMqyopV6k .dropdown-item:active {
  background-color: transparent;
}
.cid-vtMqyopV6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtMqyopV6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtMqyopV6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtMqyopV6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #403f83;
}
.cid-vtMqyopV6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtMqyopV6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtMqyopV6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtMqyopV6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtMqyopV6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtMqyopV6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vtMqyopV6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtMqyopV6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqyopV6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtMqyopV6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtMqyopV6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqyopV6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtMqyopV6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtMqyopV6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtMqyopV6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtMqyopV6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtMqyopV6k .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-vtMqyopV6k .navbar {
    height: 70px;
  }
  .cid-vtMqyopV6k .navbar.opened {
    height: auto;
  }
  .cid-vtMqyopV6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtMqyoKBGG {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-vtMqyoKBGG .mbr-section-title {
  text-align: center;
}
.cid-vtMqyoKBGG .mbr-text,
.cid-vtMqyoKBGG .mbr-section-btn {
  text-align: justify;
  color: #696969;
}
.cid-vtMqyoKBGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqyoKBGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqyoXLaN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtMqyoXLaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtMqyoXLaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtMqyoXLaN .row {
  justify-content: center;
}
.cid-vtMqyoXLaN .card {
  justify-content: center;
}
.cid-vtMqyoXLaN .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vtMqyoXLaN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtMqyoXLaN .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtMqyoXLaN .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtMqyoXLaN .nav-wrapper .list .item-wrap:hover,
.cid-vtMqyoXLaN .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vtMqyoXLaN .list,
.cid-vtMqyoXLaN .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
