.btn {
  border-width: 2px;
}
body {
  font-family: Albert Sans;
}
.display-1 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
.display-2 {
  line-height: 1;
}
.display-5 {
  line-height: 1;
}
.display-7 {
  line-height: 1.2;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .display-2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #130c1f !important;
}
.bg-success {
  background-color: #6bffc7 !important;
}
.bg-info {
  background-color: #6500e0 !important;
}
.bg-warning {
  background-color: #fffa63 !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-primary,
.btn-primary:active {
  background-color: #130c1f !important;
  border-color: #130c1f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-primary:hover {
  box-shadow: none;
  color: #130c1f !important;
}
.btn-primary:hover:before {
  transform: translateX(0);
}
.btn-secondary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff57be !important;
  border-color: #ff57be !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-secondary:hover {
  box-shadow: none;
  color: #ff57be !important;
}
.btn-secondary:hover:before {
  transform: translateX(0);
}
.btn-info {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-info,
.btn-info:active {
  background-color: #6500e0 !important;
  border-color: #6500e0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3e0089 !important;
  border-color: #3e0089 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3e0089 !important;
  border-color: #3e0089 !important;
}
.btn-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-info:hover {
  box-shadow: none;
  color: #6500e0 !important;
}
.btn-info:hover:before {
  transform: translateX(0);
}
.btn-success {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-success,
.btn-success:active {
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
  color: #006b43 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #00140d !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #006b43 !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-success:hover {
  box-shadow: none;
  color: #6bffc7 !important;
}
.btn-success:hover:before {
  transform: translateX(0);
}
.btn-warning {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffa63 !important;
  border-color: #fffa63 !important;
  color: #636000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0c0c00 !important;
  background-color: #fff70c !important;
  border-color: #fff70c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #636000 !important;
  background-color: #fff70c !important;
  border-color: #fff70c !important;
}
.btn-warning:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-warning:hover {
  box-shadow: none;
  color: #fffa63 !important;
}
.btn-warning:hover:before {
  transform: translateX(0);
}
.btn-danger {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-danger:hover {
  box-shadow: none;
  color: #ffb18a !important;
}
.btn-danger:hover:before {
  transform: translateX(0);
}
.btn-white {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-white:hover {
  box-shadow: none;
  color: #fafafa !important;
}
.btn-white:hover:before {
  transform: translateX(0);
}
.btn-black {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-black:hover {
  box-shadow: none;
  color: #232323 !important;
}
.btn-black:hover:before {
  transform: translateX(0);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #130c1f;
  color: #130c1f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #130c1f !important;
  border-color: #130c1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff57be;
  color: #ff57be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff009c !important;
  background-color: transparent !important;
  border-color: #ff009c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff57be !important;
  border-color: #ff57be !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6500e0;
  color: #6500e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3e0089 !important;
  background-color: transparent !important;
  border-color: #3e0089 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6500e0 !important;
  border-color: #6500e0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6bffc7;
  color: #6bffc7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #14ffa6 !important;
  background-color: transparent !important;
  border-color: #14ffa6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #006b43 !important;
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fffa63;
  color: #fffa63;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fff70c !important;
  background-color: transparent !important;
  border-color: #fff70c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #636000 !important;
  background-color: #fffa63 !important;
  border-color: #fffa63 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffb18a;
  color: #ffb18a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !important;
  background-color: transparent !important;
  border-color: #ff7733 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #130c1f !important;
}
.text-secondary {
  color: #ff57be !important;
}
.text-success {
  color: #6bffc7 !important;
}
.text-info {
  color: #6500e0 !important;
}
.text-warning {
  color: #fffa63 !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #130c1f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff57be !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6bffc7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6500e0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fffa63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffb18a !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: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #130c1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6500e0;
}
.alert-warning {
  background-color: #fffa63;
}
.alert-danger {
  background-color: #ffb18a;
}
.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: #130c1f;
  border-color: #130c1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #130c1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c2b0e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d2adff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #130c1f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #130c1f;
}
/* 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: #130c1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #130c1f;
}
.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: #130c1f;
  border-bottom-color: #130c1f;
}
.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: #130c1f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff57be !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='%23130c1f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.menu-2 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.menu-2 > .mbr-iconfont {
  font-size: 1rem;
}
.underline {
  font-family: 'Montserrat Underline', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.underline > .mbr-iconfont {
  font-size: 1.3rem;
}
.cid-v3IQ7RrptN .navbar-dropdown {
  position: relative !important;
}
.cid-v3IQ7RrptN .navbar-dropdown {
  position: absolute !important;
}
.cid-v3IQ7RrptN .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v3IQ7RrptN .navbar.opened {
  transition: all 0.3s;
}
.cid-v3IQ7RrptN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3IQ7RrptN .navbar .navbar-logo img {
  width: auto;
}
.cid-v3IQ7RrptN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3IQ7RrptN .navbar.collapsed {
  justify-content: center;
}
.cid-v3IQ7RrptN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3IQ7RrptN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3IQ7RrptN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v3IQ7RrptN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3IQ7RrptN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3IQ7RrptN .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-v3IQ7RrptN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3IQ7RrptN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3IQ7RrptN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3IQ7RrptN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3IQ7RrptN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3IQ7RrptN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3IQ7RrptN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3IQ7RrptN .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-v3IQ7RrptN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3IQ7RrptN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3IQ7RrptN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3IQ7RrptN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3IQ7RrptN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3IQ7RrptN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3IQ7RrptN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3IQ7RrptN .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3IQ7RrptN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3IQ7RrptN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3IQ7RrptN .navbar-logo {
  margin: 0;
}
.cid-v3IQ7RrptN .container,
.cid-v3IQ7RrptN .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v3IQ7RrptN .container,
  .cid-v3IQ7RrptN .container-fluid {
    justify-content: space-between;
  }
}
.cid-v3IQ7RrptN .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3IQ7RrptN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3IQ7RrptN .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3IQ7RrptN .navbar-brand {
    display: none;
  }
}
.cid-v3IQ7RrptN .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-v3IQ7RrptN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3IQ7RrptN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3IQ7RrptN .dropdown-item:hover,
.cid-v3IQ7RrptN .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v3IQ7RrptN .dropdown-item:hover span {
  color: white;
}
.cid-v3IQ7RrptN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3IQ7RrptN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3IQ7RrptN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v3IQ7RrptN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3IQ7RrptN .nav-link {
  position: relative;
}
.cid-v3IQ7RrptN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3IQ7RrptN .container {
    flex-wrap: nowrap;
  }
}
.cid-v3IQ7RrptN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3IQ7RrptN .dropdown-menu,
.cid-v3IQ7RrptN .navbar.opened {
  background: #232323 !important;
}
.cid-v3IQ7RrptN .nav-item:focus,
.cid-v3IQ7RrptN .nav-link:focus {
  outline: none;
}
.cid-v3IQ7RrptN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3IQ7RrptN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3IQ7RrptN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3IQ7RrptN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3IQ7RrptN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3IQ7RrptN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3IQ7RrptN .dropdown-item.active,
.cid-v3IQ7RrptN .dropdown-item:active {
  background-color: transparent;
}
.cid-v3IQ7RrptN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3IQ7RrptN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3IQ7RrptN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3IQ7RrptN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v3IQ7RrptN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3IQ7RrptN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3IQ7RrptN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3IQ7RrptN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3IQ7RrptN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3IQ7RrptN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3IQ7RrptN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3IQ7RrptN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3IQ7RrptN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3IQ7RrptN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3IQ7RrptN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3IQ7RrptN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3IQ7RrptN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3IQ7RrptN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3IQ7RrptN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3IQ7RrptN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3IQ7RrptN .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-v3IQ7RrptN .navbar {
    height: 70px;
  }
  .cid-v3IQ7RrptN .navbar.opened {
    height: auto;
  }
  .cid-v3IQ7RrptN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7WnrPaHjc .modal-body .close {
  background: #1b1b1b;
}
.cid-v7WnrPaHjc .modal-body .close span {
  font-style: normal;
}
.cid-v7WnrPaHjc .carousel-control:hover {
  background: #1b1b1b;
  color: #dfdfdf;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7WnrPaHjc .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7WnrPaHjc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v7WnrPaHjc .boxed-slider > div {
  position: relative;
}
.cid-v7WnrPaHjc .container img {
  width: 100%;
}
.cid-v7WnrPaHjc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-v7WnrPaHjc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v7WnrPaHjc .mbr-table-cell {
  padding: 0;
}
.cid-v7WnrPaHjc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v7WnrPaHjc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v7WnrPaHjc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v7WnrPaHjc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-v7WnrPaHjc .carousel-item.active.right,
.cid-v7WnrPaHjc .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-v7WnrPaHjc .carousel-item.active.left,
.cid-v7WnrPaHjc .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-v7WnrPaHjc .carousel-item.active,
.cid-v7WnrPaHjc .carousel-item.next.left,
.cid-v7WnrPaHjc .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WnrPaHjc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7WnrPaHjc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-indicators li.active,
.cid-v7WnrPaHjc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-indicators li::after,
.cid-v7WnrPaHjc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v7WnrPaHjc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v7WnrPaHjc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v7WnrPaHjc .mbr-slider > .container img {
  width: 100%;
}
.cid-v7WnrPaHjc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v7WnrPaHjc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v7WnrPaHjc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7WnrPaHjc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v7WnrPaHjc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v7WnrPaHjc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-v7WnrPaHjc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v7WnrPaHjc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v7WnrPaHjc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v7WnrPaHjc .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v7WnrPaHjc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v7WnrPaHjc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v7WnrPaHjc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v7WnrPaHjc H2 {
  color: #dfdfdf;
}
.cid-v7WnrPaHjc P {
  color: #dfdfdf;
}
.cid-v9msKcAtpC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v9msKcAtpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9msKcAtpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6DTJsYhMn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v6DTJsYhMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6DTJsYhMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6DTJsYhMn .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6DTJsYhMn .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6DTJsYhMn .title-wrapper {
    width: 100%;
  }
}
.cid-v6DTJsYhMn .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6DTJsYhMn .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6DTJsYhMn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6DTJsYhMn .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6DTJsYhMn .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6DTJsYhMn .mbr-section-title {
  color: #ffffff;
}
.cid-v6DTJsYhMn .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v6DTJsYhMn .mbr-section-title,
.cid-v6DTJsYhMn .mbr-section-btn,
.cid-v6DTJsYhMn .subtitle-wrapper {
  text-align: center;
}
.cid-v6DTJsYhMn .mbr-section-title,
.cid-v6DTJsYhMn .subtitle-wrapper {
  text-align: justify;
}
.cid-v8fXSnsEYc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v8fXSnsEYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fXSnsEYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8fXSnsEYc .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v8fXSnsEYc .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v8fXSnsEYc .title-wrapper {
    width: 100%;
  }
}
.cid-v8fXSnsEYc .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v8fXSnsEYc .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v8fXSnsEYc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8fXSnsEYc .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v8fXSnsEYc .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v8fXSnsEYc .mbr-section-title {
  color: #ffffff;
}
.cid-v8fXSnsEYc .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v8fXSnsEYc .mbr-section-title,
.cid-v8fXSnsEYc .mbr-section-btn,
.cid-v8fXSnsEYc .subtitle-wrapper {
  text-align: center;
}
.cid-v8fXSnsEYc .mbr-section-title,
.cid-v8fXSnsEYc .subtitle-wrapper {
  text-align: justify;
}
.cid-vaCbeMWvjP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
  overflow: hidden;
}
.cid-vaCbeMWvjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaCbeMWvjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaCbeMWvjP .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vaCbeMWvjP .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaCbeMWvjP .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vaCbeMWvjP .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vaCbeMWvjP .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vaCbeMWvjP .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vaCbeMWvjP .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaCbeMWvjP .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaCbeMWvjP .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaCbeMWvjP .content-wrap .card {
  justify-content: center;
}
.cid-vaCbeMWvjP .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vaCbeMWvjP .item {
    margin-bottom: 40px;
  }
  .cid-vaCbeMWvjP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vaCbeMWvjP .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vaCbeMWvjP .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ff9966;
  margin-bottom: 16px;
}
.cid-vaCbeMWvjP .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vaCbeMWvjP .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vaCbeMWvjP .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vaCbeMWvjP .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vaCbeMWvjP .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vaCbeMWvjP .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vaCbeMWvjP::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
.cid-vaCbeMWvjP .mbr-label {
  color: #9ba9c4;
}
.cid-vaCbeMWvjP .mbr-section-title {
  color: #ffffff;
}
.cid-vaCbeMWvjP .mbr-text,
.cid-vaCbeMWvjP .text-wrapper {
  color: #9ba9c4;
}
.cid-vaCbeMWvjP .item-name {
  color: #ffffff;
}
.cid-vaCbeMWvjP .item-role {
  color: #9ba9c4;
  text-align: center;
}
.cid-vaCbeMWvjP .item-text {
  color: #9ba9c4;
}
.cid-vaC1vIMTHE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-vaC1vIMTHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaC1vIMTHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaC1vIMTHE .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vaC1vIMTHE .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaC1vIMTHE .title-wrapper {
    width: 100%;
  }
}
.cid-vaC1vIMTHE .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vaC1vIMTHE .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vaC1vIMTHE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaC1vIMTHE .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vaC1vIMTHE .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-vaC1vIMTHE .mbr-section-title {
  color: #ffffff;
}
.cid-vaC1vIMTHE .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-vaC1vIMTHE .mbr-section-title,
.cid-vaC1vIMTHE .mbr-section-btn,
.cid-vaC1vIMTHE .subtitle-wrapper {
  text-align: center;
}
.cid-vaC1vIMTHE .mbr-section-title,
.cid-vaC1vIMTHE .subtitle-wrapper {
  text-align: justify;
}
.cid-v7X1vx3VSM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v7X1vx3VSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7X1vx3VSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7X1vx3VSM b,
.cid-v7X1vx3VSM strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v7X1vx3VSM img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v7X1vx3VSM img {
    padding-bottom: 2rem;
  }
}
.cid-v7X1vx3VSM .row {
  align-items: center;
}
.cid-v7X1vx3VSM .mbr-section-title {
  color: #fff7f0;
}
.cid-v7X1vx3VSM .mbr-text,
.cid-v7X1vx3VSM .mbr-section-btn {
  color: #fff7f0;
}
.cid-v7X1vx3VSM .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v7X4cJK5t5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v7X4cJK5t5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7X4cJK5t5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7X4cJK5t5 b,
.cid-v7X4cJK5t5 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v7X4cJK5t5 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v7X4cJK5t5 img {
    padding-bottom: 2rem;
  }
}
.cid-v7X4cJK5t5 .row {
  align-items: center;
}
.cid-v7X4cJK5t5 .mbr-section-title {
  color: #fff7f0;
}
.cid-v7X4cJK5t5 .mbr-text,
.cid-v7X4cJK5t5 .mbr-section-btn {
  color: #fff7f0;
}
.cid-v7X4cJK5t5 .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v7X4NDtUCn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v7X4NDtUCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7X4NDtUCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7X4NDtUCn b,
.cid-v7X4NDtUCn strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v7X4NDtUCn img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v7X4NDtUCn img {
    padding-bottom: 2rem;
  }
}
.cid-v7X4NDtUCn .row {
  align-items: center;
}
.cid-v7X4NDtUCn .mbr-section-title {
  color: #fff7f0;
}
.cid-v7X4NDtUCn .mbr-text,
.cid-v7X4NDtUCn .mbr-section-btn {
  color: #fff7f0;
}
.cid-v7X4NDtUCn .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v7sQd235px {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7sQd235px .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7sQd235px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7sQd235px .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v7sQd235px .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v7sQd235px .title-wrapper {
    width: 100%;
  }
}
.cid-v7sQd235px .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7sQd235px .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v7sQd235px .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7sQd235px .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v7sQd235px .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v7sQd235px .mbr-section-title {
  color: #ffffff;
}
.cid-v7sQd235px .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v7sQd235px .mbr-section-title,
.cid-v7sQd235px .mbr-section-btn,
.cid-v7sQd235px .subtitle-wrapper {
  text-align: center;
}
.cid-v7sQd235px .mbr-section-title,
.cid-v7sQd235px .subtitle-wrapper {
  text-align: justify;
}
.cid-v7sS56TVVS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #190f2a;
}
.cid-v7sS56TVVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7sS56TVVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7sS56TVVS .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-v7sS56TVVS .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-v7sS56TVVS .image-wrapper .mbr-section-subtitle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-v7sS56TVVS b,
.cid-v7sS56TVVS strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v7sS56TVVS img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v7sS56TVVS img {
    padding-bottom: 2rem;
  }
}
.cid-v7sS56TVVS .row {
  align-items: center;
}
.cid-v7sS56TVVS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7sS56TVVS .mbr-text,
.cid-v7sS56TVVS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7sS56TVVS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v7sKj2weVr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v7sKj2weVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7sKj2weVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7sKj2weVr b,
.cid-v7sKj2weVr strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v7sKj2weVr img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v7sKj2weVr img {
    padding-bottom: 2rem;
  }
}
.cid-v7sKj2weVr .row {
  align-items: center;
}
.cid-v7sKj2weVr .mbr-section-title {
  color: #fff7f0;
}
.cid-v7sKj2weVr .mbr-text,
.cid-v7sKj2weVr .mbr-section-btn {
  color: #fff7f0;
}
.cid-v7sKj2weVr .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v6JdUdRcCt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v6JdUdRcCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6JdUdRcCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6JdUdRcCt b,
.cid-v6JdUdRcCt strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v6JdUdRcCt img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v6JdUdRcCt img {
    padding-bottom: 2rem;
  }
}
.cid-v6JdUdRcCt .row {
  align-items: center;
}
.cid-v6JdUdRcCt .mbr-section-title {
  color: #fff7f0;
}
.cid-v6JdUdRcCt .mbr-text,
.cid-v6JdUdRcCt .mbr-section-btn {
  color: #fff7f0;
}
.cid-v6JdUdRcCt .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v6CQuvncl2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v6CQuvncl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6CQuvncl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6CQuvncl2 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6CQuvncl2 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6CQuvncl2 .title-wrapper {
    width: 100%;
  }
}
.cid-v6CQuvncl2 .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6CQuvncl2 .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6CQuvncl2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6CQuvncl2 .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6CQuvncl2 .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6CQuvncl2 .mbr-section-title {
  color: #ffffff;
}
.cid-v6CQuvncl2 .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v6CQuvncl2 .mbr-section-title,
.cid-v6CQuvncl2 .mbr-section-btn,
.cid-v6CQuvncl2 .subtitle-wrapper {
  text-align: center;
}
.cid-v6CQuvncl2 .mbr-section-title,
.cid-v6CQuvncl2 .subtitle-wrapper {
  text-align: justify;
}
.cid-v6CUnAviTw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v6CUnAviTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6CUnAviTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6CUnAviTw .item {
  padding-bottom: 2rem;
}
.cid-v6CUnAviTw .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v6CUnAviTw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v6CUnAviTw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v6CUnAviTw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v6CUnAviTw .carousel-control,
.cid-v6CUnAviTw .close {
  background: #1b1b1b;
}
.cid-v6CUnAviTw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6CUnAviTw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6CUnAviTw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6CUnAviTw .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6CUnAviTw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v6CUnAviTw .close::before {
  content: '\e91a';
}
.cid-v6CUnAviTw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6CUnAviTw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v6CUnAviTw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6CUnAviTw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6CUnAviTw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6CUnAviTw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6CUnAviTw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v6CUnAviTw .carousel-indicators li.active,
.cid-v6CUnAviTw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6CUnAviTw .carousel-indicators li::after,
.cid-v6CUnAviTw .carousel-indicators li::before {
  content: none;
}
.cid-v6CUnAviTw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6CUnAviTw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6CUnAviTw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6CUnAviTw .carousel-indicators {
    display: none;
  }
}
.cid-v6CUnAviTw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6CUnAviTw .carousel-inner > .active {
  display: block;
}
.cid-v6CUnAviTw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6CUnAviTw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6CUnAviTw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6CUnAviTw .carousel-control,
  .cid-v6CUnAviTw .carousel-indicators,
  .cid-v6CUnAviTw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6CUnAviTw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6CUnAviTw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6CUnAviTw .carousel-indicators .active,
.cid-v6CUnAviTw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6CUnAviTw .carousel-indicators .active {
  background: #fff;
}
.cid-v6CUnAviTw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6CUnAviTw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6CUnAviTw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6CUnAviTw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6CUnAviTw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6CUnAviTw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6CUnAviTw .carousel {
  width: 100%;
}
.cid-v6CUnAviTw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6CUnAviTw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6CUnAviTw .modal.fade .modal-dialog,
.cid-v6CUnAviTw .modal.in .modal-dialog {
  transform: none;
}
.cid-v6CUnAviTw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6CUnAviTw H6 {
  text-align: center;
}
.cid-v6CUnAviTw H3 {
  text-align: center;
  font-size: 20px;
}
.cid-v6CUnAviTw .mbr-item-subtitle {
  color: #fff7f0;
}
.cid-v6hgyvDDCq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v6hgyvDDCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6hgyvDDCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6hgyvDDCq .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6hgyvDDCq .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6hgyvDDCq .title-wrapper {
    width: 100%;
  }
}
.cid-v6hgyvDDCq .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6hgyvDDCq .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6hgyvDDCq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6hgyvDDCq .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6hgyvDDCq .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6hgyvDDCq .mbr-section-title {
  color: #ffffff;
}
.cid-v6hgyvDDCq .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v6hgyvDDCq .mbr-section-title,
.cid-v6hgyvDDCq .mbr-section-btn,
.cid-v6hgyvDDCq .subtitle-wrapper {
  text-align: center;
}
.cid-v6hgyvDDCq .mbr-section-title,
.cid-v6hgyvDDCq .subtitle-wrapper {
  text-align: justify;
}
.cid-v64plg0gEj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v64plg0gEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64plg0gEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64plg0gEj b,
.cid-v64plg0gEj strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v64plg0gEj img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v64plg0gEj img {
    padding-bottom: 2rem;
  }
}
.cid-v64plg0gEj .row {
  align-items: center;
}
.cid-v64plg0gEj .mbr-section-title {
  color: #fff7f0;
}
.cid-v64plg0gEj .mbr-text,
.cid-v64plg0gEj .mbr-section-btn {
  color: #fff7f0;
}
.cid-v64plg0gEj .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v64puLXvHq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v64puLXvHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64puLXvHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64puLXvHq b,
.cid-v64puLXvHq strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v64puLXvHq img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v64puLXvHq img {
    padding-bottom: 2rem;
  }
}
.cid-v64puLXvHq .row {
  align-items: center;
}
.cid-v64puLXvHq .mbr-section-title {
  color: #fff7f0;
}
.cid-v64puLXvHq .mbr-text,
.cid-v64puLXvHq .mbr-section-btn {
  color: #fff7f0;
}
.cid-v64puLXvHq .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v41mscQ4YG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v41mscQ4YG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v41mscQ4YG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v41mscQ4YG .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v41mscQ4YG .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v41mscQ4YG .title-wrapper {
    width: 100%;
  }
}
.cid-v41mscQ4YG .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v41mscQ4YG .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v41mscQ4YG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v41mscQ4YG .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v41mscQ4YG .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v41mscQ4YG .mbr-section-title {
  color: #ffffff;
}
.cid-v41mscQ4YG .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v41mscQ4YG .mbr-section-title,
.cid-v41mscQ4YG .mbr-section-btn,
.cid-v41mscQ4YG .subtitle-wrapper {
  text-align: center;
}
.cid-v41mscQ4YG .mbr-section-title,
.cid-v41mscQ4YG .subtitle-wrapper {
  text-align: justify;
}
.cid-v43YPT5PwU {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #190f2a;
}
.cid-v43YPT5PwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v43YPT5PwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v43YPT5PwU b,
.cid-v43YPT5PwU strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v43YPT5PwU img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v43YPT5PwU img {
    padding-bottom: 2rem;
  }
}
.cid-v43YPT5PwU .row {
  align-items: center;
}
.cid-v43YPT5PwU .mbr-section-title {
  color: #fff7f0;
}
.cid-v43YPT5PwU .mbr-text,
.cid-v43YPT5PwU .mbr-section-btn {
  color: #fff7f0;
}
.cid-v43YPT5PwU .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v408U5qXv9 .navbar-dropdown {
  position: relative !important;
}
.cid-v408U5qXv9 .navbar-dropdown {
  position: absolute !important;
}
.cid-v408U5qXv9 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v408U5qXv9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v408U5qXv9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v408U5qXv9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v408U5qXv9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v408U5qXv9 .navbar.collapsed {
  justify-content: center;
}
.cid-v408U5qXv9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v408U5qXv9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v408U5qXv9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v408U5qXv9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v408U5qXv9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v408U5qXv9 .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-v408U5qXv9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v408U5qXv9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v408U5qXv9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v408U5qXv9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v408U5qXv9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v408U5qXv9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v408U5qXv9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v408U5qXv9 .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-v408U5qXv9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v408U5qXv9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v408U5qXv9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v408U5qXv9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v408U5qXv9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v408U5qXv9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v408U5qXv9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v408U5qXv9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v408U5qXv9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v408U5qXv9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v408U5qXv9 .navbar-logo {
  margin: 0;
}
.cid-v408U5qXv9 .container,
.cid-v408U5qXv9 .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v408U5qXv9 .container,
  .cid-v408U5qXv9 .container-fluid {
    justify-content: space-between;
  }
}
.cid-v408U5qXv9 .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v408U5qXv9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v408U5qXv9 .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v408U5qXv9 .navbar-brand {
    display: none;
  }
}
.cid-v408U5qXv9 .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-v408U5qXv9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v408U5qXv9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v408U5qXv9 .dropdown-item:hover,
.cid-v408U5qXv9 .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v408U5qXv9 .dropdown-item:hover span {
  color: white;
}
.cid-v408U5qXv9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v408U5qXv9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v408U5qXv9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v408U5qXv9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v408U5qXv9 .nav-link {
  position: relative;
}
.cid-v408U5qXv9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v408U5qXv9 .container {
    flex-wrap: nowrap;
  }
}
.cid-v408U5qXv9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v408U5qXv9 .dropdown-menu,
.cid-v408U5qXv9 .navbar.opened {
  background: #232323 !important;
}
.cid-v408U5qXv9 .nav-item:focus,
.cid-v408U5qXv9 .nav-link:focus {
  outline: none;
}
.cid-v408U5qXv9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v408U5qXv9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v408U5qXv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v408U5qXv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v408U5qXv9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v408U5qXv9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v408U5qXv9 .dropdown-item.active,
.cid-v408U5qXv9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v408U5qXv9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v408U5qXv9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v408U5qXv9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v408U5qXv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v408U5qXv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v408U5qXv9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v408U5qXv9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v408U5qXv9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v408U5qXv9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v408U5qXv9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v408U5qXv9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v408U5qXv9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v408U5qXv9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v408U5qXv9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v408U5qXv9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v408U5qXv9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v408U5qXv9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v408U5qXv9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v408U5qXv9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v408U5qXv9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v408U5qXv9 .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-v408U5qXv9 .navbar {
    height: 70px;
  }
  .cid-v408U5qXv9 .navbar.opened {
    height: auto;
  }
  .cid-v408U5qXv9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v408U6uIfe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v408U6uIfe .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-v408U6uIfe .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-v408U6uIfe .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v408U6uIfe .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-v408U6uIfe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v408U6uIfe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v408U6uIfe b,
.cid-v408U6uIfe strong {
  font-weight: 900;
}
.cid-v408U6uIfe img,
.cid-v408U6uIfe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v408U6uIfe .item:focus,
.cid-v408U6uIfe span:focus {
  outline: none;
}
.cid-v408U6uIfe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v408U6uIfe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v408U6uIfe .mbr-section-title {
  color: #17003b;
}
.cid-v408U6uIfe .mbr-text,
.cid-v408U6uIfe .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-v408U6uIfe .item-title {
  text-align: center;
  color: #17003b;
}
.cid-v408U6uIfe .mbr-section-subtitle {
  color: #17003b;
}
.cid-v408U6uIfe .item-subtitle,
.cid-v408U6uIfe .item-content {
  text-align: center;
}
.cid-v408U7w2vb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v408U7w2vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408U7w2vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408U7w2vb b,
.cid-v408U7w2vb strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v408U7w2vb .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v408U7w2vb .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v408U7w2vb .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v408U7w2vb .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v408U7w2vb .card {
  padding: 0;
}
.cid-v408U7w2vb .container-fluid {
  padding: 0;
}
.cid-v408U7w2vb .container-fluid .row {
  margin: 0;
}
.cid-v408U7w2vb .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-v408U7w2vb .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v408U7w2vb .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-v408U7w2vb .card1 {
  background: #fffa63;
}
.cid-v408U7w2vb .card2 {
  background: #6bffc7;
}
.cid-v408U7w2vb .card3 {
  background: #ff57be;
}
.cid-v408U7w2vb .card-text,
.cid-v408U7w2vb .mbr-section-btn,
.cid-v408U7w2vb .social-row {
  color: #17003b;
}
.cid-v408U7w2vb .card-title,
.cid-v408U7w2vb .social-row {
  color: #17003b;
}
.cid-v408U7w2vb .mbr-link,
.cid-v408U7w2vb .content-wrap,
.cid-v408U7w2vb path {
  color: #17003b;
}
.cid-v408U8r7dv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v408U8r7dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408U8r7dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408U8r7dv b,
.cid-v408U8r7dv strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v408U8r7dv img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v408U8r7dv img {
    padding-bottom: 2rem;
  }
}
.cid-v408U8r7dv .row {
  align-items: center;
}
.cid-v408U8r7dv .mbr-section-title {
  color: #17003b;
}
.cid-v408U8r7dv .mbr-text,
.cid-v408U8r7dv .mbr-section-btn {
  color: #17003b;
}
.cid-v408U8r7dv .mbr-section-subtitle {
  color: #17003b;
}
.cid-v408U8IVU1 {
  background-image: url("../../../assets/images/img-461-1024x574.jpg");
}
.cid-v408U8IVU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408U8IVU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408U8IVU1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v408U8IVU1 .mbr-text,
.cid-v408U8IVU1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v408U8IVU1 b,
.cid-v408U8IVU1 strong {
  font-weight: 900;
}
.cid-v408U8IVU1 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v408U8YUOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-v408U8YUOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408U8YUOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408U8YUOK .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-v408U8YUOK .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v408U8YUOK .btn {
    margin-right: 0;
  }
  .cid-v408U8YUOK .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-v408U8YUOK a {
  font-weight: 900;
}
.cid-v408U8YUOK p {
  line-height: 1.1;
}
.cid-v408U8YUOK .text-primary {
  background-color: #6bffc7;
}
.cid-v408U8YUOK .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v408U8YUOK .d-flex {
    flex-direction: column;
  }
}
.cid-v408U8YUOK .mbr-text {
  color: #ffffff;
}
.cid-v408U8YUOK .mbr-section-title {
  color: #ffffff;
}
.cid-v408U8YUOK .name {
  color: #ffffff;
}
.cid-v408U8YUOK .position {
  color: #ffffff;
}
.cid-v408U8YUOK .mbr-title {
  color: #ffffff;
}
.cid-v408U9h0Ot {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v408U9h0Ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408U9h0Ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408U9h0Ot .text-primary {
  background-color: #6bffc7;
}
.cid-v408U9h0Ot .mbr-section-title {
  color: #17003b;
}
.cid-v408U9z7UL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6500e0;
}
.cid-v408U9z7UL .mbr-media {
  position: relative;
}
.cid-v408U9z7UL .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v408U9z7UL .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  transition: all 0.3s;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v408U9z7UL .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .cid-v408U9z7UL .icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.cid-v408U9z7UL .mbr-media span {
  font-size: 3rem;
  color: #130c1f;
  border-radius: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .cid-v408U9z7UL .mbr-media span {
    font-size: 2rem;
  }
}
.cid-v408U9z7UL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v408U9z7UL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v408U9z7UL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v408U9z7UL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v408U9z7UL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v408U9z7UL .mbr-section-title {
  color: #ffffff;
}
.cid-v408UaWBL6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-v408UaWBL6 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-v408UaWBL6 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-v408UaWBL6 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-v408UaWBL6 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-v408UaWBL6 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v408UaWBL6 p {
  margin-bottom: 4rem;
}
.cid-v408UaWBL6 h4 {
  margin-bottom: 1rem;
}
.cid-v408UaWBL6 .form-control,
.cid-v408UaWBL6 .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v408UaWBL6 .form-control::-webkit-input-placeholder,
.cid-v408UaWBL6 .field-input::-webkit-input-placeholder,
.cid-v408UaWBL6 .form-control::-webkit-input-placeholder,
.cid-v408UaWBL6 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-v408UaWBL6 .form-control:-moz-placeholder,
.cid-v408UaWBL6 .field-input:-moz-placeholder,
.cid-v408UaWBL6 .form-control:-moz-placeholder,
.cid-v408UaWBL6 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-v408UaWBL6 .form-control:hover,
.cid-v408UaWBL6 .field-input:hover,
.cid-v408UaWBL6 .form-control:focus,
.cid-v408UaWBL6 .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-v408UaWBL6 .form-control:hover::-webkit-input-placeholder,
.cid-v408UaWBL6 .field-input:hover::-webkit-input-placeholder,
.cid-v408UaWBL6 .form-control:focus::-webkit-input-placeholder,
.cid-v408UaWBL6 .field-input:focus::-webkit-input-placeholder,
.cid-v408UaWBL6 .form-control:hover::-webkit-input-placeholder,
.cid-v408UaWBL6 .field-input:hover::-webkit-input-placeholder,
.cid-v408UaWBL6 .form-control:focus::-webkit-input-placeholder,
.cid-v408UaWBL6 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-v408UaWBL6 .form-control:hover:-moz-placeholder,
.cid-v408UaWBL6 .field-input:hover:-moz-placeholder,
.cid-v408UaWBL6 .form-control:focus:-moz-placeholder,
.cid-v408UaWBL6 .field-input:focus:-moz-placeholder,
.cid-v408UaWBL6 .form-control:hover:-moz-placeholder,
.cid-v408UaWBL6 .field-input:hover:-moz-placeholder,
.cid-v408UaWBL6 .form-control:focus:-moz-placeholder,
.cid-v408UaWBL6 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-v408UaWBL6 .jq-number__spin:hover,
.cid-v408UaWBL6 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v408UaWBL6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v408UaWBL6 .jq-selectbox li,
.cid-v408UaWBL6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v408UaWBL6 .jq-selectbox li:hover,
.cid-v408UaWBL6 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v408UaWBL6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v408UaWBL6 .jq-number__spin.minus:hover:after,
.cid-v408UaWBL6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v408UaWBL6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v408UaWBL6 .jq-number__spin.minus:after,
.cid-v408UaWBL6 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v408UaWBL6 input::-webkit-clear-button {
  display: none;
}
.cid-v408UaWBL6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-v408UaWBL6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-v408UaWBL6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v408UaWBL6 H4 {
  color: #ffffff;
}
.cid-v408UaWBL6 P {
  color: #ffffff;
}
.cid-v408UblsG2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v408UblsG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408UblsG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408UblsG2 .first {
  border-top: 2px solid #130c1f;
}
.cid-v408UblsG2 .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-v408UblsG2 .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-v408UblsG2 .card-header {
  border-bottom: 2px solid #130c1f;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-v408UblsG2 .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #130c1f;
  transition: all 0.3s;
}
.cid-v408UblsG2 .card-header a,
.cid-v408UblsG2 .card-header h6,
.cid-v408UblsG2 .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-v408UblsG2 .card-header:hover a,
.cid-v408UblsG2 .card-header:hover h6,
.cid-v408UblsG2 .card-header:hover span {
  color: #ffffff !important;
}
.cid-v408UblsG2 .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v408UblsG2 .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v408UblsG2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #130c1f;
  margin-left: 1rem;
  z-index: 1;
}
.cid-v408UblsG2 .panel-group {
  border: none;
}
.cid-v408UblsG2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v408UblsG2 .panel-title-edit {
  color: #17003b;
}
.cid-v408UblsG2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v408UblsG2 H3 {
  color: #17003b;
}
.cid-v408UblsG2 .panel-text {
  color: #17003b;
}
.cid-v408UbGA50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v408UbGA50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408UbGA50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408UbGA50 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v408UbGA50 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v408UbGA50 .embla__slide .slide-content {
  width: 100%;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-v408UbGA50 .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-v408UbGA50 .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: .2;
  pointer-events: none;
  z-index: 1;
}
.cid-v408UbGA50 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-v408UbGA50 .embla__button--next,
.cid-v408UbGA50 .embla__button--prev {
  display: flex;
}
.cid-v408UbGA50 .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v408UbGA50 .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-v408UbGA50 .embla__button:hover {
  background-color: #e2fa0e !important;
  color: #000000 !important;
}
.cid-v408UbGA50 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-v408UbGA50 .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-v408UbGA50 .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-v408UbGA50 .embla__button.embla__button--next {
  right: 0;
}
.cid-v408UbGA50 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-v408UbGA50 .embla {
    padding-top: 4rem;
  }
}
.cid-v408UbGA50 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v408UbGA50 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v408UbGA50 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v408UbGA50 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v408UbGA50 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v408UbGA50 .card-title {
  color: #ffffff;
}
.cid-v408UbGA50 .card-desc {
  color: #ffffff;
}
.cid-v408UbGA50 .list {
  color: #ffffff;
}
.cid-v408Uc7EXD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v408Uc7EXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408Uc7EXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408Uc7EXD .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-v408Uc7EXD .embla__slide {
    min-width: 90%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v408Uc7EXD .embla__slide .svg1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0px;
  background: #ffffff;
  fill: #130c1f !important;
}
.cid-v408Uc7EXD .embla__slide .svg2 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
  background: #ffffff;
  fill: #130c1f !important;
  z-index: -1;
}
@media (max-width: 767px) {
  .cid-v408Uc7EXD .embla__slide .svg2 {
    bottom: 18px;
  }
}
.cid-v408Uc7EXD .user {
  background: #130c1f;
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v408Uc7EXD .user {
    padding: 4rem 1rem;
  }
}
.cid-v408Uc7EXD .embla__button--next,
.cid-v408Uc7EXD .embla__button--prev {
  display: flex;
}
.cid-v408Uc7EXD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v408Uc7EXD .embla__button {
    display: none;
  }
}
.cid-v408Uc7EXD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v408Uc7EXD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v408Uc7EXD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v408Uc7EXD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-v408Uc7EXD .embla__button {
    top: auto;
  }
}
.cid-v408Uc7EXD .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v408Uc7EXD .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-v408Uc7EXD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-v408Uc7EXD .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v408Uc7EXD .embla {
  position: relative;
  width: 100%;
}
.cid-v408Uc7EXD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v408Uc7EXD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v408Uc7EXD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v408Uc7EXD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v408Uc7EXD .user_text {
  color: #ffffff;
}
.cid-v408Uc7EXD .user_name {
  color: #ffffff;
}
.cid-v408Uc7EXD .user_desk {
  color: #ffffff;
}
.cid-v408Uc7EXD H3 {
  color: #17003b;
}
.cid-v408UcKLWR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-v408UcKLWR .timeline-element {
  position: relative;
  padding-top: 118px;
  margin-top: 1.6rem;
}
.cid-v408UcKLWR .timeline-element:after {
  content: "";
  position: absolute;
  border-right: 1px dashed #130c1f;
  width: 0;
  left: 50%;
  top: 0;
  height: 118px;
}
.cid-v408UcKLWR .timeline-date-wrapper,
.cid-v408UcKLWR .timeline-text-wrapper {
  padding: 1.6rem;
  padding-bottom: 0;
}
.cid-v408UcKLWR .mbr-timeline-number {
  margin: 0;
}
.cid-v408UcKLWR .mbr-text {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-v408UcKLWR .mbr-timeline-buttons {
  margin-top: 4.65rem;
}
@media (max-width: 767px) {
  .cid-v408UcKLWR .mbr-timeline-buttons {
    margin-top: 2.15rem;
  }
}
@media (min-width: 1280px) {
  .cid-v408UcKLWR .mbr-timeline-buttons {
    margin-top: 6.2rem;
  }
}
.cid-v408UcKLWR .mbr-timeline-buttons .mbr-section-btn {
  display: inline-flex;
  flex-direction: column;
  min-width: 300px;
}
.cid-v408UcKLWR .mbr-timeline-buttons .mbr-section-btn .btn {
  margin-top: 1.6rem;
}
.cid-v408UcKLWR .mbr-timeline-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v408UcKLWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408UcKLWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408Ud9CWK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #17003b;
}
.cid-v408Ud9CWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408Ud9CWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408Ud9CWK h3,
.cid-v408Ud9CWK a {
  font-weight: 900;
}
.cid-v408Ud9CWK a {
  background: #6bffc7;
}
.cid-v408Ud9CWK .google-map {
  height: 33rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v408Ud9CWK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v408Ud9CWK .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-v408Ud9CWK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v408Ud9CWK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v408Ud9CWK .mbr-section-title {
  color: #ffffff;
}
.cid-v408Udyikp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-v408Udyikp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408Udyikp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408Udyikp .underline {
  text-decoration: underline;
}
.cid-v408Udyikp .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-v408Udyikp .items {
    padding: 3rem 1rem;
  }
}
.cid-v408Udyikp .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-v408Udyikp .text-primary {
  background: #6bffc7;
}
.cid-v408Udyikp .noborder {
  border-bottom: 0;
}
.cid-v408Udyikp b,
.cid-v408Udyikp strong,
.cid-v408Udyikp a {
  font-weight: 900;
}
.cid-v408Udyikp .mbr-section-title {
  color: #17003b;
}
.cid-v408Udyikp .mbr-section-subtitle {
  color: #17003b;
}
.cid-v408Udyikp .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-v408Udyikp .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-v408Udyikp .mbr-item-title,
.cid-v408Udyikp .card {
  color: #17003b;
}
.cid-v408Udyikp .mbr-text {
  color: #17003b;
}
.cid-v408Uepqdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffdd00;
}
.cid-v408Uepqdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v408Uepqdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v408Uepqdv .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v408Uepqdv .items-wrapper .logo-wrap {
  width: 12.5%;
  padding: 10px;
}
@media (max-width: 1600px) {
  .cid-v408Uepqdv .items-wrapper .logo-wrap {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .cid-v408Uepqdv .items-wrapper .logo-wrap {
    width: 50%;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .cid-v408Uepqdv .items-wrapper .logo-wrap {
    width: 100%;
    padding: 8px 0;
  }
}
.cid-v408Uepqdv .items-wrapper .logo-wrap .logo {
  background-color: #ffffff;
  padding: 20px;
}
.cid-v408Uepqdv .items-wrapper .logo-wrap .logo img {
  height: 150px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v408Uepqdv .items-wrapper .logo-wrap .logo img {
    height: 100px;
  }
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v44h1I4Zg7 .navbar-dropdown {
  position: relative !important;
}
.cid-v44h1I4Zg7 .navbar-dropdown {
  position: absolute !important;
}
.cid-v44h1I4Zg7 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v44h1I4Zg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v44h1I4Zg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v44h1I4Zg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v44h1I4Zg7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v44h1I4Zg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v44h1I4Zg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v44h1I4Zg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v44h1I4Zg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v44h1I4Zg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v44h1I4Zg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v44h1I4Zg7 .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-v44h1I4Zg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v44h1I4Zg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v44h1I4Zg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v44h1I4Zg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v44h1I4Zg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v44h1I4Zg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v44h1I4Zg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v44h1I4Zg7 .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-v44h1I4Zg7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v44h1I4Zg7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v44h1I4Zg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v44h1I4Zg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v44h1I4Zg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v44h1I4Zg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v44h1I4Zg7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v44h1I4Zg7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v44h1I4Zg7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v44h1I4Zg7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v44h1I4Zg7 .navbar-logo {
  margin: 0;
}
.cid-v44h1I4Zg7 .container,
.cid-v44h1I4Zg7 .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v44h1I4Zg7 .container,
  .cid-v44h1I4Zg7 .container-fluid {
    justify-content: space-between;
  }
}
.cid-v44h1I4Zg7 .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v44h1I4Zg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v44h1I4Zg7 .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v44h1I4Zg7 .navbar-brand {
    display: none;
  }
}
.cid-v44h1I4Zg7 .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-v44h1I4Zg7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v44h1I4Zg7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v44h1I4Zg7 .dropdown-item:hover,
.cid-v44h1I4Zg7 .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v44h1I4Zg7 .dropdown-item:hover span {
  color: white;
}
.cid-v44h1I4Zg7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v44h1I4Zg7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v44h1I4Zg7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v44h1I4Zg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v44h1I4Zg7 .nav-link {
  position: relative;
}
.cid-v44h1I4Zg7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v44h1I4Zg7 .container {
    flex-wrap: nowrap;
  }
}
.cid-v44h1I4Zg7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v44h1I4Zg7 .dropdown-menu,
.cid-v44h1I4Zg7 .navbar.opened {
  background: #232323 !important;
}
.cid-v44h1I4Zg7 .nav-item:focus,
.cid-v44h1I4Zg7 .nav-link:focus {
  outline: none;
}
.cid-v44h1I4Zg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v44h1I4Zg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v44h1I4Zg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v44h1I4Zg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v44h1I4Zg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v44h1I4Zg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v44h1I4Zg7 .dropdown-item.active,
.cid-v44h1I4Zg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v44h1I4Zg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v44h1I4Zg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v44h1I4Zg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v44h1I4Zg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v44h1I4Zg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v44h1I4Zg7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v44h1I4Zg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v44h1I4Zg7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v44h1I4Zg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v44h1I4Zg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v44h1I4Zg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v44h1I4Zg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v44h1I4Zg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v44h1I4Zg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v44h1I4Zg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v44h1I4Zg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v44h1I4Zg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v44h1I4Zg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v44h1I4Zg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v44h1I4Zg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v44h1I4Zg7 .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-v44h1I4Zg7 .navbar {
    height: 70px;
  }
  .cid-v44h1I4Zg7 .navbar.opened {
    height: auto;
  }
  .cid-v44h1I4Zg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v453ctZap2 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v453ctZap2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v453ctZap2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v453ctZap2 .text-primary {
  background-color: #6bffc7;
}
.cid-v453ctZap2 .mbr-section-title {
  color: #fff7f0;
}
.cid-v44hwIr2wv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v44hwIr2wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44hwIr2wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44hwIr2wv b,
.cid-v44hwIr2wv strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v44hwIr2wv img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v44hwIr2wv img {
    padding-bottom: 2rem;
  }
}
.cid-v44hwIr2wv .row {
  align-items: center;
}
.cid-v44hwIr2wv .mbr-section-title {
  color: #fff7f0;
}
.cid-v44hwIr2wv .mbr-text,
.cid-v44hwIr2wv .mbr-section-btn {
  color: #fff7f0;
}
.cid-v44hwIr2wv .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v44rbFN56c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v44rbFN56c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44rbFN56c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44rbFN56c b,
.cid-v44rbFN56c strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v44rbFN56c img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v44rbFN56c img {
    padding-bottom: 2rem;
  }
}
.cid-v44rbFN56c .row {
  align-items: center;
}
.cid-v44rbFN56c .mbr-section-title {
  color: #fff7f0;
}
.cid-v44rbFN56c .mbr-text,
.cid-v44rbFN56c .mbr-section-btn {
  color: #fff7f0;
}
.cid-v44rbFN56c .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v44z3IyUpC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v44z3IyUpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44z3IyUpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44z3IyUpC .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v44z3IyUpC .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v44z3IyUpC .title-wrapper {
    width: 100%;
  }
}
.cid-v44z3IyUpC .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v44z3IyUpC .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v44z3IyUpC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v44z3IyUpC .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v44z3IyUpC .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v44z3IyUpC .mbr-section-title {
  color: #ffffff;
}
.cid-v44z3IyUpC .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v44z3IyUpC .mbr-section-title,
.cid-v44z3IyUpC .mbr-section-btn,
.cid-v44z3IyUpC .subtitle-wrapper {
  text-align: center;
}
.cid-v44z3IyUpC .mbr-section-title,
.cid-v44z3IyUpC .subtitle-wrapper {
  text-align: justify;
}
.cid-v44NhEfosH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #190f2a;
}
.cid-v44NhEfosH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44NhEfosH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44NhEfosH .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v44NhEfosH .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v44NhEfosH .title-wrapper {
    width: 100%;
  }
}
.cid-v44NhEfosH .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v44NhEfosH .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v44NhEfosH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v44NhEfosH .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v44NhEfosH .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v44NhEfosH .mbr-section-title {
  color: #ffffff;
}
.cid-v44NhEfosH .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v44NhEfosH .mbr-section-title,
.cid-v44NhEfosH .mbr-section-btn,
.cid-v44NhEfosH .subtitle-wrapper {
  text-align: center;
}
.cid-v44NhEfosH .mbr-section-title,
.cid-v44NhEfosH .subtitle-wrapper {
  text-align: justify;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v44tpT4WHH .navbar-dropdown {
  position: relative !important;
}
.cid-v44tpT4WHH .navbar-dropdown {
  position: absolute !important;
}
.cid-v44tpT4WHH .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v44tpT4WHH .navbar.opened {
  transition: all 0.3s;
}
.cid-v44tpT4WHH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v44tpT4WHH .navbar .navbar-logo img {
  width: auto;
}
.cid-v44tpT4WHH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v44tpT4WHH .navbar.collapsed {
  justify-content: center;
}
.cid-v44tpT4WHH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v44tpT4WHH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v44tpT4WHH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v44tpT4WHH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v44tpT4WHH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v44tpT4WHH .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-v44tpT4WHH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v44tpT4WHH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v44tpT4WHH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v44tpT4WHH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v44tpT4WHH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v44tpT4WHH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v44tpT4WHH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v44tpT4WHH .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-v44tpT4WHH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v44tpT4WHH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v44tpT4WHH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v44tpT4WHH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v44tpT4WHH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v44tpT4WHH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v44tpT4WHH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v44tpT4WHH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v44tpT4WHH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v44tpT4WHH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v44tpT4WHH .navbar-logo {
  margin: 0;
}
.cid-v44tpT4WHH .container,
.cid-v44tpT4WHH .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v44tpT4WHH .container,
  .cid-v44tpT4WHH .container-fluid {
    justify-content: space-between;
  }
}
.cid-v44tpT4WHH .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v44tpT4WHH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v44tpT4WHH .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v44tpT4WHH .navbar-brand {
    display: none;
  }
}
.cid-v44tpT4WHH .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-v44tpT4WHH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v44tpT4WHH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v44tpT4WHH .dropdown-item:hover,
.cid-v44tpT4WHH .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v44tpT4WHH .dropdown-item:hover span {
  color: white;
}
.cid-v44tpT4WHH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v44tpT4WHH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v44tpT4WHH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v44tpT4WHH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v44tpT4WHH .nav-link {
  position: relative;
}
.cid-v44tpT4WHH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v44tpT4WHH .container {
    flex-wrap: nowrap;
  }
}
.cid-v44tpT4WHH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v44tpT4WHH .dropdown-menu,
.cid-v44tpT4WHH .navbar.opened {
  background: #232323 !important;
}
.cid-v44tpT4WHH .nav-item:focus,
.cid-v44tpT4WHH .nav-link:focus {
  outline: none;
}
.cid-v44tpT4WHH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v44tpT4WHH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v44tpT4WHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v44tpT4WHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v44tpT4WHH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v44tpT4WHH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v44tpT4WHH .dropdown-item.active,
.cid-v44tpT4WHH .dropdown-item:active {
  background-color: transparent;
}
.cid-v44tpT4WHH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v44tpT4WHH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v44tpT4WHH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v44tpT4WHH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v44tpT4WHH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v44tpT4WHH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v44tpT4WHH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v44tpT4WHH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v44tpT4WHH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v44tpT4WHH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v44tpT4WHH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v44tpT4WHH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v44tpT4WHH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v44tpT4WHH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v44tpT4WHH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v44tpT4WHH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v44tpT4WHH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v44tpT4WHH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v44tpT4WHH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v44tpT4WHH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v44tpT4WHH .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-v44tpT4WHH .navbar {
    height: 70px;
  }
  .cid-v44tpT4WHH .navbar.opened {
    height: auto;
  }
  .cid-v44tpT4WHH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v44tpVoc1Y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #190f2a;
}
.cid-v44tpVoc1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44tpVoc1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44tpVoc1Y .first {
  border-top: 2px solid #130c1f;
}
.cid-v44tpVoc1Y .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-v44tpVoc1Y .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-v44tpVoc1Y .card-header {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-v44tpVoc1Y .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #232323;
  transition: all 0.3s;
}
.cid-v44tpVoc1Y .card-header a,
.cid-v44tpVoc1Y .card-header h6,
.cid-v44tpVoc1Y .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-v44tpVoc1Y .card-header:hover a,
.cid-v44tpVoc1Y .card-header:hover h6,
.cid-v44tpVoc1Y .card-header:hover span {
  color: #ffffff !important;
}
.cid-v44tpVoc1Y .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v44tpVoc1Y .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v44tpVoc1Y .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #130c1f;
  margin-left: 1rem;
  z-index: 1;
}
.cid-v44tpVoc1Y .panel-group {
  border: none;
}
.cid-v44tpVoc1Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v44tpVoc1Y .panel-title-edit {
  color: #fff7f0;
}
.cid-v44tpVoc1Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v44tpVoc1Y H3 {
  color: #fff7f0;
}
.cid-v44tpVoc1Y .panel-text {
  color: #fff7f0;
}
.cid-v6qcR1o2Zb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6qcR1o2Zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qcR1o2Zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v452g9SyeJ .navbar-dropdown {
  position: relative !important;
}
.cid-v452g9SyeJ .navbar-dropdown {
  position: absolute !important;
}
.cid-v452g9SyeJ .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v452g9SyeJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v452g9SyeJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v452g9SyeJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v452g9SyeJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v452g9SyeJ .navbar.collapsed {
  justify-content: center;
}
.cid-v452g9SyeJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v452g9SyeJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v452g9SyeJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v452g9SyeJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v452g9SyeJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v452g9SyeJ .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-v452g9SyeJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v452g9SyeJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v452g9SyeJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v452g9SyeJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v452g9SyeJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v452g9SyeJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v452g9SyeJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v452g9SyeJ .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-v452g9SyeJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v452g9SyeJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v452g9SyeJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v452g9SyeJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v452g9SyeJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v452g9SyeJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v452g9SyeJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v452g9SyeJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v452g9SyeJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v452g9SyeJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v452g9SyeJ .navbar-logo {
  margin: 0;
}
.cid-v452g9SyeJ .container,
.cid-v452g9SyeJ .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v452g9SyeJ .container,
  .cid-v452g9SyeJ .container-fluid {
    justify-content: space-between;
  }
}
.cid-v452g9SyeJ .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v452g9SyeJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v452g9SyeJ .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v452g9SyeJ .navbar-brand {
    display: none;
  }
}
.cid-v452g9SyeJ .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-v452g9SyeJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v452g9SyeJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v452g9SyeJ .dropdown-item:hover,
.cid-v452g9SyeJ .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v452g9SyeJ .dropdown-item:hover span {
  color: white;
}
.cid-v452g9SyeJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v452g9SyeJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v452g9SyeJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v452g9SyeJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v452g9SyeJ .nav-link {
  position: relative;
}
.cid-v452g9SyeJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v452g9SyeJ .container {
    flex-wrap: nowrap;
  }
}
.cid-v452g9SyeJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v452g9SyeJ .dropdown-menu,
.cid-v452g9SyeJ .navbar.opened {
  background: #232323 !important;
}
.cid-v452g9SyeJ .nav-item:focus,
.cid-v452g9SyeJ .nav-link:focus {
  outline: none;
}
.cid-v452g9SyeJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v452g9SyeJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v452g9SyeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v452g9SyeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v452g9SyeJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v452g9SyeJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v452g9SyeJ .dropdown-item.active,
.cid-v452g9SyeJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v452g9SyeJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v452g9SyeJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v452g9SyeJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v452g9SyeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v452g9SyeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v452g9SyeJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v452g9SyeJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v452g9SyeJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v452g9SyeJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v452g9SyeJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v452g9SyeJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v452g9SyeJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v452g9SyeJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v452g9SyeJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v452g9SyeJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v452g9SyeJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v452g9SyeJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v452g9SyeJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v452g9SyeJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v452g9SyeJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v452g9SyeJ .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-v452g9SyeJ .navbar {
    height: 70px;
  }
  .cid-v452g9SyeJ .navbar.opened {
    height: auto;
  }
  .cid-v452g9SyeJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v458qEoNdc {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v458qEoNdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v458qEoNdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v458qEoNdc .text-primary {
  background-color: #6bffc7;
}
.cid-v458qEoNdc .mbr-section-title {
  color: #fff7f0;
}
.cid-v452ggzjsf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v452ggzjsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v452ggzjsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v452ggzjsf b,
.cid-v452ggzjsf strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v452ggzjsf img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v452ggzjsf img {
    padding-bottom: 2rem;
  }
}
.cid-v452ggzjsf .row {
  align-items: center;
}
.cid-v452ggzjsf .mbr-section-title {
  color: #fff7f0;
}
.cid-v452ggzjsf .mbr-text,
.cid-v452ggzjsf .mbr-section-btn {
  color: #fff7f0;
}
.cid-v452ggzjsf .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v45anbK4o4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
}
.cid-v45anbK4o4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45anbK4o4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45anbK4o4 b,
.cid-v45anbK4o4 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v45anbK4o4 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v45anbK4o4 img {
    padding-bottom: 2rem;
  }
}
.cid-v45anbK4o4 .row {
  align-items: center;
}
.cid-v45anbK4o4 .mbr-section-title {
  color: #fff7f0;
}
.cid-v45anbK4o4 .mbr-text,
.cid-v45anbK4o4 .mbr-section-btn {
  color: #fff7f0;
}
.cid-v45anbK4o4 .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v45neR3tjx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #190f2a;
}
.cid-v45neR3tjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45neR3tjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45neR3tjx .item {
  padding-bottom: 2rem;
}
.cid-v45neR3tjx .item-wrapper {
  position: relative;
}
.cid-v45neR3tjx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v45neR3tjx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v45neR3tjx .carousel-control,
.cid-v45neR3tjx .close {
  background: #1b1b1b;
}
.cid-v45neR3tjx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v45neR3tjx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v45neR3tjx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v45neR3tjx .carousel-control-next span {
  margin-left: 5px;
}
.cid-v45neR3tjx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v45neR3tjx .close::before {
  content: '\e91a';
}
.cid-v45neR3tjx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v45neR3tjx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v45neR3tjx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v45neR3tjx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v45neR3tjx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v45neR3tjx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v45neR3tjx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v45neR3tjx .carousel-indicators li.active,
.cid-v45neR3tjx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v45neR3tjx .carousel-indicators li::after,
.cid-v45neR3tjx .carousel-indicators li::before {
  content: none;
}
.cid-v45neR3tjx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v45neR3tjx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v45neR3tjx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v45neR3tjx .carousel-indicators {
    display: none;
  }
}
.cid-v45neR3tjx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v45neR3tjx .carousel-inner > .active {
  display: block;
}
.cid-v45neR3tjx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v45neR3tjx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v45neR3tjx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v45neR3tjx .carousel-control,
  .cid-v45neR3tjx .carousel-indicators,
  .cid-v45neR3tjx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v45neR3tjx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v45neR3tjx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v45neR3tjx .carousel-indicators .active,
.cid-v45neR3tjx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v45neR3tjx .carousel-indicators .active {
  background: #fff;
}
.cid-v45neR3tjx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v45neR3tjx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v45neR3tjx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v45neR3tjx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v45neR3tjx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v45neR3tjx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v45neR3tjx .carousel {
  width: 100%;
}
.cid-v45neR3tjx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v45neR3tjx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v45neR3tjx .modal.fade .modal-dialog,
.cid-v45neR3tjx .modal.in .modal-dialog {
  transform: none;
}
.cid-v45neR3tjx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v45neR3tjx H6 {
  text-align: center;
}
.cid-v45neR3tjx .mbr-section-title {
  color: #fff7f0;
}
.cid-v45neR3tjx .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v6q52RyOuj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6q52RyOuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6q52RyOuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v45LBFJrwz .navbar-dropdown {
  position: relative !important;
}
.cid-v45LBFJrwz .navbar-dropdown {
  position: absolute !important;
}
.cid-v45LBFJrwz .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v45LBFJrwz .navbar.opened {
  transition: all 0.3s;
}
.cid-v45LBFJrwz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v45LBFJrwz .navbar .navbar-logo img {
  width: auto;
}
.cid-v45LBFJrwz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v45LBFJrwz .navbar.collapsed {
  justify-content: center;
}
.cid-v45LBFJrwz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v45LBFJrwz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v45LBFJrwz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v45LBFJrwz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v45LBFJrwz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v45LBFJrwz .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-v45LBFJrwz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v45LBFJrwz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v45LBFJrwz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v45LBFJrwz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v45LBFJrwz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v45LBFJrwz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v45LBFJrwz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v45LBFJrwz .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-v45LBFJrwz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v45LBFJrwz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v45LBFJrwz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v45LBFJrwz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v45LBFJrwz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v45LBFJrwz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v45LBFJrwz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v45LBFJrwz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v45LBFJrwz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v45LBFJrwz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v45LBFJrwz .navbar-logo {
  margin: 0;
}
.cid-v45LBFJrwz .container,
.cid-v45LBFJrwz .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v45LBFJrwz .container,
  .cid-v45LBFJrwz .container-fluid {
    justify-content: space-between;
  }
}
.cid-v45LBFJrwz .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v45LBFJrwz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v45LBFJrwz .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v45LBFJrwz .navbar-brand {
    display: none;
  }
}
.cid-v45LBFJrwz .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-v45LBFJrwz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v45LBFJrwz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v45LBFJrwz .dropdown-item:hover,
.cid-v45LBFJrwz .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v45LBFJrwz .dropdown-item:hover span {
  color: white;
}
.cid-v45LBFJrwz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v45LBFJrwz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v45LBFJrwz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v45LBFJrwz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v45LBFJrwz .nav-link {
  position: relative;
}
.cid-v45LBFJrwz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v45LBFJrwz .container {
    flex-wrap: nowrap;
  }
}
.cid-v45LBFJrwz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v45LBFJrwz .dropdown-menu,
.cid-v45LBFJrwz .navbar.opened {
  background: #232323 !important;
}
.cid-v45LBFJrwz .nav-item:focus,
.cid-v45LBFJrwz .nav-link:focus {
  outline: none;
}
.cid-v45LBFJrwz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v45LBFJrwz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v45LBFJrwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v45LBFJrwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v45LBFJrwz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v45LBFJrwz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v45LBFJrwz .dropdown-item.active,
.cid-v45LBFJrwz .dropdown-item:active {
  background-color: transparent;
}
.cid-v45LBFJrwz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v45LBFJrwz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v45LBFJrwz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v45LBFJrwz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v45LBFJrwz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v45LBFJrwz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v45LBFJrwz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v45LBFJrwz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v45LBFJrwz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v45LBFJrwz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v45LBFJrwz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v45LBFJrwz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v45LBFJrwz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v45LBFJrwz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v45LBFJrwz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v45LBFJrwz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v45LBFJrwz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v45LBFJrwz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v45LBFJrwz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v45LBFJrwz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v45LBFJrwz .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-v45LBFJrwz .navbar {
    height: 70px;
  }
  .cid-v45LBFJrwz .navbar.opened {
    height: auto;
  }
  .cid-v45LBFJrwz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v45LBGopS8 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v45LBGopS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45LBGopS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45LBGopS8 .text-primary {
  background-color: #6bffc7;
}
.cid-v45LBGopS8 .mbr-section-title {
  color: #fff7f0;
}
.cid-v45LBHeXfe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v45LBHeXfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45LBHeXfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45LBHeXfe .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v45LBHeXfe .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v45LBHeXfe .title-wrapper {
    width: 100%;
  }
}
.cid-v45LBHeXfe .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff7f0, #bbbbbb 50%, #fff7f0);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v45LBHeXfe .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v45LBHeXfe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v45LBHeXfe .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v45LBHeXfe .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v45LBHeXfe .mbr-section-title {
  color: #ffffff;
}
.cid-v45LBHeXfe .mbr-text {
  color: #fff7f0;
  text-align: left;
}
.cid-v45LBHeXfe .mbr-section-title,
.cid-v45LBHeXfe .mbr-section-btn,
.cid-v45LBHeXfe .subtitle-wrapper {
  text-align: center;
}
.cid-v45LBHeXfe .mbr-section-title,
.cid-v45LBHeXfe .subtitle-wrapper {
  text-align: justify;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v4z00akLnS .navbar-dropdown {
  position: relative !important;
}
.cid-v4z00akLnS .navbar-dropdown {
  position: absolute !important;
}
.cid-v4z00akLnS .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v4z00akLnS .navbar.opened {
  transition: all 0.3s;
}
.cid-v4z00akLnS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4z00akLnS .navbar .navbar-logo img {
  width: auto;
}
.cid-v4z00akLnS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4z00akLnS .navbar.collapsed {
  justify-content: center;
}
.cid-v4z00akLnS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4z00akLnS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4z00akLnS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v4z00akLnS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4z00akLnS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4z00akLnS .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-v4z00akLnS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4z00akLnS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4z00akLnS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4z00akLnS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4z00akLnS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4z00akLnS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4z00akLnS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4z00akLnS .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-v4z00akLnS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4z00akLnS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4z00akLnS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4z00akLnS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4z00akLnS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4z00akLnS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4z00akLnS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4z00akLnS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4z00akLnS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4z00akLnS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4z00akLnS .navbar-logo {
  margin: 0;
}
.cid-v4z00akLnS .container,
.cid-v4z00akLnS .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v4z00akLnS .container,
  .cid-v4z00akLnS .container-fluid {
    justify-content: space-between;
  }
}
.cid-v4z00akLnS .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4z00akLnS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4z00akLnS .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4z00akLnS .navbar-brand {
    display: none;
  }
}
.cid-v4z00akLnS .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-v4z00akLnS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4z00akLnS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4z00akLnS .dropdown-item:hover,
.cid-v4z00akLnS .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v4z00akLnS .dropdown-item:hover span {
  color: white;
}
.cid-v4z00akLnS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4z00akLnS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4z00akLnS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v4z00akLnS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4z00akLnS .nav-link {
  position: relative;
}
.cid-v4z00akLnS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4z00akLnS .container {
    flex-wrap: nowrap;
  }
}
.cid-v4z00akLnS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4z00akLnS .dropdown-menu,
.cid-v4z00akLnS .navbar.opened {
  background: #232323 !important;
}
.cid-v4z00akLnS .nav-item:focus,
.cid-v4z00akLnS .nav-link:focus {
  outline: none;
}
.cid-v4z00akLnS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4z00akLnS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4z00akLnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4z00akLnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4z00akLnS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4z00akLnS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4z00akLnS .dropdown-item.active,
.cid-v4z00akLnS .dropdown-item:active {
  background-color: transparent;
}
.cid-v4z00akLnS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4z00akLnS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4z00akLnS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4z00akLnS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v4z00akLnS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4z00akLnS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4z00akLnS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4z00akLnS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4z00akLnS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4z00akLnS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4z00akLnS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4z00akLnS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4z00akLnS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4z00akLnS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4z00akLnS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4z00akLnS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4z00akLnS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4z00akLnS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4z00akLnS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4z00akLnS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4z00akLnS .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-v4z00akLnS .navbar {
    height: 70px;
  }
  .cid-v4z00akLnS .navbar.opened {
    height: auto;
  }
  .cid-v4z00akLnS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4z00cKWXC {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: #190f2a;
}
.cid-v4z00cKWXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4z00cKWXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4z00cKWXC b,
.cid-v4z00cKWXC strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v4z00cKWXC .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v4z00cKWXC .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v4z00cKWXC .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v4z00cKWXC .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v4z00cKWXC .card {
  padding: 0;
}
.cid-v4z00cKWXC .container-fluid {
  padding: 0;
}
.cid-v4z00cKWXC .container-fluid .row {
  margin: 0;
}
.cid-v4z00cKWXC .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-v4z00cKWXC .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4z00cKWXC .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-v4z00cKWXC .card1 {
  background: #cd8b69;
}
.cid-v4z00cKWXC .card2 {
  background: #60c59f;
}
.cid-v4z00cKWXC .card3 {
  background: #ff57be;
}
.cid-v4z00cKWXC .card-text,
.cid-v4z00cKWXC .mbr-section-btn,
.cid-v4z00cKWXC .social-row {
  color: #17003b;
}
.cid-v4z00cKWXC .card-title,
.cid-v4z00cKWXC .social-row {
  color: #17003b;
  text-align: center;
}
.cid-v4z00cKWXC .mbr-link,
.cid-v4z00cKWXC .content-wrap,
.cid-v4z00cKWXC path {
  color: #17003b;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v4zYXoI3JC .navbar-dropdown {
  position: relative !important;
}
.cid-v4zYXoI3JC .navbar-dropdown {
  position: absolute !important;
}
.cid-v4zYXoI3JC .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-v4zYXoI3JC .navbar.opened {
  transition: all 0.3s;
}
.cid-v4zYXoI3JC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4zYXoI3JC .navbar .navbar-logo img {
  width: auto;
}
.cid-v4zYXoI3JC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4zYXoI3JC .navbar.collapsed {
  justify-content: center;
}
.cid-v4zYXoI3JC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4zYXoI3JC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4zYXoI3JC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v4zYXoI3JC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4zYXoI3JC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4zYXoI3JC .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-v4zYXoI3JC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4zYXoI3JC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4zYXoI3JC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4zYXoI3JC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4zYXoI3JC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4zYXoI3JC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4zYXoI3JC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4zYXoI3JC .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-v4zYXoI3JC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4zYXoI3JC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4zYXoI3JC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4zYXoI3JC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4zYXoI3JC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4zYXoI3JC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4zYXoI3JC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4zYXoI3JC .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4zYXoI3JC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4zYXoI3JC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4zYXoI3JC .navbar-logo {
  margin: 0;
}
.cid-v4zYXoI3JC .container,
.cid-v4zYXoI3JC .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v4zYXoI3JC .container,
  .cid-v4zYXoI3JC .container-fluid {
    justify-content: space-between;
  }
}
.cid-v4zYXoI3JC .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4zYXoI3JC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4zYXoI3JC .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4zYXoI3JC .navbar-brand {
    display: none;
  }
}
.cid-v4zYXoI3JC .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-v4zYXoI3JC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4zYXoI3JC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4zYXoI3JC .dropdown-item:hover,
.cid-v4zYXoI3JC .dropdown-item:focus {
  background: #130c1f !important;
  color: white !important;
}
.cid-v4zYXoI3JC .dropdown-item:hover span {
  color: white;
}
.cid-v4zYXoI3JC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4zYXoI3JC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4zYXoI3JC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v4zYXoI3JC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4zYXoI3JC .nav-link {
  position: relative;
}
.cid-v4zYXoI3JC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4zYXoI3JC .container {
    flex-wrap: nowrap;
  }
}
.cid-v4zYXoI3JC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4zYXoI3JC .dropdown-menu,
.cid-v4zYXoI3JC .navbar.opened {
  background: #232323 !important;
}
.cid-v4zYXoI3JC .nav-item:focus,
.cid-v4zYXoI3JC .nav-link:focus {
  outline: none;
}
.cid-v4zYXoI3JC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4zYXoI3JC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4zYXoI3JC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4zYXoI3JC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4zYXoI3JC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4zYXoI3JC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4zYXoI3JC .dropdown-item.active,
.cid-v4zYXoI3JC .dropdown-item:active {
  background-color: transparent;
}
.cid-v4zYXoI3JC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4zYXoI3JC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4zYXoI3JC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4zYXoI3JC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v4zYXoI3JC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4zYXoI3JC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4zYXoI3JC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4zYXoI3JC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4zYXoI3JC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4zYXoI3JC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4zYXoI3JC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4zYXoI3JC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4zYXoI3JC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4zYXoI3JC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4zYXoI3JC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4zYXoI3JC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4zYXoI3JC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4zYXoI3JC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4zYXoI3JC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4zYXoI3JC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4zYXoI3JC .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-v4zYXoI3JC .navbar {
    height: 70px;
  }
  .cid-v4zYXoI3JC .navbar.opened {
    height: auto;
  }
  .cid-v4zYXoI3JC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4zYXpqWPX {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v4zYXpqWPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4zYXpqWPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4zYXpqWPX .text-primary {
  background-color: #6bffc7;
}
.cid-v4zYXpqWPX .mbr-section-title {
  color: #fff7f0;
}
.cid-v4zYXqQkGO {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #190f2a;
}
.cid-v4zYXqQkGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4zYXqQkGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4zYXqQkGO b,
.cid-v4zYXqQkGO strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v4zYXqQkGO img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v4zYXqQkGO img {
    padding-bottom: 2rem;
  }
}
.cid-v4zYXqQkGO .row {
  align-items: center;
}
.cid-v4zYXqQkGO .mbr-section-title {
  color: #fff7f0;
}
.cid-v4zYXqQkGO .mbr-text,
.cid-v4zYXqQkGO .mbr-section-btn {
  color: #fff7f0;
}
.cid-v4zYXqQkGO .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
.cid-v6QfmT01ca {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-v6QfmT01ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QfmT01ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6QfmT01ca .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6QfmT01ca .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v6QfmT01ca .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v6QfmT01ca .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6QfmT01ca .mbr-section-title {
  color: #fff7f0;
}
.cid-v6QfmT01ca .mbr-text,
.cid-v6QfmT01ca .mbr-section-btn {
  color: #fff7f0;
}
.cid-v7MEgbyY25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-v7MEgbyY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MEgbyY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MEgbyY25 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MEgbyY25 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v7MEgbyY25 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v7MEgbyY25 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v7MEgbyY25 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:hover,
.cid-v7MEgbyY25 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v7MEgbyY25 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v7MEgbyY25 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v7MEgbyY25 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7MEgbyY25 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-text {
  color: #ffffff;
}
.cid-v7MEgbyY25 .mbr-desc {
  color: #ffffff;
}
.cid-v7MEgbyY25 .list {
  color: #ffffff;
}
