body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Finlandica', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Finlandica', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff014e !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff014e !important;
  border-color: #ff014e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
  color: #173200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #173200 !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff014e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a90033 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff014e !important;
  border-color: #ff014e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b67ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b36a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fff32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #63da00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #173200 !important;
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #ff014e !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9a002f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #37329d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5ccb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff014e;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff014e;
  border-color: #ff014e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff014e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcddc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #ff014e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #ff014e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff014e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff014e;
}
.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: #ff014e;
  border-bottom-color: #ff014e;
}
.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: #ff014e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6b67ce !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='%23ff014e' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #ff014e !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #ff014e !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #ff014e !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #ff014e !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uOVZ2DSy8s .navbar-dropdown {
  position: relative !important;
}
.cid-uOVZ2DSy8s .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-uOVZ2DSy8s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOVZ2DSy8s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOVZ2DSy8s .dropdown-item:hover,
.cid-uOVZ2DSy8s .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-uOVZ2DSy8s .dropdown-item:hover span {
  color: white;
}
.cid-uOVZ2DSy8s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOVZ2DSy8s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOVZ2DSy8s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOVZ2DSy8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVZ2DSy8s .nav-link {
  position: relative;
}
.cid-uOVZ2DSy8s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOVZ2DSy8s .container {
    flex-wrap: nowrap;
  }
}
.cid-uOVZ2DSy8s .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOVZ2DSy8s .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uOVZ2DSy8s .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uOVZ2DSy8s .navbar-nav .nav-item .nav-link:hover,
.cid-uOVZ2DSy8s .navbar-nav .nav-item .nav-link:focus,
.cid-uOVZ2DSy8s .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uOVZ2DSy8s .dropdown-menu,
.cid-uOVZ2DSy8s .navbar.opened {
  background: #212428 !important;
}
.cid-uOVZ2DSy8s .nav-item:focus,
.cid-uOVZ2DSy8s .nav-link:focus {
  outline: none;
}
.cid-uOVZ2DSy8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVZ2DSy8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVZ2DSy8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVZ2DSy8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVZ2DSy8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVZ2DSy8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVZ2DSy8s .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uOVZ2DSy8s .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uOVZ2DSy8s .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVZ2DSy8s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOVZ2DSy8s .navbar .navbar-logo img {
  width: auto;
}
.cid-uOVZ2DSy8s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOVZ2DSy8s .navbar.collapsed {
  justify-content: center;
}
.cid-uOVZ2DSy8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVZ2DSy8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOVZ2DSy8s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOVZ2DSy8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVZ2DSy8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVZ2DSy8s .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-uOVZ2DSy8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVZ2DSy8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOVZ2DSy8s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOVZ2DSy8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVZ2DSy8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVZ2DSy8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVZ2DSy8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVZ2DSy8s .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-uOVZ2DSy8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVZ2DSy8s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOVZ2DSy8s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOVZ2DSy8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVZ2DSy8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVZ2DSy8s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOVZ2DSy8s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOVZ2DSy8s .navbar.navbar-short {
  min-height: 90px;
}
.cid-uOVZ2DSy8s .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uOVZ2DSy8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uOVZ2DSy8s .navbar {
    min-height: 80px;
  }
}
.cid-uOVZ2DSy8s .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uOVZ2DSy8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVZ2DSy8s .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uOVZ2DSy8s .navbar-brand {
    min-height: 69px;
  }
}
.cid-uOVZ2DSy8s .dropdown-item.active,
.cid-uOVZ2DSy8s .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVZ2DSy8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVZ2DSy8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVZ2DSy8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVZ2DSy8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uOVZ2DSy8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOVZ2DSy8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVZ2DSy8s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOVZ2DSy8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVZ2DSy8s button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uOVZ2DSy8s button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uOVZ2DSy8s button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uOVZ2DSy8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uOVZ2DSy8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uOVZ2DSy8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOVZ2DSy8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOVZ2DSy8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVZ2DSy8s nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVZ2DSy8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVZ2DSy8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVZ2DSy8s nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVZ2DSy8s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOVZ2DSy8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOVZ2DSy8s .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-uOVZ2DSy8s .navbar {
    height: 70px;
  }
  .cid-uOVZ2DSy8s .navbar.opened {
    height: auto;
  }
  .cid-uOVZ2DSy8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVZ2DSy8s .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uOVZ2DSy8s .navbar-short {
    min-height: 70px;
  }
}
.cid-uOVZ2DSy8s .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uOVZ2DSy8s .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uOVZ2DSy8s .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uOVZ2DSy8s .container-fluid {
    padding: 0 3px;
  }
}
.cid-uOVZ2DSy8s .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uOVZ2DSy8s .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uOVZ2DSy8s .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uOVZ2DSy8s .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uOVZ2DSy8s button.navbar-toggler {
    display: flex;
  }
  .cid-uOVZ2DSy8s .navbar-brand {
    width: auto !important;
  }
  .cid-uOVZ2DSy8s .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uOVZ2DSy8s .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uOVZ2DSy8s .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uOVZ2DSy8s .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uOVZ2DSy8s .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uOVZ2DSy8s .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uOVZ3HpYI0 {
  background-image: url("../../../assets/images/screenshot-5-1181x787.png");
}
.cid-uOVZ3HpYI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZ3HpYI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZ3HpYI0 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOVZ3HpYI0 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uOVZ3HpYI0 .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uOVZ3HpYI0 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uOVZ3HpYI0 .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uOVZ3HpYI0 .mbr-text,
.cid-uOVZ3HpYI0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOVZl9eq7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uOVZl9eq7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZl9eq7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZl9eq7T .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uOVZl9eq7T .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uOVZl9eq7T .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uOVZl9eq7T .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uOVZl9eq7T .mbr-section-title {
    text-align: center;
  }
}
.cid-uOVZl9eq7T .mbr-section-subtitle {
  color: #ff004d;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOVZl9eq7T .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uOVZl9eq7T .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uOVZl9eq7T .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uOVZl9eq7T .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uOVZl9eq7T .item-wrapper {
    padding: 20px;
  }
}
.cid-uOVZl9eq7T .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uOVZl9eq7T .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uOVZl9eq7T .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uOVZl9eq7T .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uOVZl9eq7T .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uOVZl9eq7T .item-right {
    flex-basis: 100%;
  }
}
.cid-uOVZl9eq7T .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uOVZl9eq7T .item-img {
    max-width: 250px;
  }
}
.cid-uOVZl9eq7T .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uOVZl9eq7T .item-img:hover img {
  transform: scale(1.05);
}
.cid-uOVZl9eq7T .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uOVZl9eq7T .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uOVZl9eq7T .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uOVZl9eq7T .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uOVZl9eq7T .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uOVZl9eq7T .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uOVZl9eq7T .card-title {
    margin-bottom: 10px;
  }
}
.cid-uOVZl9eq7T .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-uOVZl9eq7T .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOVZl9eq7T .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uOVZ5UsuCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uOVZ5UsuCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZ5UsuCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZ5UsuCY .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOVZ5UsuCY .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOVZ5UsuCY .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOVZ5UsuCY .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uOVZ5UsuCY .col-img {
    padding-right: 60px !important;
  }
}
.cid-uOVZ5UsuCY .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOVZ5UsuCY .col-text {
    order: 2;
  }
}
.cid-uOVZ5UsuCY .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOVZ5UsuCY .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uOVZ5UsuCY .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOVZ5UsuCY .mbr-section-subtitle {
  color: #ff004d;
  margin-bottom: 22px;
}
.cid-uOVZ5UsuCY .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uOVZ5UsuCY .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uOVZ5UsuCY .mbr-text {
    padding-right: 0;
  }
}
.cid-uOVZ5UsuCY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOVZ5UsuCY .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uOVZ5UsuCY .social-container {
    padding-top: 40px;
  }
}
.cid-uOVZ5UsuCY .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOVZ5UsuCY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uOVZ5UsuCY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uOVZ5UsuCY .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uOVZ5UsuCY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uOVZ5UsuCY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uOVZ5UsuCY .soc-item:hover:before {
  opacity: 1;
}
.cid-uOVZ5UsuCY .soc-item a {
  animation: none;
}
.cid-uOVZ5UsuCY .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uOVZ5UsuCY .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uOVZ5UsuCY .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-uOVZcyuDEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uOVZcyuDEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZcyuDEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZcyuDEh .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uOVZcyuDEh .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uOVZcyuDEh .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uOVZcyuDEh .mbr-section-subtitle {
  color: #ff004d;
}
.cid-uOVZcyuDEh .card-row {
  align-items: stretch;
}
.cid-uOVZcyuDEh .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uOVZcyuDEh .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.cid-uOVZcyuDEh .card-box {
  height: 100%;
}
.cid-uOVZcyuDEh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uOVZcyuDEh .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ff014e;
}
.cid-uOVZcyuDEh .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOVZcyuDEh .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uOVZoZKD2m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uOVZoZKD2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZoZKD2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZoZKD2m .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uOVZoZKD2m .mbr-section-title {
  color: #FF014E;
}
.cid-uOVZoZKD2m .mbr-section-subtitle {
  color: #ec0047;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOVZoZKD2m .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOVZoZKD2m .card-row {
  align-items: stretch;
}
.cid-uOVZoZKD2m .card {
  margin-top: 30px;
}
.cid-uOVZoZKD2m .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uOVZoZKD2m .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-uOVZoZKD2m .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uOVZoZKD2m .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-uOVZoZKD2m .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uOVZoZKD2m .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uOVZoZKD2m .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-uOVZoZKD2m .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOVZoZKD2m .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uOVZoZKD2m .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uOVZoZKD2m .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uOVZmNjUzB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uOVZmNjUzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZmNjUzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZmNjUzB .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-uOVZmNjUzB .mbr-section-title {
  color: #FF014E;
}
.cid-uOVZmNjUzB .mbr-section-subtitle {
  color: #ec0047;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOVZmNjUzB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOVZmNjUzB .card {
  margin-top: 35px;
}
.cid-uOVZmNjUzB .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uOVZmNjUzB .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOVZmNjUzB .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-uOVZmNjUzB .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-uOVZmNjUzB .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uOVZmNjUzB .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-uOVZmNjUzB .panel-group {
  border: none;
}
.cid-uOVZmNjUzB .panel-body {
  padding: 20px 0 0;
}
.cid-uOVZmNjUzB .panel-text {
  color: #878e99;
}
.cid-uOVZmNjUzB .panel-title-edit {
  color: #C4CFDE;
}
.cid-uOVZmNjUzB .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-uOW0l2XAjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uOW0l2XAjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW0l2XAjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW0l2XAjB .content-wrapper {
  justify-content: flex-end;
}
.cid-uOW0l2XAjB .card {
  justify-content: center;
}
.cid-uOW0l2XAjB .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uOW0l2XAjB .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uOW0l2XAjB .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW0l2XAjB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW0l2XAjB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOW0l2XAjB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW0l2XAjB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOW0l2XAjB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOW0l2XAjB .mbr-section-btn .btn::after,
.cid-uOW0l2XAjB .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ff004d, #e24c4a 150%);
}
.cid-uOW0l2XAjB .mbr-section-btn .btn:hover,
.cid-uOW0l2XAjB .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW0l2XAjB .mbr-section-btn .btn:hover::after,
.cid-uOW0l2XAjB .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ff004d, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW0l2XAjB .form-wrapper {
  padding: 110px 200px;
  background-color: #2c2c2c;
}
@media (max-width: 1640px) {
  .cid-uOW0l2XAjB .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uOW0l2XAjB .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOW0l2XAjB .form-wrapper {
    padding: 20px;
  }
}
.cid-uOW0l2XAjB .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW0l2XAjB .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uOW0l2XAjB .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uOW0l2XAjB .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #c7c7c7;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uOW0l2XAjB .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uOW0l2XAjB .mbr-section-title {
  color: #ffffff;
}
.cid-uOW0l2XAjB .mbr-tag {
  color: #adadad;
}
.cid-uOW0l2XAjB .mbr-text {
  color: #ffffff;
}
.cid-uOW0l2XAjB .mbr-title {
  color: #ffffff;
}
.cid-uOW0l2XAjB .form-text {
  color: #c7c7c7;
}
.cid-uOW0l2XAjB label {
  color: #121212;
}
.cid-uOVZv4Wwih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uOVZv4Wwih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZv4Wwih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZv4Wwih .row {
  justify-content: center;
}
.cid-uOVZv4Wwih .map-wrapper {
  position: relative;
}
.cid-uOVZv4Wwih .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ff004d, transparent);
  filter: blur(100px);
}
.cid-uOVZv4Wwih .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ff014e;
  background-color: #ff014e;
}
.cid-uOVZv4Wwih .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uOVZv4Wwih .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uOVZv4Wwih .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOVZwzzcII {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #212428;
}
.cid-uOVZwzzcII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZwzzcII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZwzzcII .card-wrapper {
  background-color: #000000;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.cid-uOVZwzzcII .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.cid-uOVZwzzcII .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOVZwzzcII .google-map [data-state-details] {
  color: #b4b4b4;
  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-uOVZwzzcII .google-map[data-state] {
  background: #fffff5;
}
.cid-uOVZwzzcII .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOVZwzzcII .content-head {
  max-width: 800px;
}
.cid-uOVZwzzcII .card-title,
.cid-uOVZwzzcII .iconfont-wrapper {
  color: #ff004d;
}
.cid-uOVZwzzcII .card-text,
.cid-uOVZwzzcII .mbr-section-btn {
  color: #fdfde1;
}
.cid-uOVZwzzcII .mbr-section-title {
  color: #ff004d;
}
.cid-uOVZNRfZGC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uOVZNRfZGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVZNRfZGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVZNRfZGC .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uOVZNRfZGC a {
  position: relative;
  width: fit-content;
}
.cid-uOVZNRfZGC a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uOVZNRfZGC a:hover:before {
  width: 0;
}
.cid-uOVZNRfZGC .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uOVZNRfZGC .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOVZNRfZGC .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uOVZNRfZGC .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOVZNRfZGC .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOVZNRfZGC .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOVZNRfZGC .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uOVZNRfZGC p {
    text-align: center;
  }
}
.cid-uOW4xb7nyS .navbar-dropdown {
  position: relative !important;
}
.cid-uOW4xb7nyS .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-uOW4xb7nyS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOW4xb7nyS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOW4xb7nyS .dropdown-item:hover,
.cid-uOW4xb7nyS .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-uOW4xb7nyS .dropdown-item:hover span {
  color: white;
}
.cid-uOW4xb7nyS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOW4xb7nyS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOW4xb7nyS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOW4xb7nyS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOW4xb7nyS .nav-link {
  position: relative;
}
.cid-uOW4xb7nyS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOW4xb7nyS .container {
    flex-wrap: nowrap;
  }
}
.cid-uOW4xb7nyS .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOW4xb7nyS .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uOW4xb7nyS .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uOW4xb7nyS .navbar-nav .nav-item .nav-link:hover,
.cid-uOW4xb7nyS .navbar-nav .nav-item .nav-link:focus,
.cid-uOW4xb7nyS .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uOW4xb7nyS .dropdown-menu,
.cid-uOW4xb7nyS .navbar.opened {
  background: #212428 !important;
}
.cid-uOW4xb7nyS .nav-item:focus,
.cid-uOW4xb7nyS .nav-link:focus {
  outline: none;
}
.cid-uOW4xb7nyS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOW4xb7nyS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOW4xb7nyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOW4xb7nyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOW4xb7nyS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOW4xb7nyS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOW4xb7nyS .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uOW4xb7nyS .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uOW4xb7nyS .navbar.opened {
  transition: all 0.3s;
}
.cid-uOW4xb7nyS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOW4xb7nyS .navbar .navbar-logo img {
  width: auto;
}
.cid-uOW4xb7nyS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOW4xb7nyS .navbar.collapsed {
  justify-content: center;
}
.cid-uOW4xb7nyS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOW4xb7nyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOW4xb7nyS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOW4xb7nyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOW4xb7nyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOW4xb7nyS .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-uOW4xb7nyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOW4xb7nyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOW4xb7nyS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOW4xb7nyS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOW4xb7nyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOW4xb7nyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOW4xb7nyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOW4xb7nyS .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-uOW4xb7nyS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOW4xb7nyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOW4xb7nyS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOW4xb7nyS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOW4xb7nyS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOW4xb7nyS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOW4xb7nyS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOW4xb7nyS .navbar.navbar-short {
  min-height: 90px;
}
.cid-uOW4xb7nyS .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uOW4xb7nyS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uOW4xb7nyS .navbar {
    min-height: 80px;
  }
}
.cid-uOW4xb7nyS .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uOW4xb7nyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOW4xb7nyS .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uOW4xb7nyS .navbar-brand {
    min-height: 69px;
  }
}
.cid-uOW4xb7nyS .dropdown-item.active,
.cid-uOW4xb7nyS .dropdown-item:active {
  background-color: transparent;
}
.cid-uOW4xb7nyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOW4xb7nyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOW4xb7nyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOW4xb7nyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uOW4xb7nyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOW4xb7nyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOW4xb7nyS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOW4xb7nyS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOW4xb7nyS button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uOW4xb7nyS button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uOW4xb7nyS button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uOW4xb7nyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uOW4xb7nyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uOW4xb7nyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOW4xb7nyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOW4xb7nyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOW4xb7nyS nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOW4xb7nyS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOW4xb7nyS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOW4xb7nyS nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOW4xb7nyS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOW4xb7nyS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOW4xb7nyS .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-uOW4xb7nyS .navbar {
    height: 70px;
  }
  .cid-uOW4xb7nyS .navbar.opened {
    height: auto;
  }
  .cid-uOW4xb7nyS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOW4xb7nyS .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uOW4xb7nyS .navbar-short {
    min-height: 70px;
  }
}
.cid-uOW4xb7nyS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uOW4xb7nyS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uOW4xb7nyS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uOW4xb7nyS .container-fluid {
    padding: 0 3px;
  }
}
.cid-uOW4xb7nyS .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uOW4xb7nyS .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uOW4xb7nyS .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uOW4xb7nyS .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uOW4xb7nyS button.navbar-toggler {
    display: flex;
  }
  .cid-uOW4xb7nyS .navbar-brand {
    width: auto !important;
  }
  .cid-uOW4xb7nyS .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uOW4xb7nyS .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uOW4xb7nyS .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uOW4xb7nyS .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uOW4xb7nyS .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uOW4xb7nyS .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uOW4Bydb7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uOW4Bydb7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW4Bydb7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW4Bydb7n .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uOW4Bydb7n .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOW4Bydb7n .container {
    padding: 0 20px;
  }
}
.cid-uOW4Bydb7n .row {
  justify-content: center;
}
.cid-uOW4Bydb7n .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOW4Bydb7n .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uOW4Bydb7n .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOW4Bydb7n .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uOW4Bydb7n .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uOW4Bydb7n .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uOW4Bydb7n .mbr-text {
  color: #ec0047;
  text-align: left;
}
.cid-uOW4Bydb7n .mbr-desc {
  color: #e4dfd4;
}
.cid-uOW4Bydb7n .mbr-desc,
.cid-uOW4Bydb7n .desc-wrapper {
  color: #ffffff;
}
.cid-uOW4xjt25t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uOW4xjt25t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW4xjt25t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW4xjt25t .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uOW4xjt25t a {
  position: relative;
  width: fit-content;
}
.cid-uOW4xjt25t a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uOW4xjt25t a:hover:before {
  width: 0;
}
.cid-uOW4xjt25t .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uOW4xjt25t .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOW4xjt25t .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uOW4xjt25t .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOW4xjt25t .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOW4xjt25t .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOW4xjt25t .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uOW4xjt25t p {
    text-align: center;
  }
}
