body {
  font-family: Spline Sans Mono;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 4.25rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.05em;
  word-spacing: -0.15em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #fcdb42 !important;
}
.bg-success {
  background-color: #44cf35 !important;
}
.bg-info {
  background-color: #563cae !important;
}
.bg-warning {
  background-color: #b29403 !important;
}
.bg-danger {
  background-color: #b30710 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fcdb42 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #090f10 !important;
  background-color: #fff1af !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #090f10 !important;
  background-color: #fff1af !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0597ff !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #090f10 !important;
  background-color: #75c6ff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #090f10 !important;
  background-color: #75c6ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #563cae !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #090f10 !important;
  background-color: #9683d7 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #090f10 !important;
  background-color: #9683d7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #44cf35 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #090f10 !important;
  background-color: #96e78e !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #090f10 !important;
  background-color: #96e78e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b29403 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #090f10 !important;
  background-color: #ffda27 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #090f10 !important;
  background-color: #ffda27 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b30710 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #090f10 !important;
  background-color: #fa303b !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #090f10 !important;
  background-color: #fa303b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #090f10 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #090f10 !important;
  background-color: #2f545a !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #090f10 !important;
  background-color: #2f545a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcdb42;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e4bc04 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #3e3301 !important;
  background-color: #fcdb42 !important;
  border-color: #fcdb42 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0597ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0065ad !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0597ff !important;
  border-color: #0597ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #563cae;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #36266e !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #563cae !important;
  border-color: #563cae !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #44cf35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2c8c21 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44cf35 !important;
  border-color: #44cf35 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29403;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5d4d02 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b29403 !important;
  border-color: #b29403 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b30710;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #600409 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b30710 !important;
  border-color: #b30710 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #090f10;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #090f10 !important;
  border-color: #090f10 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fcdb42 !important;
}
.text-secondary {
  color: #0597ff !important;
}
.text-success {
  color: #44cf35 !important;
}
.text-info {
  color: #563cae !important;
}
.text-warning {
  color: #b29403 !important;
}
.text-danger {
  color: #b30710 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #090f10 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d5af03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #005c9e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28801e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #312262 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e4101 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #510307 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fcdb42;
}
.nav-tabs .nav-link:not(.active) {
  color: #090f10;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #563cae;
}
.alert-warning {
  background-color: #b29403;
}
.alert-danger {
  background-color: #b30710;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fcdb42;
  border-color: #fcdb42;
  color: #574801;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fcdb42;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddf6da;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a191d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcda39;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8424b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fcdb42 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #fcdb42;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fcdb42;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fcdb42;
}
.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: #fcdb42;
  border-bottom-color: #fcdb42;
}
.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: #fcdb42 !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: #0597ff !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='%23fcdb42' %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.4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 5vw;
}
.row {
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 48px;
  padding: 0.75rem 2rem;
  border-radius: 0 !important;
  border: none;
  font-weight: 500;
  transition: .3s all !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .15s all !important;
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: translate(0, -8px);
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #fff !important;
}
.mbr-section-btn .btn-black:hover {
  color: #fff !important;
}
.section-border-item {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.section-border-item_top {
  top: 0;
}
.section-border-item_bottom {
  bottom: 0;
}
.section-border-item_center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.text-transform-container {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.text-transform-container .text-transform-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: btn-move-out 0.3s ease-in-out;
}
.text-transform-container .mbr-text {
  transition: .3s all;
}
.text-transform-container .iconfont-wrapper .mbr-iconfont {
  transition: .3s all;
  padding-right: 8px;
}
.text-transform-container:hover .text-transform-wrap {
  animation: btn-move 0.3s ease-in-out;
}
.text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  padding-right: 0;
  padding-left: 8px;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-ujgiJleqAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujgiJleqAA nav.navbar {
  position: fixed;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujgiJleqAA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujgiJleqAA .dropdown-item:hover,
.cid-ujgiJleqAA .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:hover span {
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujgiJleqAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujgiJleqAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujgiJleqAA .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-ujgiJleqAA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .container {
    flex-wrap: nowrap;
  }
}
.cid-ujgiJleqAA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown-menu,
.cid-ujgiJleqAA .navbar.opened {
  background: #000000 !important;
}
.cid-ujgiJleqAA .nav-item:focus,
.cid-ujgiJleqAA .nav-link:focus {
  outline: none;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujgiJleqAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujgiJleqAA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ujgiJleqAA .navbar.opened {
  transition: all 0.3s;
}
.cid-ujgiJleqAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujgiJleqAA .navbar .navbar-logo img {
  width: auto;
}
.cid-ujgiJleqAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar.collapsed {
  justify-content: center;
}
.cid-ujgiJleqAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujgiJleqAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujgiJleqAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujgiJleqAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujgiJleqAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujgiJleqAA .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-ujgiJleqAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujgiJleqAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujgiJleqAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujgiJleqAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujgiJleqAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujgiJleqAA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujgiJleqAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujgiJleqAA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujgiJleqAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujgiJleqAA .dropdown-item.active,
.cid-ujgiJleqAA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujgiJleqAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujgiJleqAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujgiJleqAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujgiJleqAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujgiJleqAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA .navbar-dropdown {
  position: fixed;
}
.cid-ujgiJleqAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar {
    height: 70px;
  }
  .cid-ujgiJleqAA .navbar.opened {
    height: auto;
  }
  .cid-ujgiJleqAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqwc3LHmp8 {
  display: flex;
  background-image: url("../../../assets/images/adsz-tasarm-2024-10-07t145725.805-2000x1000.png");
}
.cid-uqwc3LHmp8 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uqwc3LHmp8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uqwc3LHmp8 {
    align-items: center;
  }
  .cid-uqwc3LHmp8 .row {
    justify-content: flex-start;
  }
  .cid-uqwc3LHmp8 .content-wrap {
    width: 47%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqwc3LHmp8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqwc3LHmp8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqwc3LHmp8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqwc3LHmp8 .content-wrap {
    width: 100%;
  }
}
.cid-uqwc3LHmp8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uqwc3LHmp8 .mbr-text,
.cid-uqwc3LHmp8 .mbr-section-btn {
  color: #000000;
}
.cid-tmYS81vPFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tmYS81vPFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmYS81vPFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmYS81vPFo .section-border-item {
  background-color: #2b137d;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .section-border-item_center {
    display: none;
  }
}
.cid-tmYS81vPFo .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .main-container {
    flex-wrap: wrap;
  }
}
.cid-tmYS81vPFo .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .card-wrap {
    width: 100%;
  }
}
.cid-tmYS81vPFo .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .card-box {
    max-width: 100%;
  }
}
.cid-tmYS81vPFo .card-title {
  color: #090f10;
}
.cid-tmYS81vPFo .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYS81vPFo .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tmYS81vPFo .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tmYS81vPFo .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tmYS81vPFo .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #563cae;
}
.cid-tmYS81vPFo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tmYS81vPFo .list-text {
  color: #090f10;
  flex-grow: 1;
}
.cid-tmYS81vPFo .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tmYS81vPFo .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tmYS81vPFo .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #2b137d;
  }
}
.cid-tmYS81vPFo .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tmYS81vPFo .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tmYS81vPFo .mbr-text,
.cid-tmYS81vPFo .mbr-section-btn {
  color: #090f10;
}
.cid-uk62bHTZAF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uk62bHTZAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk62bHTZAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk62bHTZAF .section-border-item {
  background-color: #2b137d;
}
@media (max-width: 991px) {
  .cid-uk62bHTZAF .section-border-item_center {
    display: none;
  }
}
.cid-uk62bHTZAF .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uk62bHTZAF .main-container {
    flex-wrap: wrap;
  }
}
.cid-uk62bHTZAF .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uk62bHTZAF .card-wrap {
    width: 100%;
  }
}
.cid-uk62bHTZAF .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-uk62bHTZAF .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uk62bHTZAF .card-box {
    max-width: 100%;
  }
}
.cid-uk62bHTZAF .card-title {
  color: #090f10;
}
.cid-uk62bHTZAF .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uk62bHTZAF .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uk62bHTZAF .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uk62bHTZAF .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-uk62bHTZAF .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-uk62bHTZAF .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uk62bHTZAF .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #563cae;
}
.cid-uk62bHTZAF .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-uk62bHTZAF .list-text {
  color: #090f10;
  flex-grow: 1;
}
.cid-uk62bHTZAF .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uk62bHTZAF .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uk62bHTZAF .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uk62bHTZAF .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-uk62bHTZAF .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #2b137d;
  }
}
.cid-uk62bHTZAF .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-uk62bHTZAF .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-uk62bHTZAF .mbr-text,
.cid-uk62bHTZAF .mbr-section-btn {
  color: #090f10;
}
.cid-tmYV8TjuY4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tmYV8TjuY4 .section-border-item {
  background-color: #2b137d;
}
.cid-tmYV8TjuY4 .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-tmYV8TjuY4 .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tmYV8TjuY4 .main-container {
    padding: 3rem 0;
  }
}
.cid-tmYV8TjuY4 .title-wrap {
  width: 100%;
}
.cid-tmYV8TjuY4 .title-box {
  width: 100%;
}
.cid-tmYV8TjuY4 .mbr-title {
  color: #090f10;
}
.cid-tmYV8TjuY4 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYV8TjuY4 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYV8TjuY4 .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #2b137d;
}
.cid-tmYV8TjuY4 .item {
  position: relative;
  width: 25%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tmYV8TjuY4 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tmYV8TjuY4 .item {
    width: 100%;
  }
}
.cid-tmYV8TjuY4 .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #2b137d;
}
@media (min-width: 1200px) {
  .cid-tmYV8TjuY4 .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #2b137d;
  }
}
@media (min-width: 768px) {
  .cid-tmYV8TjuY4 .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #2b137d;
  }
}
@media (min-width: 767px) {
  .cid-tmYV8TjuY4 .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-tmYV8TjuY4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-tmYV8TjuY4 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  overflow: hidden;
}
.cid-tmYV8TjuY4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s all;
}
.cid-tmYV8TjuY4 .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #2b137d;
}
@media (max-width: 991px) {
  .cid-tmYV8TjuY4 .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tmYV8TjuY4 .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-tmYV8TjuY4 .card-title {
  color: #090f10;
}
.cid-tmYV8TjuY4 .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYV8TjuY4 .card-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYV8TjuY4 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYV8TjuY4 .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-tmYV8TjuY4 .card-text,
.cid-tmYV8TjuY4 .mbr-section-btn {
  color: #090f10;
}
#custom-html-2j {
  /* Type valid CSS here */
}
#custom-html-2j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2j p {
  font-size: 60px;
  color: #777;
}
.cid-uwsUAqzMcF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwsUAqzMcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwsUAqzMcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uwsUAqzMcF .container {
    padding: 0 15px;
  }
}
.cid-uwsUAqzMcF .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uwsUAqzMcF .content-wrapper {
  position: relative;
}
.cid-uwsUAqzMcF .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uwsUAqzMcF .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwsUAqzMcF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uwsUAqzMcF .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uwsUAqzMcF .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uwsUAqzMcF .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uwsUAqzMcF .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uwsUAqzMcF .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uwsUAqzMcF .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uwsUAqzMcF .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #232323 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uwsUAqzMcF .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-uwsUAqzMcF .dragArea.row .form-group .form-control:hover,
.cid-uwsUAqzMcF .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uwsUAqzMcF .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 20px;
}
.cid-uwsUAqzMcF .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-uwsUAqzMcF .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uwsUAqzMcF .dragArea.row .form-group .form-check .form-check-input {
  background-color: #232323;
  border-color: #232323;
  border-radius: 0;
}
.cid-uwsUAqzMcF .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uwsUAqzMcF .mbr-section-title {
  color: #ffffff;
}
.cid-uwsUAqzMcF .mbr-desc {
  color: #000000;
}
.cid-uwsUAqzMcF label {
  color: #ffffff;
}
.cid-uwsUAqzMcF .mbr-section-btn {
  text-align: right;
}
.cid-uk6FMlBZpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uk6FMlBZpC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uk6FMlBZpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6FMlBZpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6FMlBZpC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container {
    padding: 0 22px;
  }
}
.cid-uk6FMlBZpC .row {
  position: relative;
  z-index: 1;
}
.cid-uk6FMlBZpC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uk6FMlBZpC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uk6FMlBZpC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uk6FMlBZpC .mbr-section-title {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-text {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk6FMlBZpC .list {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-desc {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact,
.cid-uk6FMlBZpC .item-contact {
  color: #ffffff;
}
.cid-uk6G6Bl56Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uk6G6Bl56Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6G6Bl56Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6G6Bl56Z .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uk7dkc2EeZ.popup-builder {
  background-color: #ffffff;
}
.cid-uk7dkc2EeZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk7dkc2EeZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk7dkc2EeZ .modal-content,
.cid-uk7dkc2EeZ .modal-dialog {
  height: auto;
}
.cid-uk7dkc2EeZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk7dkc2EeZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk7dkc2EeZ .form-wrapper .mbr-form .form-group,
  .cid-uk7dkc2EeZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk7dkc2EeZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk7dkc2EeZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk7dkc2EeZ .mbr-text {
  text-align: center;
}
.cid-uk7dkc2EeZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uk7dkc2EeZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk7dkc2EeZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk7dkc2EeZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk7dkc2EeZ .modal-open {
  overflow: hidden;
}
.cid-uk7dkc2EeZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk7dkc2EeZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk7dkc2EeZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk7dkc2EeZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uk7dkc2EeZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk7dkc2EeZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk7dkc2EeZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk7dkc2EeZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uk7dkc2EeZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk7dkc2EeZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk7dkc2EeZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk7dkc2EeZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uk7dkc2EeZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uk7dkc2EeZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk7dkc2EeZ .modal-header {
    padding: 1rem;
  }
}
.cid-uk7dkc2EeZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk7dkc2EeZ .modal-header .close svg {
  fill: #353535;
}
.cid-uk7dkc2EeZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uk7dkc2EeZ .modal-header .close:focus {
  outline: none;
}
.cid-uk7dkc2EeZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uk7dkc2EeZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk7dkc2EeZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk7dkc2EeZ .modal-body {
    padding: 1rem;
  }
}
.cid-uk7dkc2EeZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uk7dkc2EeZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk7dkc2EeZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uk7dkc2EeZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk7dkc2EeZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk7dkc2EeZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk7dkc2EeZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk7dkc2EeZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk7dkc2EeZ .modal-lg,
  .cid-uk7dkc2EeZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk7dkc2EeZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk7dkc2EeZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk7dkc2EeZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uk7dkc2EeZ .form-group {
  margin-bottom: 1rem;
}
.cid-uk7dkc2EeZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk7dkc2EeZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk7dkc2EeZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uk7dkc2EeZ .mbr-section-btn {
  margin: 0;
}
.cid-uk7dkc2EeZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujgiJleqAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujgiJleqAA nav.navbar {
  position: fixed;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujgiJleqAA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujgiJleqAA .dropdown-item:hover,
.cid-ujgiJleqAA .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:hover span {
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujgiJleqAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujgiJleqAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujgiJleqAA .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-ujgiJleqAA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .container {
    flex-wrap: nowrap;
  }
}
.cid-ujgiJleqAA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown-menu,
.cid-ujgiJleqAA .navbar.opened {
  background: #000000 !important;
}
.cid-ujgiJleqAA .nav-item:focus,
.cid-ujgiJleqAA .nav-link:focus {
  outline: none;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujgiJleqAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujgiJleqAA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ujgiJleqAA .navbar.opened {
  transition: all 0.3s;
}
.cid-ujgiJleqAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujgiJleqAA .navbar .navbar-logo img {
  width: auto;
}
.cid-ujgiJleqAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar.collapsed {
  justify-content: center;
}
.cid-ujgiJleqAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujgiJleqAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujgiJleqAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujgiJleqAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujgiJleqAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujgiJleqAA .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-ujgiJleqAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujgiJleqAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujgiJleqAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujgiJleqAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujgiJleqAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujgiJleqAA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujgiJleqAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujgiJleqAA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujgiJleqAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujgiJleqAA .dropdown-item.active,
.cid-ujgiJleqAA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujgiJleqAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujgiJleqAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujgiJleqAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujgiJleqAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujgiJleqAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA .navbar-dropdown {
  position: fixed;
}
.cid-ujgiJleqAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar {
    height: 70px;
  }
  .cid-ujgiJleqAA .navbar.opened {
    height: auto;
  }
  .cid-ujgiJleqAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo3lc7nGAe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uo3lc7nGAe .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3lc7nGAe .card {
  background-color: #0a1c44;
  padding: 4rem 10rem;
}
.cid-uo3lc7nGAe .input-group-btn {
  display: block;
}
.cid-uo3lc7nGAe .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uo3lc7nGAe .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uo3lc7nGAe .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-uo3lc7nGAe .btn-primary {
  border: 1px solid #fcdb42 !important;
}
.cid-uo3lc7nGAe .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uo3lc7nGAe .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uo3lc7nGAe .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-uo3lc7nGAe .card {
    padding: 2rem;
  }
}
.cid-uo3lc7nGAe .mbr-section-title,
.cid-uo3lc7nGAe .line-wrap {
  color: #ffffff;
}
.cid-uo3lc7nGAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3lc7nGAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6FMlBZpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uk6FMlBZpC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uk6FMlBZpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6FMlBZpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6FMlBZpC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container {
    padding: 0 22px;
  }
}
.cid-uk6FMlBZpC .row {
  position: relative;
  z-index: 1;
}
.cid-uk6FMlBZpC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uk6FMlBZpC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uk6FMlBZpC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uk6FMlBZpC .mbr-section-title {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-text {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk6FMlBZpC .list {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-desc {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact,
.cid-uk6FMlBZpC .item-contact {
  color: #ffffff;
}
.cid-uo3oNk5IJ9.popup-builder {
  background-color: #ffffff;
}
.cid-uo3oNk5IJ9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3oNk5IJ9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3oNk5IJ9 .modal-content,
.cid-uo3oNk5IJ9 .modal-dialog {
  height: auto;
}
.cid-uo3oNk5IJ9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3oNk5IJ9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3oNk5IJ9 .form-wrapper .mbr-form .form-group,
  .cid-uo3oNk5IJ9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3oNk5IJ9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3oNk5IJ9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3oNk5IJ9 .mbr-text {
  text-align: center;
}
.cid-uo3oNk5IJ9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3oNk5IJ9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3oNk5IJ9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3oNk5IJ9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3oNk5IJ9 .modal-open {
  overflow: hidden;
}
.cid-uo3oNk5IJ9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3oNk5IJ9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3oNk5IJ9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3oNk5IJ9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3oNk5IJ9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3oNk5IJ9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3oNk5IJ9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3oNk5IJ9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3oNk5IJ9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3oNk5IJ9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3oNk5IJ9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3oNk5IJ9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3oNk5IJ9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3oNk5IJ9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5IJ9 .modal-header {
    padding: 1rem;
  }
}
.cid-uo3oNk5IJ9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3oNk5IJ9 .modal-header .close svg {
  fill: #353535;
}
.cid-uo3oNk5IJ9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3oNk5IJ9 .modal-header .close:focus {
  outline: none;
}
.cid-uo3oNk5IJ9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3oNk5IJ9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3oNk5IJ9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5IJ9 .modal-body {
    padding: 1rem;
  }
}
.cid-uo3oNk5IJ9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3oNk5IJ9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5IJ9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3oNk5IJ9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3oNk5IJ9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3oNk5IJ9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3oNk5IJ9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3oNk5IJ9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3oNk5IJ9 .modal-lg,
  .cid-uo3oNk5IJ9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3oNk5IJ9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3oNk5IJ9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3oNk5IJ9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3oNk5IJ9 .form-group {
  margin-bottom: 1rem;
}
.cid-uo3oNk5IJ9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3oNk5IJ9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3oNk5IJ9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3oNk5IJ9 .mbr-section-btn {
  margin: 0;
}
.cid-uo3oNk5IJ9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujgiJleqAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujgiJleqAA nav.navbar {
  position: fixed;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujgiJleqAA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujgiJleqAA .dropdown-item:hover,
.cid-ujgiJleqAA .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:hover span {
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujgiJleqAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujgiJleqAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujgiJleqAA .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-ujgiJleqAA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .container {
    flex-wrap: nowrap;
  }
}
.cid-ujgiJleqAA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown-menu,
.cid-ujgiJleqAA .navbar.opened {
  background: #000000 !important;
}
.cid-ujgiJleqAA .nav-item:focus,
.cid-ujgiJleqAA .nav-link:focus {
  outline: none;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujgiJleqAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujgiJleqAA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ujgiJleqAA .navbar.opened {
  transition: all 0.3s;
}
.cid-ujgiJleqAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujgiJleqAA .navbar .navbar-logo img {
  width: auto;
}
.cid-ujgiJleqAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar.collapsed {
  justify-content: center;
}
.cid-ujgiJleqAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujgiJleqAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujgiJleqAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujgiJleqAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujgiJleqAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujgiJleqAA .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-ujgiJleqAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujgiJleqAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujgiJleqAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujgiJleqAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujgiJleqAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujgiJleqAA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujgiJleqAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujgiJleqAA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujgiJleqAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujgiJleqAA .dropdown-item.active,
.cid-ujgiJleqAA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujgiJleqAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujgiJleqAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujgiJleqAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujgiJleqAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujgiJleqAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA .navbar-dropdown {
  position: fixed;
}
.cid-ujgiJleqAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar {
    height: 70px;
  }
  .cid-ujgiJleqAA .navbar.opened {
    height: auto;
  }
  .cid-ujgiJleqAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo3cBbM8hQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uo3cBbM8hQ .section-border-item {
  background-color: #2b137d;
}
.cid-uo3cBbM8hQ .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uo3cBbM8hQ .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uo3cBbM8hQ .main-container {
    padding: 3rem 0;
  }
}
.cid-uo3cBbM8hQ .title-wrap {
  width: 100%;
}
.cid-uo3cBbM8hQ .title-box {
  width: 100%;
}
.cid-uo3cBbM8hQ .mbr-title {
  color: #090f10;
}
.cid-uo3cBbM8hQ .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uo3cBbM8hQ .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uo3cBbM8hQ .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #2b137d;
}
.cid-uo3cBbM8hQ .item {
  position: relative;
  width: 25%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uo3cBbM8hQ .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uo3cBbM8hQ .item {
    width: 100%;
  }
}
.cid-uo3cBbM8hQ .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #2b137d;
}
@media (min-width: 1200px) {
  .cid-uo3cBbM8hQ .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #2b137d;
  }
}
@media (min-width: 768px) {
  .cid-uo3cBbM8hQ .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #2b137d;
  }
}
@media (min-width: 767px) {
  .cid-uo3cBbM8hQ .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-uo3cBbM8hQ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-uo3cBbM8hQ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  overflow: hidden;
}
.cid-uo3cBbM8hQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s all;
}
.cid-uo3cBbM8hQ .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #2b137d;
}
@media (max-width: 991px) {
  .cid-uo3cBbM8hQ .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uo3cBbM8hQ .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-uo3cBbM8hQ .card-title {
  color: #090f10;
}
.cid-uo3cBbM8hQ .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uo3cBbM8hQ .card-text {
    margin-top: 1.25rem;
  }
}
.cid-uo3cBbM8hQ .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uo3cBbM8hQ .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-uo3cBbM8hQ .card-text,
.cid-uo3cBbM8hQ .mbr-section-btn {
  color: #090f10;
}
.cid-uk6FMlBZpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uk6FMlBZpC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uk6FMlBZpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6FMlBZpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6FMlBZpC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container {
    padding: 0 22px;
  }
}
.cid-uk6FMlBZpC .row {
  position: relative;
  z-index: 1;
}
.cid-uk6FMlBZpC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uk6FMlBZpC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uk6FMlBZpC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uk6FMlBZpC .mbr-section-title {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-text {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk6FMlBZpC .list {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-desc {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact,
.cid-uk6FMlBZpC .item-contact {
  color: #ffffff;
}
.cid-uo3oNk5yba.popup-builder {
  background-color: #ffffff;
}
.cid-uo3oNk5yba.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3oNk5yba.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3oNk5yba .modal-content,
.cid-uo3oNk5yba .modal-dialog {
  height: auto;
}
.cid-uo3oNk5yba .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3oNk5yba .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3oNk5yba .form-wrapper .mbr-form .form-group,
  .cid-uo3oNk5yba .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3oNk5yba .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3oNk5yba .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3oNk5yba .mbr-text {
  text-align: center;
}
.cid-uo3oNk5yba .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3oNk5yba .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3oNk5yba .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3oNk5yba .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3oNk5yba .modal-open {
  overflow: hidden;
}
.cid-uo3oNk5yba .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3oNk5yba .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3oNk5yba .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3oNk5yba .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3oNk5yba .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3oNk5yba .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3oNk5yba .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3oNk5yba .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3oNk5yba .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3oNk5yba .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3oNk5yba .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3oNk5yba .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3oNk5yba .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3oNk5yba .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5yba .modal-header {
    padding: 1rem;
  }
}
.cid-uo3oNk5yba .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3oNk5yba .modal-header .close svg {
  fill: #353535;
}
.cid-uo3oNk5yba .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3oNk5yba .modal-header .close:focus {
  outline: none;
}
.cid-uo3oNk5yba .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3oNk5yba .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3oNk5yba .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5yba .modal-body {
    padding: 1rem;
  }
}
.cid-uo3oNk5yba .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3oNk5yba .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5yba .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3oNk5yba .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3oNk5yba .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3oNk5yba .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3oNk5yba .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3oNk5yba .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3oNk5yba .modal-lg,
  .cid-uo3oNk5yba .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3oNk5yba .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3oNk5yba .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3oNk5yba .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3oNk5yba .form-group {
  margin-bottom: 1rem;
}
.cid-uo3oNk5yba .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3oNk5yba .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3oNk5yba .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3oNk5yba .mbr-section-btn {
  margin: 0;
}
.cid-uo3oNk5yba .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujgiJleqAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujgiJleqAA nav.navbar {
  position: fixed;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujgiJleqAA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujgiJleqAA .dropdown-item:hover,
.cid-ujgiJleqAA .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:hover span {
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujgiJleqAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujgiJleqAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujgiJleqAA .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-ujgiJleqAA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .container {
    flex-wrap: nowrap;
  }
}
.cid-ujgiJleqAA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown-menu,
.cid-ujgiJleqAA .navbar.opened {
  background: #000000 !important;
}
.cid-ujgiJleqAA .nav-item:focus,
.cid-ujgiJleqAA .nav-link:focus {
  outline: none;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujgiJleqAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujgiJleqAA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ujgiJleqAA .navbar.opened {
  transition: all 0.3s;
}
.cid-ujgiJleqAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujgiJleqAA .navbar .navbar-logo img {
  width: auto;
}
.cid-ujgiJleqAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar.collapsed {
  justify-content: center;
}
.cid-ujgiJleqAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujgiJleqAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujgiJleqAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujgiJleqAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujgiJleqAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujgiJleqAA .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-ujgiJleqAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujgiJleqAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujgiJleqAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujgiJleqAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujgiJleqAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujgiJleqAA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujgiJleqAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujgiJleqAA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujgiJleqAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujgiJleqAA .dropdown-item.active,
.cid-ujgiJleqAA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujgiJleqAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujgiJleqAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujgiJleqAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujgiJleqAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujgiJleqAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA .navbar-dropdown {
  position: fixed;
}
.cid-ujgiJleqAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar {
    height: 70px;
  }
  .cid-ujgiJleqAA .navbar.opened {
    height: auto;
  }
  .cid-ujgiJleqAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo3bhx9FqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uo3bhx9FqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3bhx9FqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3bhx9FqV .section-border-item {
  background-color: #fcdb42;
}
.cid-uo3bhx9FqV .card-title {
  color: #000000;
}
.cid-uo3bhx9FqV .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uo3bhx9FqV .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-uo3bhx9FqV .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uo3bhx9FqV .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uk6FMlBZpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uk6FMlBZpC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uk6FMlBZpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6FMlBZpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6FMlBZpC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container {
    padding: 0 22px;
  }
}
.cid-uk6FMlBZpC .row {
  position: relative;
  z-index: 1;
}
.cid-uk6FMlBZpC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uk6FMlBZpC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uk6FMlBZpC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uk6FMlBZpC .mbr-section-title {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-text {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk6FMlBZpC .list {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-desc {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact,
.cid-uk6FMlBZpC .item-contact {
  color: #ffffff;
}
.cid-uo3oNk4HT1.popup-builder {
  background-color: #ffffff;
}
.cid-uo3oNk4HT1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3oNk4HT1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3oNk4HT1 .modal-content,
.cid-uo3oNk4HT1 .modal-dialog {
  height: auto;
}
.cid-uo3oNk4HT1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3oNk4HT1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3oNk4HT1 .form-wrapper .mbr-form .form-group,
  .cid-uo3oNk4HT1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3oNk4HT1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3oNk4HT1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3oNk4HT1 .mbr-text {
  text-align: center;
}
.cid-uo3oNk4HT1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3oNk4HT1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3oNk4HT1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3oNk4HT1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3oNk4HT1 .modal-open {
  overflow: hidden;
}
.cid-uo3oNk4HT1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3oNk4HT1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3oNk4HT1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3oNk4HT1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3oNk4HT1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3oNk4HT1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3oNk4HT1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3oNk4HT1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3oNk4HT1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3oNk4HT1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3oNk4HT1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3oNk4HT1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3oNk4HT1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3oNk4HT1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk4HT1 .modal-header {
    padding: 1rem;
  }
}
.cid-uo3oNk4HT1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3oNk4HT1 .modal-header .close svg {
  fill: #353535;
}
.cid-uo3oNk4HT1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3oNk4HT1 .modal-header .close:focus {
  outline: none;
}
.cid-uo3oNk4HT1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3oNk4HT1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3oNk4HT1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk4HT1 .modal-body {
    padding: 1rem;
  }
}
.cid-uo3oNk4HT1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3oNk4HT1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk4HT1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3oNk4HT1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3oNk4HT1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3oNk4HT1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3oNk4HT1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3oNk4HT1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3oNk4HT1 .modal-lg,
  .cid-uo3oNk4HT1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3oNk4HT1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3oNk4HT1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3oNk4HT1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3oNk4HT1 .form-group {
  margin-bottom: 1rem;
}
.cid-uo3oNk4HT1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3oNk4HT1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3oNk4HT1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3oNk4HT1 .mbr-section-btn {
  margin: 0;
}
.cid-uo3oNk4HT1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uox74JdgjB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uox74JdgjB nav.navbar {
  position: fixed;
}
.cid-uox74JdgjB .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-uox74JdgjB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uox74JdgjB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uox74JdgjB .dropdown-item:hover,
.cid-uox74JdgjB .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uox74JdgjB .dropdown-item:hover span {
  color: white;
}
.cid-uox74JdgjB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uox74JdgjB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uox74JdgjB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uox74JdgjB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uox74JdgjB .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uox74JdgjB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uox74JdgjB .container {
    flex-wrap: nowrap;
  }
}
.cid-uox74JdgjB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uox74JdgjB .dropdown-menu,
.cid-uox74JdgjB .navbar.opened {
  background: #000000 !important;
}
.cid-uox74JdgjB .nav-item:focus,
.cid-uox74JdgjB .nav-link:focus {
  outline: none;
}
.cid-uox74JdgjB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uox74JdgjB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uox74JdgjB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uox74JdgjB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uox74JdgjB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uox74JdgjB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uox74JdgjB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uox74JdgjB .navbar.opened {
  transition: all 0.3s;
}
.cid-uox74JdgjB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uox74JdgjB .navbar .navbar-logo img {
  width: auto;
}
.cid-uox74JdgjB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uox74JdgjB .navbar.collapsed {
  justify-content: center;
}
.cid-uox74JdgjB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uox74JdgjB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uox74JdgjB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uox74JdgjB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uox74JdgjB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uox74JdgjB .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-uox74JdgjB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uox74JdgjB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uox74JdgjB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uox74JdgjB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uox74JdgjB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uox74JdgjB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uox74JdgjB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uox74JdgjB .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-uox74JdgjB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uox74JdgjB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uox74JdgjB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uox74JdgjB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uox74JdgjB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uox74JdgjB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uox74JdgjB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uox74JdgjB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uox74JdgjB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uox74JdgjB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uox74JdgjB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uox74JdgjB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uox74JdgjB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uox74JdgjB .dropdown-item.active,
.cid-uox74JdgjB .dropdown-item:active {
  background-color: transparent;
}
.cid-uox74JdgjB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uox74JdgjB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uox74JdgjB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uox74JdgjB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uox74JdgjB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uox74JdgjB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uox74JdgjB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uox74JdgjB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uox74JdgjB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uox74JdgjB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uox74JdgjB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uox74JdgjB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uox74JdgjB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uox74JdgjB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uox74JdgjB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uox74JdgjB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uox74JdgjB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uox74JdgjB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uox74JdgjB .navbar-dropdown {
  position: fixed;
}
.cid-uox74JdgjB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uox74JdgjB .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-uox74JdgjB .navbar {
    height: 70px;
  }
  .cid-uox74JdgjB .navbar.opened {
    height: auto;
  }
  .cid-uox74JdgjB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uox74JBV68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uox74JBV68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uox74JBV68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uox74JBV68 .section-border-item {
  background-color: #fcdb42;
}
.cid-uox74JBV68 .card-title {
  color: #000000;
}
.cid-uox74JBV68 .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uox74JBV68 .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-uox74JBV68 .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uox74JBV68 .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uox74K3NpX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uox74K3NpX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uox74K3NpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uox74K3NpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uox74K3NpX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uox74K3NpX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .container {
    padding: 0 22px;
  }
}
.cid-uox74K3NpX .row {
  position: relative;
  z-index: 1;
}
.cid-uox74K3NpX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uox74K3NpX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uox74K3NpX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uox74K3NpX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uox74K3NpX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uox74K3NpX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uox74K3NpX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uox74K3NpX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uox74K3NpX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uox74K3NpX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uox74K3NpX .nav-wrapper .list .item-wrap:hover,
.cid-uox74K3NpX .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uox74K3NpX .nav-wrapper .list .item-wrap:hover::before,
.cid-uox74K3NpX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uox74K3NpX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uox74K3NpX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uox74K3NpX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uox74K3NpX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uox74K3NpX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uox74K3NpX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uox74K3NpX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uox74K3NpX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uox74K3NpX .mbr-section-title {
  color: #ffffff;
}
.cid-uox74K3NpX .mbr-text {
  color: #ffffff;
}
.cid-uox74K3NpX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uox74K3NpX .list {
  color: #ffffff;
}
.cid-uox74K3NpX .mbr-contact {
  color: #ffffff;
}
.cid-uox74K3NpX .mbr-desc {
  color: #ffffff;
}
.cid-uox74K3NpX .mbr-contact,
.cid-uox74K3NpX .item-contact {
  color: #ffffff;
}
.cid-uox74KHBiN.popup-builder {
  background-color: #ffffff;
}
.cid-uox74KHBiN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uox74KHBiN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uox74KHBiN .modal-content,
.cid-uox74KHBiN .modal-dialog {
  height: auto;
}
.cid-uox74KHBiN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uox74KHBiN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uox74KHBiN .form-wrapper .mbr-form .form-group,
  .cid-uox74KHBiN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uox74KHBiN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uox74KHBiN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uox74KHBiN .mbr-text {
  text-align: center;
}
.cid-uox74KHBiN .pt-0 {
  padding-top: 0 !important;
}
.cid-uox74KHBiN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uox74KHBiN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uox74KHBiN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uox74KHBiN .modal-open {
  overflow: hidden;
}
.cid-uox74KHBiN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uox74KHBiN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uox74KHBiN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uox74KHBiN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uox74KHBiN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uox74KHBiN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uox74KHBiN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uox74KHBiN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uox74KHBiN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uox74KHBiN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uox74KHBiN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uox74KHBiN .modal-backdrop.show {
  opacity: .5;
}
.cid-uox74KHBiN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uox74KHBiN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uox74KHBiN .modal-header {
    padding: 1rem;
  }
}
.cid-uox74KHBiN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uox74KHBiN .modal-header .close svg {
  fill: #353535;
}
.cid-uox74KHBiN .modal-header .close:hover {
  opacity: 1;
}
.cid-uox74KHBiN .modal-header .close:focus {
  outline: none;
}
.cid-uox74KHBiN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uox74KHBiN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uox74KHBiN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uox74KHBiN .modal-body {
    padding: 1rem;
  }
}
.cid-uox74KHBiN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uox74KHBiN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uox74KHBiN .modal-footer {
    padding: 1rem;
  }
}
.cid-uox74KHBiN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uox74KHBiN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uox74KHBiN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uox74KHBiN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uox74KHBiN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uox74KHBiN .modal-lg,
  .cid-uox74KHBiN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uox74KHBiN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uox74KHBiN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uox74KHBiN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uox74KHBiN .form-group {
  margin-bottom: 1rem;
}
.cid-uox74KHBiN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uox74KHBiN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uox74KHBiN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uox74KHBiN .mbr-section-btn {
  margin: 0;
}
.cid-uox74KHBiN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo3bFaGwLj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uo3bFaGwLj nav.navbar {
  position: fixed;
}
.cid-uo3bFaGwLj .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-uo3bFaGwLj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo3bFaGwLj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo3bFaGwLj .dropdown-item:hover,
.cid-uo3bFaGwLj .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uo3bFaGwLj .dropdown-item:hover span {
  color: white;
}
.cid-uo3bFaGwLj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo3bFaGwLj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo3bFaGwLj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo3bFaGwLj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo3bFaGwLj .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uo3bFaGwLj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo3bFaGwLj .container {
    flex-wrap: nowrap;
  }
}
.cid-uo3bFaGwLj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3bFaGwLj .dropdown-menu,
.cid-uo3bFaGwLj .navbar.opened {
  background: #000000 !important;
}
.cid-uo3bFaGwLj .nav-item:focus,
.cid-uo3bFaGwLj .nav-link:focus {
  outline: none;
}
.cid-uo3bFaGwLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo3bFaGwLj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo3bFaGwLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo3bFaGwLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo3bFaGwLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo3bFaGwLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo3bFaGwLj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uo3bFaGwLj .navbar.opened {
  transition: all 0.3s;
}
.cid-uo3bFaGwLj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo3bFaGwLj .navbar .navbar-logo img {
  width: auto;
}
.cid-uo3bFaGwLj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo3bFaGwLj .navbar.collapsed {
  justify-content: center;
}
.cid-uo3bFaGwLj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo3bFaGwLj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3bFaGwLj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo3bFaGwLj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3bFaGwLj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3bFaGwLj .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-uo3bFaGwLj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3bFaGwLj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo3bFaGwLj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3bFaGwLj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo3bFaGwLj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3bFaGwLj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3bFaGwLj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3bFaGwLj .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-uo3bFaGwLj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo3bFaGwLj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3bFaGwLj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo3bFaGwLj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo3bFaGwLj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo3bFaGwLj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo3bFaGwLj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo3bFaGwLj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo3bFaGwLj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo3bFaGwLj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo3bFaGwLj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3bFaGwLj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo3bFaGwLj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3bFaGwLj .dropdown-item.active,
.cid-uo3bFaGwLj .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3bFaGwLj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3bFaGwLj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3bFaGwLj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3bFaGwLj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uo3bFaGwLj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo3bFaGwLj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3bFaGwLj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo3bFaGwLj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo3bFaGwLj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo3bFaGwLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uo3bFaGwLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3bFaGwLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3bFaGwLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3bFaGwLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3bFaGwLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3bFaGwLj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3bFaGwLj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3bFaGwLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3bFaGwLj .navbar-dropdown {
  position: fixed;
}
.cid-uo3bFaGwLj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo3bFaGwLj .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-uo3bFaGwLj .navbar {
    height: 70px;
  }
  .cid-uo3bFaGwLj .navbar.opened {
    height: auto;
  }
  .cid-uo3bFaGwLj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo3bFb5jxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uo3bFb5jxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3bFb5jxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3bFb5jxQ .section-border-item {
  background-color: #fcdb42;
}
.cid-uo3bFb5jxQ .card-title {
  color: #000000;
}
.cid-uo3bFb5jxQ .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uo3bFb5jxQ .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-uo3bFb5jxQ .card-text {
  color: #353535;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uo3bFb5jxQ .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uo3bFbyrkS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uo3bFbyrkS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uo3bFbyrkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3bFbyrkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3bFbyrkS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uo3bFbyrkS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .container {
    padding: 0 22px;
  }
}
.cid-uo3bFbyrkS .row {
  position: relative;
  z-index: 1;
}
.cid-uo3bFbyrkS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uo3bFbyrkS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uo3bFbyrkS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uo3bFbyrkS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3bFbyrkS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uo3bFbyrkS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo3bFbyrkS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uo3bFbyrkS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uo3bFbyrkS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uo3bFbyrkS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uo3bFbyrkS .nav-wrapper .list .item-wrap:hover,
.cid-uo3bFbyrkS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uo3bFbyrkS .nav-wrapper .list .item-wrap:hover::before,
.cid-uo3bFbyrkS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3bFbyrkS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3bFbyrkS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uo3bFbyrkS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3bFbyrkS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uo3bFbyrkS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uo3bFbyrkS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3bFbyrkS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uo3bFbyrkS .mbr-section-title {
  color: #ffffff;
}
.cid-uo3bFbyrkS .mbr-text {
  color: #ffffff;
}
.cid-uo3bFbyrkS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo3bFbyrkS .list {
  color: #ffffff;
}
.cid-uo3bFbyrkS .mbr-contact {
  color: #ffffff;
}
.cid-uo3bFbyrkS .mbr-desc {
  color: #ffffff;
}
.cid-uo3bFbyrkS .mbr-contact,
.cid-uo3bFbyrkS .item-contact {
  color: #ffffff;
}
.cid-uo3oNk5Guj.popup-builder {
  background-color: #ffffff;
}
.cid-uo3oNk5Guj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3oNk5Guj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3oNk5Guj .modal-content,
.cid-uo3oNk5Guj .modal-dialog {
  height: auto;
}
.cid-uo3oNk5Guj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3oNk5Guj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3oNk5Guj .form-wrapper .mbr-form .form-group,
  .cid-uo3oNk5Guj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3oNk5Guj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3oNk5Guj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3oNk5Guj .mbr-text {
  text-align: center;
}
.cid-uo3oNk5Guj .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3oNk5Guj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3oNk5Guj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3oNk5Guj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3oNk5Guj .modal-open {
  overflow: hidden;
}
.cid-uo3oNk5Guj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3oNk5Guj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3oNk5Guj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3oNk5Guj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3oNk5Guj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3oNk5Guj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3oNk5Guj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3oNk5Guj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3oNk5Guj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3oNk5Guj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3oNk5Guj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3oNk5Guj .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3oNk5Guj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3oNk5Guj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5Guj .modal-header {
    padding: 1rem;
  }
}
.cid-uo3oNk5Guj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3oNk5Guj .modal-header .close svg {
  fill: #353535;
}
.cid-uo3oNk5Guj .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3oNk5Guj .modal-header .close:focus {
  outline: none;
}
.cid-uo3oNk5Guj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3oNk5Guj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3oNk5Guj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5Guj .modal-body {
    padding: 1rem;
  }
}
.cid-uo3oNk5Guj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3oNk5Guj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk5Guj .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3oNk5Guj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3oNk5Guj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3oNk5Guj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3oNk5Guj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3oNk5Guj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3oNk5Guj .modal-lg,
  .cid-uo3oNk5Guj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3oNk5Guj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3oNk5Guj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3oNk5Guj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3oNk5Guj .form-group {
  margin-bottom: 1rem;
}
.cid-uo3oNk5Guj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3oNk5Guj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3oNk5Guj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3oNk5Guj .mbr-section-btn {
  margin: 0;
}
.cid-uo3oNk5Guj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo3c0qCUHp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uo3c0qCUHp nav.navbar {
  position: fixed;
}
.cid-uo3c0qCUHp .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-uo3c0qCUHp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo3c0qCUHp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo3c0qCUHp .dropdown-item:hover,
.cid-uo3c0qCUHp .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uo3c0qCUHp .dropdown-item:hover span {
  color: white;
}
.cid-uo3c0qCUHp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo3c0qCUHp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo3c0qCUHp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo3c0qCUHp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo3c0qCUHp .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uo3c0qCUHp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo3c0qCUHp .container {
    flex-wrap: nowrap;
  }
}
.cid-uo3c0qCUHp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3c0qCUHp .dropdown-menu,
.cid-uo3c0qCUHp .navbar.opened {
  background: #000000 !important;
}
.cid-uo3c0qCUHp .nav-item:focus,
.cid-uo3c0qCUHp .nav-link:focus {
  outline: none;
}
.cid-uo3c0qCUHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo3c0qCUHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo3c0qCUHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo3c0qCUHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo3c0qCUHp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo3c0qCUHp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo3c0qCUHp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uo3c0qCUHp .navbar.opened {
  transition: all 0.3s;
}
.cid-uo3c0qCUHp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo3c0qCUHp .navbar .navbar-logo img {
  width: auto;
}
.cid-uo3c0qCUHp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo3c0qCUHp .navbar.collapsed {
  justify-content: center;
}
.cid-uo3c0qCUHp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo3c0qCUHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3c0qCUHp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo3c0qCUHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3c0qCUHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3c0qCUHp .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-uo3c0qCUHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3c0qCUHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo3c0qCUHp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3c0qCUHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo3c0qCUHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3c0qCUHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3c0qCUHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3c0qCUHp .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-uo3c0qCUHp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo3c0qCUHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3c0qCUHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo3c0qCUHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo3c0qCUHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo3c0qCUHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo3c0qCUHp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo3c0qCUHp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo3c0qCUHp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo3c0qCUHp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo3c0qCUHp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3c0qCUHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo3c0qCUHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3c0qCUHp .dropdown-item.active,
.cid-uo3c0qCUHp .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3c0qCUHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3c0qCUHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3c0qCUHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3c0qCUHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uo3c0qCUHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo3c0qCUHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3c0qCUHp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo3c0qCUHp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo3c0qCUHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo3c0qCUHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uo3c0qCUHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3c0qCUHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3c0qCUHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3c0qCUHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3c0qCUHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3c0qCUHp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3c0qCUHp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3c0qCUHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3c0qCUHp .navbar-dropdown {
  position: fixed;
}
.cid-uo3c0qCUHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo3c0qCUHp .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-uo3c0qCUHp .navbar {
    height: 70px;
  }
  .cid-uo3c0qCUHp .navbar.opened {
    height: auto;
  }
  .cid-uo3c0qCUHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo3c0r4uGX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uo3c0r4uGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3c0r4uGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3c0r4uGX .section-border-item {
  background-color: #fcdb42;
}
.cid-uo3c0r4uGX .card-title {
  color: #000000;
}
.cid-uo3c0r4uGX .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uo3c0r4uGX .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-uo3c0r4uGX .card-text {
  color: #353535;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uo3c0r4uGX .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uo3c0rAppm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uo3c0rAppm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uo3c0rAppm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3c0rAppm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3c0rAppm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uo3c0rAppm .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .container {
    padding: 0 22px;
  }
}
.cid-uo3c0rAppm .row {
  position: relative;
  z-index: 1;
}
.cid-uo3c0rAppm .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uo3c0rAppm .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uo3c0rAppm .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uo3c0rAppm .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3c0rAppm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uo3c0rAppm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo3c0rAppm .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uo3c0rAppm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uo3c0rAppm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uo3c0rAppm .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uo3c0rAppm .nav-wrapper .list .item-wrap:hover,
.cid-uo3c0rAppm .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uo3c0rAppm .nav-wrapper .list .item-wrap:hover::before,
.cid-uo3c0rAppm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3c0rAppm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3c0rAppm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uo3c0rAppm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3c0rAppm .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uo3c0rAppm .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uo3c0rAppm .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uo3c0rAppm .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3c0rAppm .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uo3c0rAppm .mbr-section-title {
  color: #ffffff;
}
.cid-uo3c0rAppm .mbr-text {
  color: #ffffff;
}
.cid-uo3c0rAppm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo3c0rAppm .list {
  color: #ffffff;
}
.cid-uo3c0rAppm .mbr-contact {
  color: #ffffff;
}
.cid-uo3c0rAppm .mbr-desc {
  color: #ffffff;
}
.cid-uo3c0rAppm .mbr-contact,
.cid-uo3c0rAppm .item-contact {
  color: #ffffff;
}
.cid-uo3oNk50ya.popup-builder {
  background-color: #ffffff;
}
.cid-uo3oNk50ya.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3oNk50ya.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3oNk50ya .modal-content,
.cid-uo3oNk50ya .modal-dialog {
  height: auto;
}
.cid-uo3oNk50ya .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3oNk50ya .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3oNk50ya .form-wrapper .mbr-form .form-group,
  .cid-uo3oNk50ya .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3oNk50ya .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3oNk50ya .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3oNk50ya .mbr-text {
  text-align: center;
}
.cid-uo3oNk50ya .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3oNk50ya .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3oNk50ya .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3oNk50ya .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3oNk50ya .modal-open {
  overflow: hidden;
}
.cid-uo3oNk50ya .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3oNk50ya .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3oNk50ya .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3oNk50ya .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uo3oNk50ya .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3oNk50ya .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3oNk50ya .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3oNk50ya .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uo3oNk50ya .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3oNk50ya .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3oNk50ya .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3oNk50ya .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3oNk50ya .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uo3oNk50ya .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk50ya .modal-header {
    padding: 1rem;
  }
}
.cid-uo3oNk50ya .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3oNk50ya .modal-header .close svg {
  fill: #353535;
}
.cid-uo3oNk50ya .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3oNk50ya .modal-header .close:focus {
  outline: none;
}
.cid-uo3oNk50ya .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3oNk50ya .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3oNk50ya .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk50ya .modal-body {
    padding: 1rem;
  }
}
.cid-uo3oNk50ya .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo3oNk50ya .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3oNk50ya .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3oNk50ya .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3oNk50ya .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3oNk50ya .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3oNk50ya .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3oNk50ya .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3oNk50ya .modal-lg,
  .cid-uo3oNk50ya .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3oNk50ya .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3oNk50ya .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3oNk50ya .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uo3oNk50ya .form-group {
  margin-bottom: 1rem;
}
.cid-uo3oNk50ya .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3oNk50ya .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3oNk50ya .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uo3oNk50ya .mbr-section-btn {
  margin: 0;
}
.cid-uo3oNk50ya .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujgiJleqAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujgiJleqAA nav.navbar {
  position: fixed;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujgiJleqAA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujgiJleqAA .dropdown-item:hover,
.cid-ujgiJleqAA .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:hover span {
  color: white;
}
.cid-ujgiJleqAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujgiJleqAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujgiJleqAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujgiJleqAA .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-ujgiJleqAA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .container {
    flex-wrap: nowrap;
  }
}
.cid-ujgiJleqAA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown-menu,
.cid-ujgiJleqAA .navbar.opened {
  background: #000000 !important;
}
.cid-ujgiJleqAA .nav-item:focus,
.cid-ujgiJleqAA .nav-link:focus {
  outline: none;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujgiJleqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujgiJleqAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujgiJleqAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujgiJleqAA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ujgiJleqAA .navbar.opened {
  transition: all 0.3s;
}
.cid-ujgiJleqAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujgiJleqAA .navbar .navbar-logo img {
  width: auto;
}
.cid-ujgiJleqAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar.collapsed {
  justify-content: center;
}
.cid-ujgiJleqAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujgiJleqAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujgiJleqAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujgiJleqAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujgiJleqAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujgiJleqAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujgiJleqAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujgiJleqAA .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-ujgiJleqAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujgiJleqAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujgiJleqAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujgiJleqAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujgiJleqAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujgiJleqAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujgiJleqAA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujgiJleqAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujgiJleqAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujgiJleqAA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujgiJleqAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujgiJleqAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujgiJleqAA .dropdown-item.active,
.cid-ujgiJleqAA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujgiJleqAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujgiJleqAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujgiJleqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujgiJleqAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujgiJleqAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujgiJleqAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujgiJleqAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujgiJleqAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujgiJleqAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujgiJleqAA .navbar-dropdown {
  position: fixed;
}
.cid-ujgiJleqAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujgiJleqAA .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-ujgiJleqAA .navbar {
    height: 70px;
  }
  .cid-ujgiJleqAA .navbar.opened {
    height: auto;
  }
  .cid-ujgiJleqAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk6bvyi0Xj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uk6bvyi0Xj .mbr-overlay {
  background-color: #090f10;
  opacity: 0.4;
}
.cid-uk6bvyi0Xj .section-border-item {
  background-color: #fcdb42;
}
.cid-uk6bvyi0Xj .mbr-section-head {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uk6bvyi0Xj .mbr-section-head {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uk6bvyi0Xj .mbr-section-head {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uk6bvyi0Xj .mbr-section-head {
    margin-bottom: 6rem;
  }
}
.cid-uk6bvyi0Xj .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uk6bvyi0Xj .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uk6bvyi0Xj .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uk6bvyi0Xj form {
  width: 100%;
}
.cid-uk6bvyi0Xj form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uk6bvyi0Xj form p {
  color: #ffffff;
}
.cid-uk6bvyi0Xj form .mbr-section-btn .btn {
  width: 100%;
  border-radius: 0.5rem !important;
  padding: 0.625rem 1.125rem;
}
.cid-uk6bvyi0Xj form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-uk6bvyi0Xj form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.cid-uk6bvyi0Xj form .form-control {
  height: 44px;
  border: 1px solid #ffffff !important;
  background: transparent;
  outline: none !important;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
  border-radius: 0.5rem !important;
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  transition: .3s;
}
.cid-uk6bvyi0Xj form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uk6bvyi0Xj form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uk6bvyi0Xj form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uk6bvyi0Xj form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uk6bvyi0Xj form select {
  color: #ffffff !important;
}
.cid-uk6bvyi0Xj form textarea {
  height: 180px !important;
  min-height: 180px !important;
  padding: 0.5rem 0.875rem;
  resize: none;
}
.cid-uk6bvyi0Xj form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form input,
.cid-uk6bvyi0Xj form textarea {
  transition: .5s all;
}
.cid-uk6bvyi0Xj form input:active,
.cid-uk6bvyi0Xj form textarea:active,
.cid-uk6bvyi0Xj form input:focus,
.cid-uk6bvyi0Xj form textarea:focus {
  background-color: rgba(255, 255, 255, 0.09) !important;
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-uk6bvyi0Xj form input:active::-webkit-input-placeholder,
.cid-uk6bvyi0Xj form textarea:active::-webkit-input-placeholder,
.cid-uk6bvyi0Xj form input:focus::-webkit-input-placeholder,
.cid-uk6bvyi0Xj form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form input:active::-moz-placeholder,
.cid-uk6bvyi0Xj form textarea:active::-moz-placeholder,
.cid-uk6bvyi0Xj form input:focus::-moz-placeholder,
.cid-uk6bvyi0Xj form textarea:focus::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form input:active:-moz-placeholder,
.cid-uk6bvyi0Xj form textarea:active:-moz-placeholder,
.cid-uk6bvyi0Xj form input:focus:-moz-placeholder,
.cid-uk6bvyi0Xj form textarea:focus:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form input:active:-ms-input-placeholder,
.cid-uk6bvyi0Xj form textarea:active:-ms-input-placeholder,
.cid-uk6bvyi0Xj form input:focus:-ms-input-placeholder,
.cid-uk6bvyi0Xj form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uk6bvyi0Xj form .row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.cid-uk6bvyi0Xj form .row [class*=col] {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.cid-uk6bvyi0Xj form label {
  width: 100%;
  color: #fcdb42;
  margin-bottom: 0.5rem;
}
.cid-uk6bvyi0Xj form .form-check label {
  color: #ffffff;
}
.cid-uk6bvyi0Xj form .form-check-input {
  border-color: #fcdb42 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uk6bvyi0Xj form .form-check-input:focus,
.cid-uk6bvyi0Xj form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #090f10 !important;
}
.cid-uk6bvyi0Xj form .form-check-input:checked {
  border-color: #fcdb42 !important;
  background-color: #fcdb42 !important;
}
.cid-uk6FMlBZpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uk6FMlBZpC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uk6FMlBZpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6FMlBZpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6FMlBZpC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .container {
    padding: 0 22px;
  }
}
.cid-uk6FMlBZpC .row {
  position: relative;
  z-index: 1;
}
.cid-uk6FMlBZpC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uk6FMlBZpC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uk6FMlBZpC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uk6FMlBZpC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uk6FMlBZpC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before,
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uk6FMlBZpC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uk6FMlBZpC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uk6FMlBZpC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uk6FMlBZpC .mbr-section-title {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-text {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk6FMlBZpC .list {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-desc {
  color: #ffffff;
}
.cid-uk6FMlBZpC .mbr-contact,
.cid-uk6FMlBZpC .item-contact {
  color: #ffffff;
}
.cid-uk7drBNLOK.popup-builder {
  background-color: #ffffff;
}
.cid-uk7drBNLOK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk7drBNLOK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk7drBNLOK .modal-content,
.cid-uk7drBNLOK .modal-dialog {
  height: auto;
}
.cid-uk7drBNLOK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk7drBNLOK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk7drBNLOK .form-wrapper .mbr-form .form-group,
  .cid-uk7drBNLOK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk7drBNLOK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk7drBNLOK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk7drBNLOK .mbr-text {
  text-align: center;
}
.cid-uk7drBNLOK .pt-0 {
  padding-top: 0 !important;
}
.cid-uk7drBNLOK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk7drBNLOK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk7drBNLOK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk7drBNLOK .modal-open {
  overflow: hidden;
}
.cid-uk7drBNLOK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk7drBNLOK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk7drBNLOK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk7drBNLOK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uk7drBNLOK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk7drBNLOK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk7drBNLOK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk7drBNLOK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uk7drBNLOK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk7drBNLOK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk7drBNLOK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk7drBNLOK .modal-backdrop.show {
  opacity: .5;
}
.cid-uk7drBNLOK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uk7drBNLOK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk7drBNLOK .modal-header {
    padding: 1rem;
  }
}
.cid-uk7drBNLOK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk7drBNLOK .modal-header .close svg {
  fill: #353535;
}
.cid-uk7drBNLOK .modal-header .close:hover {
  opacity: 1;
}
.cid-uk7drBNLOK .modal-header .close:focus {
  outline: none;
}
.cid-uk7drBNLOK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uk7drBNLOK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk7drBNLOK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk7drBNLOK .modal-body {
    padding: 1rem;
  }
}
.cid-uk7drBNLOK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uk7drBNLOK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk7drBNLOK .modal-footer {
    padding: 1rem;
  }
}
.cid-uk7drBNLOK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk7drBNLOK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk7drBNLOK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk7drBNLOK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk7drBNLOK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk7drBNLOK .modal-lg,
  .cid-uk7drBNLOK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk7drBNLOK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk7drBNLOK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk7drBNLOK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uk7drBNLOK .form-group {
  margin-bottom: 1rem;
}
.cid-uk7drBNLOK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk7drBNLOK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk7drBNLOK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uk7drBNLOK .mbr-section-btn {
  margin: 0;
}
.cid-uk7drBNLOK .mbr-section-btn .btn {
  margin: 0;
}
