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: #3eb75e !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3eb75e !important;
  border-color: #3eb75e !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: #28763d !important;
  border-color: #28763d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #28763d !important;
  border-color: #28763d !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #3eb75e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #28763d !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: #3eb75e !important;
  border-color: #3eb75e !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: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #3eb75e !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #246b37 !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: #cccccc !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: #3eb75e;
}
.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: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3eb75e;
  border-color: #3eb75e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3eb75e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #98dcaa;
}
.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: #ffffff;
}
/* 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: #3eb75e !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: #3eb75e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3eb75e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3eb75e;
}
.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: #3eb75e;
  border-bottom-color: #3eb75e;
}
.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: #000000 !important;
  background-color: #3eb75e !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='%233eb75e' %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: #3eb75e !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #3eb75e !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #3eb75e !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #3eb75e !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uOH8kqMvks {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOH8kqMvks .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;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOH8kqMvks .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOH8kqMvks .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOH8kqMvks .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOH8kqMvks .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOH8kqMvks .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOH8kqMvks .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOH8kqMvks .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOH8kqMvks .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOH8kqMvks .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOH8kqMvks .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOH8kqMvks .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #3eb75e;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOH8kqMvks .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOH8kqMvks .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOH8kqMvks .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOH8kqMvks .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOH8kqMvks .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOH8kqMvks .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #3eb75e;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOH8kqMvks .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOH8kqMvks .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOH8kqMvks .nav-item:focus,
.cid-uOH8kqMvks .nav-link:focus {
  outline: none;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOH8kqMvks .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOH8kqMvks .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOH8kqMvks .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOH8kqMvks .navbar.opened {
  transition: all 0.3s;
}
.cid-uOH8kqMvks .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOH8kqMvks .navbar .navbar-logo img {
  width: auto;
}
.cid-uOH8kqMvks .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOH8kqMvks .navbar.collapsed {
  justify-content: center;
}
.cid-uOH8kqMvks .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOH8kqMvks .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOH8kqMvks .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOH8kqMvks .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOH8kqMvks .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOH8kqMvks .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-uOH8kqMvks .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOH8kqMvks .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOH8kqMvks .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .navbar {
    min-height: 72px;
  }
  .cid-uOH8kqMvks .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOH8kqMvks .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOH8kqMvks .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOH8kqMvks .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOH8kqMvks .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-uOH8kqMvks .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOH8kqMvks .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOH8kqMvks .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOH8kqMvks .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOH8kqMvks .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOH8kqMvks .dropdown-item.active,
.cid-uOH8kqMvks .dropdown-item:active {
  background-color: transparent;
}
.cid-uOH8kqMvks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOH8kqMvks .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOH8kqMvks .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOH8kqMvks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOH8kqMvks .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOH8kqMvks .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOH8kqMvks ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOH8kqMvks .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar-buttons {
    text-align: left;
  }
}
.cid-uOH8kqMvks button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOH8kqMvks .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOH8kqMvks a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOH8kqMvks .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOH8kqMvks .navbar {
    height: 70px;
  }
  .cid-uOH8kqMvks .navbar.opened {
    height: auto;
  }
  .cid-uOH8kqMvks .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOH8kqMvks .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOH8kqMvks .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOH8kqMvks .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOH8kqMvks .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOH8kqMvks .navbar-brand {
    margin-right: auto;
  }
  .cid-uOH8kqMvks .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #3eb75e;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOH8kqMvks .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOH8kqMvks .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOH8kqMvks .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOH7aj3Uar {
  background-image: url("../../../assets/images/i-2025-06-20t233227.884.webp");
}
.cid-uOH7aj3Uar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7aj3Uar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7aj3Uar .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOH7aj3Uar .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uOH7aj3Uar .mbr-section-btn {
  margin-top: 30px;
}
.cid-uOH7fmB9tn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOH7fmB9tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7fmB9tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7fmB9tn .row {
  flex-direction: row-reverse;
}
.cid-uOH7fmB9tn .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH7fmB9tn .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOH7fmB9tn .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH7fmB9tn .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH7fmB9tn .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uOH7fmB9tn .text-wrapper {
  width: 100%;
}
.cid-uOH7fmB9tn .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uOH7fmB9tn .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uOH7fmB9tn .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uOH7fmB9tn .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uOH7fmB9tn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uOH7fmB9tn .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uOH7fmB9tn .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uOH7fmB9tn .mbr-text {
    padding-right: 0;
  }
}
.cid-uOH7fmB9tn .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOH7fmB9tn .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH7fmB9tn .col-img {
    order: 1;
  }
}
.cid-uOH7fmB9tn .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOH7fmB9tn .img-container {
    padding-left: 20px;
  }
}
.cid-uOH7fmB9tn .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uOH7fmB9tn .image-wrapper {
    padding: 15px;
  }
}
.cid-uOH7fmB9tn .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uOH7fmB9tn .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uOH7fmB9tn .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uOH7fmB9tn .mbr-text,
.cid-uOH7fmB9tn .mbr-section-btn {
  color: #000000;
}
.cid-uOH7ceSVlO {
  background-color: #ffffff;
}
.cid-uOH7ceSVlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7ceSVlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7ceSVlO .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-uOH7ceSVlO .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uOH7ceSVlO .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uOH7ceSVlO .container {
    max-width: 540px;
  }
}
.cid-uOH7ceSVlO .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uOH7ceSVlO .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-uOH7ceSVlO .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uOH7ceSVlO .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uOH7ceSVlO .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uOH7ceSVlO .mbr-section-title {
  color: #000000;
}
.cid-uOH7ceSVlO .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-uOH7ceSVlO .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-uOH7ceSVlO .card-row {
  align-items: stretch;
}
.cid-uOH7ceSVlO .card {
  margin-top: 30px;
}
.cid-uOH7ceSVlO .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-uOH7ceSVlO .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uOH7ceSVlO .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uOH7ceSVlO .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uOH7ceSVlO .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uOH7ceSVlO .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-uOH7ceSVlO .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uOH7ceSVlO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-uOH7ceSVlO .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3eb75e;
}
.cid-uOH7ceSVlO .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uOH7ceSVlO .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-uOH7ZaGogc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOH7ZaGogc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7ZaGogc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7ZaGogc .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH7ZaGogc .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOH7ZaGogc .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH7ZaGogc .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH7ZaGogc .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uOH7ZaGogc .text-wrapper {
  width: 100%;
}
.cid-uOH7ZaGogc .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uOH7ZaGogc .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uOH7ZaGogc .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uOH7ZaGogc .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uOH7ZaGogc .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uOH7ZaGogc .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uOH7ZaGogc .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uOH7ZaGogc .mbr-text {
    padding-right: 0;
  }
}
.cid-uOH7ZaGogc .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOH7ZaGogc .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH7ZaGogc .col-img {
    order: 1;
  }
}
.cid-uOH7ZaGogc .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOH7ZaGogc .img-container {
    padding-right: 20px;
  }
}
.cid-uOH7ZaGogc .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uOH7ZaGogc .image-wrapper {
    padding: 15px;
  }
}
.cid-uOH7ZaGogc .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uOH7ZaGogc .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uOH7ZaGogc .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uOH7ZaGogc .mbr-text,
.cid-uOH7ZaGogc .mbr-section-btn {
  color: #000000;
}
.cid-uOH7dQv3ac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOH7dQv3ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7dQv3ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7dQv3ac .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uOH7dQv3ac .mbr-section-title {
  color: #FF014E;
}
.cid-uOH7dQv3ac .mbr-section-subtitle {
  color: #3eb75e;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOH7dQv3ac .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOH7dQv3ac .card-row {
  align-items: stretch;
}
.cid-uOH7dQv3ac .card {
  margin-top: 30px;
}
.cid-uOH7dQv3ac .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uOH7dQv3ac .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uOH7dQv3ac .card-wrapper {
    padding: 20px;
  }
}
.cid-uOH7dQv3ac .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uOH7dQv3ac .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uOH7dQv3ac .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uOH7dQv3ac .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uOH7dQv3ac .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-uOH7dQv3ac .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uOH7dQv3ac .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-uOH7dQv3ac .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3eb75e;
}
.cid-uOH7dQv3ac .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uOH7dQv3ac .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-uOH94N8htO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOH94N8htO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH94N8htO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH94N8htO .row {
  flex-direction: row-reverse;
}
.cid-uOH94N8htO .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH94N8htO .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOH94N8htO .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH94N8htO .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH94N8htO .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uOH94N8htO .text-wrapper {
  width: 100%;
}
.cid-uOH94N8htO .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uOH94N8htO .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uOH94N8htO .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uOH94N8htO .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uOH94N8htO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uOH94N8htO .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uOH94N8htO .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uOH94N8htO .mbr-text {
    padding-right: 0;
  }
}
.cid-uOH94N8htO .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOH94N8htO .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH94N8htO .col-img {
    order: 1;
  }
}
.cid-uOH94N8htO .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOH94N8htO .img-container {
    padding-left: 20px;
  }
}
.cid-uOH94N8htO .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uOH94N8htO .image-wrapper {
    padding: 15px;
  }
}
.cid-uOH94N8htO .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uOH94N8htO .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uOH94N8htO .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uOH94N8htO .mbr-text,
.cid-uOH94N8htO .mbr-section-btn {
  color: #000000;
}
.cid-uOH7z5rCVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOH7z5rCVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7z5rCVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7z5rCVH .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uOH7z5rCVH .mbr-section-title {
  color: #FF014E;
}
.cid-uOH7z5rCVH .mbr-section-subtitle {
  color: #3eb75e;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOH7z5rCVH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOH7z5rCVH .card-row {
  align-items: stretch;
}
.cid-uOH7z5rCVH .card {
  margin: 15px 0;
}
.cid-uOH7z5rCVH .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uOH7z5rCVH .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uOH7z5rCVH .card-wrapper {
    padding: 20px;
  }
}
.cid-uOH7z5rCVH .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uOH7z5rCVH .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uOH7z5rCVH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3eb75e;
}
.cid-uOH7z5rCVH .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-uOH7z5rCVH .card-head-text {
  flex-grow: 1;
}
.cid-uOH7z5rCVH .name-title {
  color: #FFFFFF;
}
.cid-uOH7z5rCVH .name-text {
  color: #FF014E;
}
.cid-uOH7z5rCVH .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uOH7z5rCVH .card-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
}
.cid-uOH7z5rCVH .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-uOH7z5rCVH .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-uOH7z5rCVH .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #3eb75e;
}
.cid-uOH95SeVP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOH95SeVP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH95SeVP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH95SeVP1 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH95SeVP1 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOH95SeVP1 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOH95SeVP1 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH95SeVP1 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uOH95SeVP1 .text-wrapper {
  width: 100%;
}
.cid-uOH95SeVP1 .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uOH95SeVP1 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uOH95SeVP1 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uOH95SeVP1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uOH95SeVP1 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uOH95SeVP1 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uOH95SeVP1 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uOH95SeVP1 .mbr-text {
    padding-right: 0;
  }
}
.cid-uOH95SeVP1 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOH95SeVP1 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOH95SeVP1 .col-img {
    order: 1;
  }
}
.cid-uOH95SeVP1 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOH95SeVP1 .img-container {
    padding-right: 20px;
  }
}
.cid-uOH95SeVP1 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uOH95SeVP1 .image-wrapper {
    padding: 15px;
  }
}
.cid-uOH95SeVP1 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uOH95SeVP1 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uOH95SeVP1 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uOH95SeVP1 .mbr-text,
.cid-uOH95SeVP1 .mbr-section-btn {
  color: #000000;
}
.cid-uOH7MWepJo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOH7MWepJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7MWepJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7MWepJo .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uOH7MWepJo .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uOH7MWepJo .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uOH7MWepJo .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOH7MWepJo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOH7MWepJo .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOH7MWepJo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOH7MWepJo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uOH7MWepJo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOH7MWepJo .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uOH7MWepJo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOH7MWepJo .mbr-section-title {
  color: #19171c;
}
.cid-uOH7MWepJo .panel-title {
  color: #19171c;
}
.cid-uOH7MWepJo .panel-text {
  color: #000000;
}
.cid-uOH7KZ9clG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uOH7KZ9clG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7KZ9clG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7KZ9clG .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uOH7KZ9clG .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOH7KZ9clG .card-wrapper {
    padding: 0;
  }
}
.cid-uOH7KZ9clG .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uOH7KZ9clG .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOH7KZ9clG .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uOH7JKzjDl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOH7JKzjDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH7JKzjDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH7JKzjDl .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uOH7JKzjDl .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOH7JKzjDl .item {
    margin-bottom: 15px;
  }
}
.cid-uOH7JKzjDl .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOH7JKzjDl .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOH7JKzjDl .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOH7JKzjDl .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOH7JKzjDl .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOH7JKzjDl .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uOH7JKzjDl .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOH7JKzjDl .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOH7JKzjDl .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOH7JKzjDl .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOH7JKzjDl .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOH7JKzjDl .card-title {
  color: #000000;
}
.cid-uOH7JKzjDl .card-text {
  color: #8a8a8a;
}
.cid-uOH7B4tkbg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-uOH7B4tkbg .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-uOH7B4tkbg .copyright-container {
  padding: 40px 0;
}
.cid-uOH7B4tkbg .mbr-text {
  color: #ffffff;
}
.cid-uOH8kqMvks {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOH8kqMvks .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;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOH8kqMvks .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOH8kqMvks .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOH8kqMvks .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOH8kqMvks .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOH8kqMvks .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOH8kqMvks .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOH8kqMvks .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOH8kqMvks .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOH8kqMvks .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOH8kqMvks .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOH8kqMvks .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #3eb75e;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOH8kqMvks .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOH8kqMvks .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOH8kqMvks .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOH8kqMvks .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOH8kqMvks .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOH8kqMvks .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #3eb75e;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOH8kqMvks .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOH8kqMvks .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOH8kqMvks .nav-item:focus,
.cid-uOH8kqMvks .nav-link:focus {
  outline: none;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOH8kqMvks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOH8kqMvks .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOH8kqMvks .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOH8kqMvks .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOH8kqMvks .navbar.opened {
  transition: all 0.3s;
}
.cid-uOH8kqMvks .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOH8kqMvks .navbar .navbar-logo img {
  width: auto;
}
.cid-uOH8kqMvks .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOH8kqMvks .navbar.collapsed {
  justify-content: center;
}
.cid-uOH8kqMvks .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOH8kqMvks .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOH8kqMvks .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOH8kqMvks .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOH8kqMvks .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOH8kqMvks .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-uOH8kqMvks .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOH8kqMvks .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOH8kqMvks .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOH8kqMvks .navbar {
    min-height: 72px;
  }
  .cid-uOH8kqMvks .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOH8kqMvks .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOH8kqMvks .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOH8kqMvks .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOH8kqMvks .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-uOH8kqMvks .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOH8kqMvks .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOH8kqMvks .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOH8kqMvks .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOH8kqMvks .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOH8kqMvks .dropdown-item.active,
.cid-uOH8kqMvks .dropdown-item:active {
  background-color: transparent;
}
.cid-uOH8kqMvks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOH8kqMvks .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOH8kqMvks .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOH8kqMvks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOH8kqMvks .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOH8kqMvks .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOH8kqMvks ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOH8kqMvks .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar-buttons {
    text-align: left;
  }
}
.cid-uOH8kqMvks button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOH8kqMvks button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOH8kqMvks nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOH8kqMvks .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOH8kqMvks a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOH8kqMvks .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOH8kqMvks .navbar {
    height: 70px;
  }
  .cid-uOH8kqMvks .navbar.opened {
    height: auto;
  }
  .cid-uOH8kqMvks .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOH8kqMvks .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOH8kqMvks .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOH8kqMvks .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOH8kqMvks .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOH8kqMvks .navbar-brand {
    margin-right: auto;
  }
  .cid-uOH8kqMvks .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #3eb75e;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOH8kqMvks .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOH8kqMvks .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOH8kqMvks .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOH8kqMvks .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOH8TitAZy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uOH8TitAZy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOH8TitAZy .mbr-text {
  color: #ffffff;
}
.cid-uOH7B4tkbg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-uOH7B4tkbg .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-uOH7B4tkbg .copyright-container {
  padding: 40px 0;
}
.cid-uOH7B4tkbg .mbr-text {
  color: #ffffff;
}
