.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.12rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.896rem;
    font-size: calc( 1.042rem + (1.12 - 1.042) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.042rem + (1.12 - 1.042) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #060606 !important;
}
.bg-success {
  background-color: #2e96ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #dc5400 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #060606, #060606 65%, #393939) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #202020 !important;
  border-color: #202020 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #0844ff, #0844ff 65%, #6e91ff) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0844ff !important;
  border-color: #0844ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #2e96ff, #2e96ff 65%, #94c9ff) !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #060606;
  color: #060606;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0844ff;
  color: #0844ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002bb0 !important;
  background-color: transparent !important;
  border-color: #002bb0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0844ff !important;
  border-color: #0844ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e96ff;
  color: #2e96ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006bd6 !important;
  background-color: transparent !important;
  border-color: #006bd6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #060606 !important;
}
.text-secondary {
  color: #0844ff !important;
}
.text-success {
  color: #2e96ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #dc5400 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0027a1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0063c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #762d00 !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: #060606;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #dcb300;
}
.alert-danger {
  background-color: #dc5400;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #060606;
  border-color: #060606;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #060606;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fafcff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcaa9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: #060606 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #060606;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #060606;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #060606;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #060606;
  border-bottom-color: #060606;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #060606 !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: #0844ff !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='%23060606' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.icon-wrap {
  border-radius: 24px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-uA7TjZMtQ3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA7TjZMtQ3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA7TjZMtQ3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA7TjZMtQ3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA7TjZMtQ3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA7TjZMtQ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7TjZMtQ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7TjZMtQ3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA7TjZMtQ3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA7TjZMtQ3 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uA7TjZMtQ3 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA7TjZMtQ3 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA7TjZMtQ3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA7TjZMtQ3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uA7TjZMtQ3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA7TjZMtQ3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA7TjZMtQ3 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA7TjZMtQ3 .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA7TjZMtQ3 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA7TjZMtQ3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA7TjZMtQ3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA7TjZMtQ3 .navbar-caption:hover,
.cid-uA7TjZMtQ3 .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA7TjZMtQ3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA7TjZMtQ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA7TjZMtQ3 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  border: 1px solid #121212;
}
@media (max-width: 992px) {
  .cid-uA7TjZMtQ3 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA7TjZMtQ3 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA7TjZMtQ3 .menu-container {
    margin: 16px;
  }
}
.cid-uA7TjZMtQ3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA7TjZMtQ3 .iconfont-wrapper:hover,
.cid-uA7TjZMtQ3 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA7TjZMtQ3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #121212;
}
.cid-uA7TjZMtQ3 .nav-item:focus,
.cid-uA7TjZMtQ3 .nav-link:focus {
  outline: none;
}
.cid-uA7TjZMtQ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7TjZMtQ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7TjZMtQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7TjZMtQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7TjZMtQ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7TjZMtQ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7TjZMtQ3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA7TjZMtQ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7TjZMtQ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA7TjZMtQ3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uA7TjZMtQ3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7TjZMtQ3 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA7TjZMtQ3 .navbar.collapsed {
  justify-content: center;
}
.cid-uA7TjZMtQ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7TjZMtQ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA7TjZMtQ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA7TjZMtQ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7TjZMtQ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7TjZMtQ3 .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-uA7TjZMtQ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7TjZMtQ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA7TjZMtQ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA7TjZMtQ3 .navbar {
    min-height: 72px;
  }
  .cid-uA7TjZMtQ3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7TjZMtQ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7TjZMtQ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7TjZMtQ3 .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-uA7TjZMtQ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA7TjZMtQ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA7TjZMtQ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7TjZMtQ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA7TjZMtQ3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA7TjZMtQ3 .dropdown-item.active,
.cid-uA7TjZMtQ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7TjZMtQ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA7TjZMtQ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7TjZMtQ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7TjZMtQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-uA7TjZMtQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA7TjZMtQ3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA7TjZMtQ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA7TjZMtQ3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA7TjZMtQ3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uA7TjZMtQ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA7TjZMtQ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA7TjZMtQ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7TjZMtQ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7TjZMtQ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7TjZMtQ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7TjZMtQ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7TjZMtQ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7TjZMtQ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7TjZMtQ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7TjZMtQ3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA7TjZMtQ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7TjZMtQ3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7TjZMtQ3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7TjZMtQ3 .navbar {
    height: 70px;
  }
  .cid-uA7TjZMtQ3 .navbar.opened {
    height: auto;
  }
  .cid-uA7TjZMtQ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA7TjZMtQ3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA7TjZMtQ3 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA7TjZMtQ3 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA7TjZMtQ3 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA7TjZMtQ3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA7TjZMtQ3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uA7TjZMtQ3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #121212;
  }
  .cid-uA7TjZMtQ3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA7TjZMtQ3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7TjZMtQ3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA7TjZMtQ3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA7TjZMtQ3 .navbar-brand,
.cid-uA7TjZMtQ3 .navbar-toggler,
.cid-uA7TjZMtQ3 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ufFEj7Rmda {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ufFEj7Rmda .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEj7Rmda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEj7Rmda .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEj7Rmda .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .mbr-section-title {
  color: #ffffff;
}
.cid-ufFEj7Rmda .mbr-desc,
.cid-ufFEj7Rmda .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFEj7Rmda .mbr-text,
.cid-ufFEj7Rmda .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFEj7Rmda .mbr-section-title,
.cid-ufFEj7Rmda .mbr-section-btn {
  text-align: center;
}
.cid-uA7YaJX1zl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA7YaJX1zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7YaJX1zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7YaJX1zl .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7YaJX1zl .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA7YaJX1zl .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA7YaJX1zl .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-uA7XH8Ld7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA7XH8Ld7Y .wrapper {
  background: #000000;
}
.cid-uA7XH8Ld7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7XH8Ld7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7XH8Ld7Y .mbr-section-title {
  color: #ffffff;
}
.cid-uA7XH8Ld7Y .mbr-text {
  color: #ffffff;
}
.cid-uA7YoLh9XV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA7YoLh9XV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7YoLh9XV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7YoLh9XV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA7YoLh9XV .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA7YoLh9XV .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA7YoLh9XV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA7YoLh9XV .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA7YoLh9XV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA7YoLh9XV .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7YoLh9XV .image-wrapper img {
    height: 350px;
  }
}
.cid-uA7YoLh9XV .mbr-section-title {
  color: #ffffff;
}
.cid-uA7YoLh9XV .mbr-text,
.cid-uA7YoLh9XV .text-wrapper {
  color: #ffffff;
}
.cid-ufFEkT8d3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFEkT8d3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEkT8d3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEkT8d3V .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFEkT8d3V .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEkT8d3V .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ufFEkT8d3V .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFEkT8d3V .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFEkT8d3V .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFEkT8d3V .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFEkT8d3V .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFEkT8d3V .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFEkT8d3V .item {
    margin-bottom: 28px;
  }
}
.cid-ufFEkT8d3V .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-ufFEkT8d3V .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-ufFEkT8d3V .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ufFEkT8d3V .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-ufFEkT8d3V .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-ufFEkT8d3V .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-ufFEkT8d3V .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-ufFEkT8d3V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFEkT8d3V .mbr-text,
.cid-ufFEkT8d3V .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFEkT8d3V .mbr-desc,
.cid-ufFEkT8d3V .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFEkT8d3V .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFEkT8d3V .item-text {
  color: #ffffff;
}
.cid-uA7XKLb4cB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA7XKLb4cB .wrapper {
  background: #000000;
}
.cid-uA7XKLb4cB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7XKLb4cB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7XKLb4cB .mbr-section-title {
  color: #ffffff;
}
.cid-uA7XKLb4cB .mbr-text {
  color: #ffffff;
}
.cid-ufFElC0fS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFElC0fS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFElC0fS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFElC0fS2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFElC0fS2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFElC0fS2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFElC0fS2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFElC0fS2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .item {
    margin-bottom: 28px;
  }
}
.cid-ufFElC0fS2 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-ufFElC0fS2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFElC0fS2 .mbr-text,
.cid-ufFElC0fS2 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFElC0fS2 .item-title {
  color: #ffffff;
}
.cid-ufFElC0fS2 .item-title,
.cid-ufFElC0fS2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA7XLw9m26 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA7XLw9m26 .wrapper {
  background: #121212;
}
.cid-uA7XLw9m26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7XLw9m26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7XLw9m26 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7XLw9m26 .mbr-text {
  color: #ffffff;
}
.cid-ufFEjEMLOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFEjEMLOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEjEMLOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEjEMLOK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFEjEMLOK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEjEMLOK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFEjEMLOK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFEjEMLOK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFEjEMLOK .item {
    margin-bottom: 28px;
  }
}
.cid-ufFEjEMLOK .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFEjEMLOK .item .item-wrapper:hover,
.cid-ufFEjEMLOK .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufFEjEMLOK .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-ufFEjEMLOK .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #078efb;
}
.cid-ufFEjEMLOK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFEjEMLOK .item-date {
  color: #ffffff;
}
.cid-ufFEjEMLOK .item-text {
  color: #ffffff;
}
.cid-ufFEmZEEhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFEmZEEhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEmZEEhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEmZEEhK .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper {
    padding: 0;
  }
}
.cid-ufFEmZEEhK .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEmZEEhK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFEmZEEhK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFEmZEEhK .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-ufFEmZEEhK .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-ufFEmZEEhK .mbr-section-title {
  color: #ffffff;
}
.cid-ufFEmZEEhK .mbr-text,
.cid-ufFEmZEEhK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFEmZEEhK .mbr-section-title,
.cid-ufFEmZEEhK .mbr-section-btn {
  text-align: center;
}
.cid-uA7YKSQmc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA7YKSQmc4 .wrapper {
  background: #121212;
}
.cid-uA7YKSQmc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7YKSQmc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7YKSQmc4 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7YKSQmc4 .mbr-text {
  color: #ffffff;
}
.cid-uA8k1csgSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8k1csgSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8k1csgSr .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-uA8k1csgSr .container {
    padding: 0 20px;
  }
}
.cid-uA8k1csgSr .row {
  margin: 0;
}
.cid-uA8k1csgSr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA8k1csgSr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA8k1csgSr .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uA8k1csgSr .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uA8k1csgSr .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uA8k1csgSr .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uA8k1csgSr .mbr-section-title {
  color: #ffffff;
}
.cid-uA9D6Y4xVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA9D6Y4xVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9D6Y4xVq .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-uA9D6Y4xVq .container {
    padding: 0 22px;
  }
}
.cid-uA9D6Y4xVq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9D6Y4xVq .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA9D6Y4xVq .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA9D6Y4xVq .image-wrapper img {
    height: 350px;
  }
}
.cid-uA9D6Y4xVq .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uA9D6Y4xVq .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uA9D6Y4xVq .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA9D6Y4xVq .panel-group .card:hover,
.cid-uA9D6Y4xVq .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uA9D6Y4xVq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA9D6Y4xVq .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA9D6Y4xVq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA9D6Y4xVq .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uA9D6Y4xVq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA9D6Y4xVq .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA9D6Y4xVq .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA9D6Y4xVq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9D6Y4xVq .panel-title-edit {
  color: #ffffff;
}
.cid-uA9D6Y4xVq .panel-text {
  color: #8a8588;
}
.cid-uA7Z24XdmD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA7Z24XdmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7Z24XdmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7Z24XdmD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA7Z24XdmD .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA7Z24XdmD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA7Z24XdmD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA7Z24XdmD .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA7Z24XdmD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA7Z24XdmD .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7Z24XdmD .image-wrapper img {
    height: 350px;
  }
}
.cid-uA7Z24XdmD .mbr-section-title {
  color: #ffffff;
}
.cid-uA7Z24XdmD .mbr-text,
.cid-uA7Z24XdmD .text-wrapper {
  color: #ffffff;
}
.cid-uA87yzOIE3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uA87yzOIE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA87yzOIE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA87yzOIE3 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uA87yzOIE3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA87yzOIE3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA87yzOIE3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA87yzOIE3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA87yzOIE3 .content-head {
  max-width: 800px;
}
.cid-uA87yzOIE3 .mbr-section-title {
  color: #ffffff;
}
.cid-uA9Dlhpyfa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-uA9Dlhpyfa [class^="socicon-"]:before,
.cid-uA9Dlhpyfa [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA9Dlhpyfa .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA9Dlhpyfa .btn-social,
.cid-uA9Dlhpyfa .mbr-section-title {
  color: #57468b;
}
.cid-uA9Dlhpyfa .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA9Dlhpyfa .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA9Dlhpyfa .soc-item:hover span {
  color: #060606 !important;
}
.cid-uA7W5BILc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA7W5BILc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7W5BILc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7W5BILc7 .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uA7W5BILc7 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA7W5BILc7 .content-wrap .row {
  justify-content: center;
}
.cid-uA7W5BILc7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7W5BILc7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7W5BILc7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA7W5BILc7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA7W5BILc7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA7W5BILc7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7W5BILc7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7W5BILc7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7W5BILc7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA7W5BILc7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA7W5BILc7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7W5BILc7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7W5BILc7 .nav-wrapper .list .item-wrap:hover,
.cid-uA7W5BILc7 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA7W5BILc7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7W5BILc7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7W5BILc7 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA7W5BILc7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA7W5BILc7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7W5BILc7 .contacts-wrapper .list .item-wrap:hover,
.cid-uA7W5BILc7 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA7W5BILc7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7W5BILc7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7W5BILc7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7W5BILc7 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA7W5BILc7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA7W5BILc7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA7W5BILc7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA7W5BILc7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA7W5BILc7 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA7W5BILc7 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uA7W5BILc7 .mbr-section-title {
  color: #ed463f;
}
.cid-uA7W5BILc7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA7W5BILc7 .list {
  color: #404349;
}
.cid-uA7W5BILc7 .list,
.cid-uA7W5BILc7 .item-wrap {
  color: #ffffff;
}
.cid-uA7W5BILc7 .mbr-section-title,
.cid-uA7W5BILc7 .title-wrapper {
  color: #ffffff;
}
.cid-uA81U2iwW6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA81U2iwW6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA81U2iwW6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA81U2iwW6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA81U2iwW6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA81U2iwW6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA81U2iwW6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA81U2iwW6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA81U2iwW6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA81U2iwW6 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uA81U2iwW6 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA81U2iwW6 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA81U2iwW6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA81U2iwW6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uA81U2iwW6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA81U2iwW6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA81U2iwW6 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA81U2iwW6 .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA81U2iwW6 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA81U2iwW6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA81U2iwW6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA81U2iwW6 .navbar-caption:hover,
.cid-uA81U2iwW6 .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA81U2iwW6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA81U2iwW6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA81U2iwW6 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  border: 1px solid #121212;
}
@media (max-width: 992px) {
  .cid-uA81U2iwW6 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA81U2iwW6 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA81U2iwW6 .menu-container {
    margin: 16px;
  }
}
.cid-uA81U2iwW6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA81U2iwW6 .iconfont-wrapper:hover,
.cid-uA81U2iwW6 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA81U2iwW6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #121212;
}
.cid-uA81U2iwW6 .nav-item:focus,
.cid-uA81U2iwW6 .nav-link:focus {
  outline: none;
}
.cid-uA81U2iwW6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA81U2iwW6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA81U2iwW6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA81U2iwW6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA81U2iwW6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA81U2iwW6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA81U2iwW6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA81U2iwW6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uA81U2iwW6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA81U2iwW6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uA81U2iwW6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA81U2iwW6 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA81U2iwW6 .navbar.collapsed {
  justify-content: center;
}
.cid-uA81U2iwW6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA81U2iwW6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA81U2iwW6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA81U2iwW6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA81U2iwW6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA81U2iwW6 .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-uA81U2iwW6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA81U2iwW6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA81U2iwW6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA81U2iwW6 .navbar {
    min-height: 72px;
  }
  .cid-uA81U2iwW6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA81U2iwW6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA81U2iwW6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA81U2iwW6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA81U2iwW6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA81U2iwW6 .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-uA81U2iwW6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA81U2iwW6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA81U2iwW6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA81U2iwW6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA81U2iwW6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA81U2iwW6 .dropdown-item.active,
.cid-uA81U2iwW6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA81U2iwW6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA81U2iwW6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA81U2iwW6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA81U2iwW6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-uA81U2iwW6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA81U2iwW6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA81U2iwW6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA81U2iwW6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA81U2iwW6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uA81U2iwW6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA81U2iwW6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA81U2iwW6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA81U2iwW6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA81U2iwW6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA81U2iwW6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA81U2iwW6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA81U2iwW6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA81U2iwW6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA81U2iwW6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA81U2iwW6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA81U2iwW6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA81U2iwW6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA81U2iwW6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA81U2iwW6 .navbar {
    height: 70px;
  }
  .cid-uA81U2iwW6 .navbar.opened {
    height: auto;
  }
  .cid-uA81U2iwW6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA81U2iwW6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA81U2iwW6 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA81U2iwW6 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA81U2iwW6 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA81U2iwW6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA81U2iwW6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uA81U2iwW6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #121212;
  }
  .cid-uA81U2iwW6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA81U2iwW6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA81U2iwW6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA81U2iwW6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA81U2iwW6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA81U2iwW6 .navbar-brand,
.cid-uA81U2iwW6 .navbar-toggler,
.cid-uA81U2iwW6 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA81U4kqS7 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uA81U4kqS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA81U4kqS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA81U4kqS7 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uA81U4kqS7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA81U4kqS7 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uA81U4kqS7 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uA81U4kqS7 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA81U4kqS7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uA81U4kqS7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA81U4kqS7 .mbr-section-title {
  color: #ffffff;
}
.cid-uA81U4kqS7 .mbr-desc,
.cid-uA81U4kqS7 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA81U4kqS7 .mbr-text,
.cid-uA81U4kqS7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA81U4kqS7 .mbr-section-title,
.cid-uA81U4kqS7 .mbr-section-btn {
  text-align: center;
}
.cid-uA81U76c2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA81U76c2D .wrapper {
  background: #000000;
}
.cid-uA81U76c2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA81U76c2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA81U76c2D .mbr-section-title {
  color: #ffffff;
}
.cid-uA81U76c2D .mbr-text {
  color: #ffffff;
}
.cid-uA87CBzQVn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uA87CBzQVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA87CBzQVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA87CBzQVn .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uA87CBzQVn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA87CBzQVn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA87CBzQVn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA87CBzQVn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA87CBzQVn .content-head {
  max-width: 800px;
}
.cid-uA87CBzQVn .mbr-section-title {
  color: #ffffff;
}
.cid-uA9Dv0SWSb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-uA9Dv0SWSb [class^="socicon-"]:before,
.cid-uA9Dv0SWSb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA9Dv0SWSb .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA9Dv0SWSb .btn-social,
.cid-uA9Dv0SWSb .mbr-section-title {
  color: #57468b;
}
.cid-uA9Dv0SWSb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA9Dv0SWSb .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA9Dv0SWSb .soc-item:hover span {
  color: #060606 !important;
}
.cid-uA81Uo4Y1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA81Uo4Y1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA81Uo4Y1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA81Uo4Y1r .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uA81Uo4Y1r .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA81Uo4Y1r .content-wrap .row {
  justify-content: center;
}
.cid-uA81Uo4Y1r .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA81Uo4Y1r .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA81Uo4Y1r .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA81Uo4Y1r .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA81Uo4Y1r .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA81Uo4Y1r .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA81Uo4Y1r .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA81Uo4Y1r .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA81Uo4Y1r .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA81Uo4Y1r .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA81Uo4Y1r .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA81Uo4Y1r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA81Uo4Y1r .nav-wrapper .list .item-wrap:hover,
.cid-uA81Uo4Y1r .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA81Uo4Y1r .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA81Uo4Y1r .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA81Uo4Y1r .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA81Uo4Y1r .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA81Uo4Y1r .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA81Uo4Y1r .contacts-wrapper .list .item-wrap:hover,
.cid-uA81Uo4Y1r .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA81Uo4Y1r .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA81Uo4Y1r .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA81Uo4Y1r .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA81Uo4Y1r .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA81Uo4Y1r .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA81Uo4Y1r .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA81Uo4Y1r .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA81Uo4Y1r .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA81Uo4Y1r .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA81Uo4Y1r .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uA81Uo4Y1r .mbr-section-title {
  color: #ed463f;
}
.cid-uA81Uo4Y1r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA81Uo4Y1r .list {
  color: #404349;
}
.cid-uA81Uo4Y1r .list,
.cid-uA81Uo4Y1r .item-wrap {
  color: #ffffff;
}
.cid-uA81Uo4Y1r .mbr-section-title,
.cid-uA81Uo4Y1r .title-wrapper {
  color: #ffffff;
}
.cid-uA82lxQxux {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA82lxQxux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA82lxQxux .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA82lxQxux .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA82lxQxux .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA82lxQxux .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA82lxQxux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA82lxQxux .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA82lxQxux .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA82lxQxux .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uA82lxQxux .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA82lxQxux .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA82lxQxux .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA82lxQxux .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uA82lxQxux .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA82lxQxux .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA82lxQxux .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA82lxQxux .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA82lxQxux .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA82lxQxux .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA82lxQxux .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA82lxQxux .navbar-caption:hover,
.cid-uA82lxQxux .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA82lxQxux .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA82lxQxux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA82lxQxux .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  border: 1px solid #121212;
}
@media (max-width: 992px) {
  .cid-uA82lxQxux .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA82lxQxux .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA82lxQxux .menu-container {
    margin: 16px;
  }
}
.cid-uA82lxQxux .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA82lxQxux .iconfont-wrapper:hover,
.cid-uA82lxQxux .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA82lxQxux .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #121212;
}
.cid-uA82lxQxux .nav-item:focus,
.cid-uA82lxQxux .nav-link:focus {
  outline: none;
}
.cid-uA82lxQxux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA82lxQxux .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA82lxQxux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA82lxQxux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA82lxQxux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA82lxQxux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA82lxQxux .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA82lxQxux .navbar.opened {
  transition: all 0.3s;
}
.cid-uA82lxQxux .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA82lxQxux .navbar .navbar-logo img {
  width: auto;
}
.cid-uA82lxQxux .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA82lxQxux .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA82lxQxux .navbar.collapsed {
  justify-content: center;
}
.cid-uA82lxQxux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA82lxQxux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA82lxQxux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA82lxQxux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA82lxQxux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA82lxQxux .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-uA82lxQxux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA82lxQxux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA82lxQxux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA82lxQxux .navbar {
    min-height: 72px;
  }
  .cid-uA82lxQxux .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA82lxQxux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA82lxQxux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA82lxQxux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA82lxQxux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA82lxQxux .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-uA82lxQxux .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA82lxQxux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA82lxQxux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA82lxQxux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA82lxQxux .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA82lxQxux .dropdown-item.active,
.cid-uA82lxQxux .dropdown-item:active {
  background-color: transparent;
}
.cid-uA82lxQxux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA82lxQxux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA82lxQxux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA82lxQxux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-uA82lxQxux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA82lxQxux .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA82lxQxux ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA82lxQxux .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA82lxQxux .navbar-buttons {
    text-align: left;
  }
}
.cid-uA82lxQxux button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA82lxQxux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA82lxQxux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA82lxQxux button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA82lxQxux button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA82lxQxux button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA82lxQxux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA82lxQxux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA82lxQxux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA82lxQxux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA82lxQxux .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA82lxQxux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA82lxQxux .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA82lxQxux .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA82lxQxux .navbar {
    height: 70px;
  }
  .cid-uA82lxQxux .navbar.opened {
    height: auto;
  }
  .cid-uA82lxQxux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA82lxQxux .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA82lxQxux .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA82lxQxux .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA82lxQxux .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA82lxQxux .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA82lxQxux .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA82lxQxux .navbar-brand {
    margin-right: auto;
  }
  .cid-uA82lxQxux .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #121212;
  }
  .cid-uA82lxQxux .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA82lxQxux .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA82lxQxux .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA82lxQxux .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA82lxQxux .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA82lxQxux .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA82lxQxux .navbar-brand,
.cid-uA82lxQxux .navbar-toggler,
.cid-uA82lxQxux .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA82lzBDlT {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uA82lzBDlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82lzBDlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82lzBDlT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uA82lzBDlT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA82lzBDlT .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uA82lzBDlT .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uA82lzBDlT .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82lzBDlT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uA82lzBDlT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA82lzBDlT .mbr-section-title {
  color: #ffffff;
}
.cid-uA82lzBDlT .mbr-desc,
.cid-uA82lzBDlT .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA82lzBDlT .mbr-text,
.cid-uA82lzBDlT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA82lzBDlT .mbr-section-title,
.cid-uA82lzBDlT .mbr-section-btn {
  text-align: center;
}
.cid-uA82lB4ays {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA82lB4ays .wrapper {
  background: #000000;
}
.cid-uA82lB4ays .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82lB4ays .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82lB4ays .mbr-section-title {
  color: #ffffff;
}
.cid-uA82lB4ays .mbr-text {
  color: #ffffff;
}
.cid-uA87QHtGHw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uA87QHtGHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA87QHtGHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA87QHtGHw .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uA87QHtGHw .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA87QHtGHw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA87QHtGHw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA87QHtGHw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA87QHtGHw .content-head {
  max-width: 800px;
}
.cid-uA87QHtGHw .mbr-section-title {
  color: #ffffff;
}
.cid-uA9DANegqK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-uA9DANegqK [class^="socicon-"]:before,
.cid-uA9DANegqK [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA9DANegqK .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA9DANegqK .btn-social,
.cid-uA9DANegqK .mbr-section-title {
  color: #57468b;
}
.cid-uA9DANegqK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA9DANegqK .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA9DANegqK .soc-item:hover span {
  color: #060606 !important;
}
.cid-uA82lC8HEg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA82lC8HEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82lC8HEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82lC8HEg .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uA82lC8HEg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA82lC8HEg .content-wrap .row {
  justify-content: center;
}
.cid-uA82lC8HEg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82lC8HEg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82lC8HEg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA82lC8HEg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA82lC8HEg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA82lC8HEg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA82lC8HEg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82lC8HEg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82lC8HEg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA82lC8HEg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA82lC8HEg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA82lC8HEg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA82lC8HEg .nav-wrapper .list .item-wrap:hover,
.cid-uA82lC8HEg .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA82lC8HEg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82lC8HEg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82lC8HEg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA82lC8HEg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA82lC8HEg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA82lC8HEg .contacts-wrapper .list .item-wrap:hover,
.cid-uA82lC8HEg .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA82lC8HEg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA82lC8HEg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82lC8HEg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82lC8HEg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA82lC8HEg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA82lC8HEg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA82lC8HEg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA82lC8HEg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA82lC8HEg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA82lC8HEg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uA82lC8HEg .mbr-section-title {
  color: #ed463f;
}
.cid-uA82lC8HEg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA82lC8HEg .list {
  color: #404349;
}
.cid-uA82lC8HEg .list,
.cid-uA82lC8HEg .item-wrap {
  color: #ffffff;
}
.cid-uA82lC8HEg .mbr-section-title,
.cid-uA82lC8HEg .title-wrapper {
  color: #ffffff;
}
.cid-uA82PBYNFx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA82PBYNFx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA82PBYNFx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA82PBYNFx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA82PBYNFx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA82PBYNFx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA82PBYNFx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA82PBYNFx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA82PBYNFx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA82PBYNFx .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uA82PBYNFx .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA82PBYNFx .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA82PBYNFx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA82PBYNFx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uA82PBYNFx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA82PBYNFx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA82PBYNFx .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA82PBYNFx .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA82PBYNFx .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA82PBYNFx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA82PBYNFx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA82PBYNFx .navbar-caption:hover,
.cid-uA82PBYNFx .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA82PBYNFx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA82PBYNFx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA82PBYNFx .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  border: 1px solid #121212;
}
@media (max-width: 992px) {
  .cid-uA82PBYNFx .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA82PBYNFx .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA82PBYNFx .menu-container {
    margin: 16px;
  }
}
.cid-uA82PBYNFx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA82PBYNFx .iconfont-wrapper:hover,
.cid-uA82PBYNFx .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA82PBYNFx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #121212;
}
.cid-uA82PBYNFx .nav-item:focus,
.cid-uA82PBYNFx .nav-link:focus {
  outline: none;
}
.cid-uA82PBYNFx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA82PBYNFx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA82PBYNFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA82PBYNFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA82PBYNFx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA82PBYNFx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA82PBYNFx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA82PBYNFx .navbar.opened {
  transition: all 0.3s;
}
.cid-uA82PBYNFx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA82PBYNFx .navbar .navbar-logo img {
  width: auto;
}
.cid-uA82PBYNFx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA82PBYNFx .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA82PBYNFx .navbar.collapsed {
  justify-content: center;
}
.cid-uA82PBYNFx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA82PBYNFx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA82PBYNFx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA82PBYNFx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA82PBYNFx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA82PBYNFx .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-uA82PBYNFx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA82PBYNFx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA82PBYNFx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA82PBYNFx .navbar {
    min-height: 72px;
  }
  .cid-uA82PBYNFx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA82PBYNFx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA82PBYNFx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA82PBYNFx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA82PBYNFx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA82PBYNFx .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-uA82PBYNFx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA82PBYNFx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA82PBYNFx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA82PBYNFx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA82PBYNFx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA82PBYNFx .dropdown-item.active,
.cid-uA82PBYNFx .dropdown-item:active {
  background-color: transparent;
}
.cid-uA82PBYNFx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA82PBYNFx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA82PBYNFx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA82PBYNFx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-uA82PBYNFx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA82PBYNFx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA82PBYNFx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA82PBYNFx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA82PBYNFx .navbar-buttons {
    text-align: left;
  }
}
.cid-uA82PBYNFx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA82PBYNFx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA82PBYNFx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA82PBYNFx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA82PBYNFx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA82PBYNFx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA82PBYNFx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA82PBYNFx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA82PBYNFx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA82PBYNFx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA82PBYNFx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA82PBYNFx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA82PBYNFx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA82PBYNFx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA82PBYNFx .navbar {
    height: 70px;
  }
  .cid-uA82PBYNFx .navbar.opened {
    height: auto;
  }
  .cid-uA82PBYNFx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA82PBYNFx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA82PBYNFx .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA82PBYNFx .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA82PBYNFx .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA82PBYNFx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA82PBYNFx .navbar-brand {
    margin-right: auto;
  }
  .cid-uA82PBYNFx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #121212;
  }
  .cid-uA82PBYNFx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA82PBYNFx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA82PBYNFx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA82PBYNFx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA82PBYNFx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA82PBYNFx .navbar-brand,
.cid-uA82PBYNFx .navbar-toggler,
.cid-uA82PBYNFx .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA82PDlFN1 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uA82PDlFN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PDlFN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PDlFN1 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uA82PDlFN1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA82PDlFN1 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uA82PDlFN1 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uA82PDlFN1 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82PDlFN1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uA82PDlFN1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA82PDlFN1 .mbr-section-title {
  color: #ffffff;
}
.cid-uA82PDlFN1 .mbr-desc,
.cid-uA82PDlFN1 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA82PDlFN1 .mbr-text,
.cid-uA82PDlFN1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA82PDlFN1 .mbr-section-title,
.cid-uA82PDlFN1 .mbr-section-btn {
  text-align: center;
}
.cid-uA82PEuPt8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA82PEuPt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PEuPt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PEuPt8 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA82PEuPt8 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA82PEuPt8 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA82PEuPt8 .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-uA82PFBwjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA82PFBwjQ .wrapper {
  background: #000000;
}
.cid-uA82PFBwjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PFBwjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PFBwjQ .mbr-section-title {
  color: #ffffff;
}
.cid-uA82PFBwjQ .mbr-text {
  color: #ffffff;
}
.cid-uA82PGRukg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA82PGRukg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PGRukg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PGRukg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA82PGRukg .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA82PGRukg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82PGRukg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA82PGRukg .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA82PGRukg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA82PGRukg .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA82PGRukg .image-wrapper img {
    height: 350px;
  }
}
.cid-uA82PGRukg .mbr-section-title {
  color: #ffffff;
}
.cid-uA82PGRukg .mbr-text,
.cid-uA82PGRukg .text-wrapper {
  color: #ffffff;
}
.cid-uA82PI3zBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA82PI3zBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PI3zBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PI3zBh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82PI3zBh .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82PI3zBh .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uA82PI3zBh .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uA82PI3zBh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA82PI3zBh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA82PI3zBh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA82PI3zBh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA82PI3zBh .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA82PI3zBh .item {
    margin-bottom: 28px;
  }
}
.cid-uA82PI3zBh .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uA82PI3zBh .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uA82PI3zBh .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uA82PI3zBh .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uA82PI3zBh .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uA82PI3zBh .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uA82PI3zBh .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uA82PI3zBh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA82PI3zBh .mbr-text,
.cid-uA82PI3zBh .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA82PI3zBh .mbr-desc,
.cid-uA82PI3zBh .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA82PI3zBh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA82PI3zBh .item-text {
  color: #ffffff;
}
.cid-uA82PJeH7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA82PJeH7h .wrapper {
  background: #000000;
}
.cid-uA82PJeH7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PJeH7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PJeH7h .mbr-section-title {
  color: #ffffff;
}
.cid-uA82PJeH7h .mbr-text {
  color: #ffffff;
}
.cid-uA82PKpOKo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA82PKpOKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PKpOKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PKpOKo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82PKpOKo .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82PKpOKo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA82PKpOKo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA82PKpOKo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA82PKpOKo .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA82PKpOKo .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA82PKpOKo .item {
    margin-bottom: 28px;
  }
}
.cid-uA82PKpOKo .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uA82PKpOKo .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uA82PKpOKo .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA82PKpOKo .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA82PKpOKo .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uA82PKpOKo .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uA82PKpOKo .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uA82PKpOKo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA82PKpOKo .mbr-text,
.cid-uA82PKpOKo .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA82PKpOKo .item-title {
  color: #ffffff;
}
.cid-uA82PKpOKo .item-title,
.cid-uA82PKpOKo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA82PLIEKe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA82PLIEKe .wrapper {
  background: #121212;
}
.cid-uA82PLIEKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PLIEKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PLIEKe .mbr-section-title {
  color: #ffffff;
}
.cid-uA82PLIEKe .mbr-text {
  color: #ffffff;
}
.cid-uA82PN3IYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA82PN3IYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PN3IYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PN3IYq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82PN3IYq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82PN3IYq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA82PN3IYq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA82PN3IYq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA82PN3IYq .item {
    margin-bottom: 28px;
  }
}
.cid-uA82PN3IYq .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uA82PN3IYq .item .item-wrapper:hover,
.cid-uA82PN3IYq .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA82PN3IYq .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uA82PN3IYq .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #078efb;
}
.cid-uA82PN3IYq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA82PN3IYq .item-date {
  color: #ffffff;
}
.cid-uA82PN3IYq .item-text {
  color: #ffffff;
}
.cid-uA82POln85 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA82POln85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82POln85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82POln85 .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uA82POln85 .content-wrapper {
    padding: 0;
  }
}
.cid-uA82POln85 .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82POln85 .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82POln85 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA82POln85 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA82POln85 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA82POln85 .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA82POln85 .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uA82POln85 .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA82POln85 .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uA82POln85 .mbr-section-title {
  color: #ffffff;
}
.cid-uA82POln85 .mbr-text,
.cid-uA82POln85 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA82POln85 .mbr-section-title,
.cid-uA82POln85 .mbr-section-btn {
  text-align: center;
}
.cid-uA82PPyIFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA82PPyIFF .wrapper {
  background: #121212;
}
.cid-uA82PPyIFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PPyIFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PPyIFF .mbr-section-title {
  color: #ffffff;
}
.cid-uA82PPyIFF .mbr-text {
  color: #ffffff;
}
.cid-uA880Vihkj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA880Vihkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA880Vihkj .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-uA880Vihkj .container {
    padding: 0 20px;
  }
}
.cid-uA880Vihkj .row {
  margin: 0;
}
.cid-uA880Vihkj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA880Vihkj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA880Vihkj .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uA880Vihkj .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uA880Vihkj .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uA880Vihkj .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uA880Vihkj .mbr-section-title {
  color: #ffffff;
}
.cid-uA9DKHDMas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA9DKHDMas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9DKHDMas .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-uA9DKHDMas .container {
    padding: 0 22px;
  }
}
.cid-uA9DKHDMas .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9DKHDMas .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA9DKHDMas .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA9DKHDMas .image-wrapper img {
    height: 350px;
  }
}
.cid-uA9DKHDMas .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uA9DKHDMas .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uA9DKHDMas .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA9DKHDMas .panel-group .card:hover,
.cid-uA9DKHDMas .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uA9DKHDMas .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA9DKHDMas .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA9DKHDMas .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA9DKHDMas .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uA9DKHDMas .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA9DKHDMas .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA9DKHDMas .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA9DKHDMas .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9DKHDMas .panel-title-edit {
  color: #ffffff;
}
.cid-uA9DKHDMas .panel-text {
  color: #8a8588;
}
.cid-uA82PSg3Iv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA82PSg3Iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PSg3Iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PSg3Iv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA82PSg3Iv .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA82PSg3Iv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA82PSg3Iv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA82PSg3Iv .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA82PSg3Iv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA82PSg3Iv .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA82PSg3Iv .image-wrapper img {
    height: 350px;
  }
}
.cid-uA82PSg3Iv .mbr-section-title {
  color: #ffffff;
}
.cid-uA82PSg3Iv .mbr-text,
.cid-uA82PSg3Iv .text-wrapper {
  color: #ffffff;
}
.cid-uA83Y3052l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA83Y3052l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA83Y3052l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA83Y3052l .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uA83Y3052l .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA83Y3052l .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA83Y3052l .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uA83Y3052l .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA83Y3052l .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA83Y3052l .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uA83Y3052l .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uA83Y3052l .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uA83Y3052l .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA83Y3052l .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uA83Y3052l .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uA83Y3052l .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uA83Y3052l .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA83Y3052l .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uA83Y3052l .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uA83Y3052l .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uA83Y3052l .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA83Y3052l .mbr-section-title {
  color: #050f0f;
}
.cid-uA83Y3052l .mbr-text {
  color: #050f0f;
}
.cid-uA83Y3052l .panel-title-edit {
  color: #050f0f;
}
.cid-uA83Y3052l .panel-text {
  color: #050f0f;
}
.cid-uA83Y3052l .mbr-section-title,
.cid-uA83Y3052l .icon-wrapper {
  color: #ffffff;
}
.cid-uA87nxEL7Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uA87nxEL7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA87nxEL7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA87nxEL7Y .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uA87nxEL7Y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA87nxEL7Y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA87nxEL7Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA87nxEL7Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA87nxEL7Y .content-head {
  max-width: 800px;
}
.cid-uA87nxEL7Y .mbr-section-title {
  color: #ffffff;
}
.cid-uA9DT4O37a {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-uA9DT4O37a [class^="socicon-"]:before,
.cid-uA9DT4O37a [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA9DT4O37a .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA9DT4O37a .btn-social,
.cid-uA9DT4O37a .mbr-section-title {
  color: #57468b;
}
.cid-uA9DT4O37a .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA9DT4O37a .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA9DT4O37a .soc-item:hover span {
  color: #060606 !important;
}
.cid-uA82PTwYre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA82PTwYre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA82PTwYre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA82PTwYre .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uA82PTwYre .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA82PTwYre .content-wrap .row {
  justify-content: center;
}
.cid-uA82PTwYre .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82PTwYre .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82PTwYre .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA82PTwYre .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA82PTwYre .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA82PTwYre .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA82PTwYre .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82PTwYre .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82PTwYre .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA82PTwYre .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA82PTwYre .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA82PTwYre .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA82PTwYre .nav-wrapper .list .item-wrap:hover,
.cid-uA82PTwYre .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA82PTwYre .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82PTwYre .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82PTwYre .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA82PTwYre .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA82PTwYre .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA82PTwYre .contacts-wrapper .list .item-wrap:hover,
.cid-uA82PTwYre .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA82PTwYre .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA82PTwYre .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA82PTwYre .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA82PTwYre .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA82PTwYre .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA82PTwYre .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA82PTwYre .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA82PTwYre .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA82PTwYre .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA82PTwYre .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uA82PTwYre .mbr-section-title {
  color: #ed463f;
}
.cid-uA82PTwYre .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA82PTwYre .list {
  color: #404349;
}
.cid-uA82PTwYre .list,
.cid-uA82PTwYre .item-wrap {
  color: #ffffff;
}
.cid-uA82PTwYre .mbr-section-title,
.cid-uA82PTwYre .title-wrapper {
  color: #ffffff;
}
.cid-uA88bHPajJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA88bHPajJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA88bHPajJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA88bHPajJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA88bHPajJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA88bHPajJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA88bHPajJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA88bHPajJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA88bHPajJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA88bHPajJ .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uA88bHPajJ .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA88bHPajJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA88bHPajJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA88bHPajJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uA88bHPajJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA88bHPajJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA88bHPajJ .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA88bHPajJ .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA88bHPajJ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA88bHPajJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA88bHPajJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA88bHPajJ .navbar-caption:hover,
.cid-uA88bHPajJ .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA88bHPajJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA88bHPajJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA88bHPajJ .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  border: 1px solid #121212;
}
@media (max-width: 992px) {
  .cid-uA88bHPajJ .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA88bHPajJ .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA88bHPajJ .menu-container {
    margin: 16px;
  }
}
.cid-uA88bHPajJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA88bHPajJ .iconfont-wrapper:hover,
.cid-uA88bHPajJ .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA88bHPajJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #121212;
}
.cid-uA88bHPajJ .nav-item:focus,
.cid-uA88bHPajJ .nav-link:focus {
  outline: none;
}
.cid-uA88bHPajJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA88bHPajJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA88bHPajJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA88bHPajJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA88bHPajJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA88bHPajJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA88bHPajJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA88bHPajJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA88bHPajJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA88bHPajJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA88bHPajJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA88bHPajJ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA88bHPajJ .navbar.collapsed {
  justify-content: center;
}
.cid-uA88bHPajJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA88bHPajJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA88bHPajJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA88bHPajJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA88bHPajJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA88bHPajJ .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-uA88bHPajJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA88bHPajJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA88bHPajJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA88bHPajJ .navbar {
    min-height: 72px;
  }
  .cid-uA88bHPajJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA88bHPajJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA88bHPajJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA88bHPajJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA88bHPajJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA88bHPajJ .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-uA88bHPajJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA88bHPajJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA88bHPajJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA88bHPajJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA88bHPajJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA88bHPajJ .dropdown-item.active,
.cid-uA88bHPajJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA88bHPajJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA88bHPajJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA88bHPajJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA88bHPajJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-uA88bHPajJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA88bHPajJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA88bHPajJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA88bHPajJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA88bHPajJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uA88bHPajJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA88bHPajJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA88bHPajJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA88bHPajJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA88bHPajJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA88bHPajJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA88bHPajJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA88bHPajJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA88bHPajJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA88bHPajJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA88bHPajJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA88bHPajJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA88bHPajJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA88bHPajJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA88bHPajJ .navbar {
    height: 70px;
  }
  .cid-uA88bHPajJ .navbar.opened {
    height: auto;
  }
  .cid-uA88bHPajJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA88bHPajJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA88bHPajJ .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA88bHPajJ .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA88bHPajJ .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA88bHPajJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA88bHPajJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uA88bHPajJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #121212;
  }
  .cid-uA88bHPajJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA88bHPajJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA88bHPajJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA88bHPajJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA88bHPajJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA88bHPajJ .navbar-brand,
.cid-uA88bHPajJ .navbar-toggler,
.cid-uA88bHPajJ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA88bIZ9xF {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uA88bIZ9xF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bIZ9xF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bIZ9xF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uA88bIZ9xF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA88bIZ9xF .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uA88bIZ9xF .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uA88bIZ9xF .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA88bIZ9xF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uA88bIZ9xF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA88bIZ9xF .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bIZ9xF .mbr-desc,
.cid-uA88bIZ9xF .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA88bIZ9xF .mbr-text,
.cid-uA88bIZ9xF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA88bIZ9xF .mbr-section-title,
.cid-uA88bIZ9xF .mbr-section-btn {
  text-align: center;
}
.cid-uA88bK4QmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA88bK4QmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bK4QmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bK4QmX .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA88bK4QmX .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA88bK4QmX .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA88bK4QmX .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-uA88bL1RBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA88bL1RBE .wrapper {
  background: #000000;
}
.cid-uA88bL1RBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bL1RBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bL1RBE .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bL1RBE .mbr-text {
  color: #ffffff;
}
.cid-uA88bLSEfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA88bLSEfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bLSEfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bLSEfQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA88bLSEfQ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA88bLSEfQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA88bLSEfQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA88bLSEfQ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA88bLSEfQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA88bLSEfQ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA88bLSEfQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uA88bLSEfQ .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bLSEfQ .mbr-text,
.cid-uA88bLSEfQ .text-wrapper {
  color: #ffffff;
}
.cid-uA88bMQ05y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA88bMQ05y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bMQ05y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bMQ05y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88bMQ05y .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA88bMQ05y .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uA88bMQ05y .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uA88bMQ05y .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA88bMQ05y .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA88bMQ05y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA88bMQ05y .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA88bMQ05y .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA88bMQ05y .item {
    margin-bottom: 28px;
  }
}
.cid-uA88bMQ05y .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uA88bMQ05y .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uA88bMQ05y .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uA88bMQ05y .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uA88bMQ05y .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uA88bMQ05y .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uA88bMQ05y .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uA88bMQ05y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA88bMQ05y .mbr-text,
.cid-uA88bMQ05y .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA88bMQ05y .mbr-desc,
.cid-uA88bMQ05y .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA88bMQ05y .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA88bMQ05y .item-text {
  color: #ffffff;
}
.cid-uA88bNUJeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA88bNUJeG .wrapper {
  background: #000000;
}
.cid-uA88bNUJeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bNUJeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bNUJeG .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bNUJeG .mbr-text {
  color: #ffffff;
}
.cid-uA88bOSmXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA88bOSmXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bOSmXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bOSmXa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88bOSmXa .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA88bOSmXa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA88bOSmXa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA88bOSmXa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA88bOSmXa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA88bOSmXa .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA88bOSmXa .item {
    margin-bottom: 28px;
  }
}
.cid-uA88bOSmXa .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uA88bOSmXa .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uA88bOSmXa .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA88bOSmXa .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA88bOSmXa .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uA88bOSmXa .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uA88bOSmXa .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uA88bOSmXa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA88bOSmXa .mbr-text,
.cid-uA88bOSmXa .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA88bOSmXa .item-title {
  color: #ffffff;
}
.cid-uA88bOSmXa .item-title,
.cid-uA88bOSmXa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA88bPZE7K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA88bPZE7K .wrapper {
  background: #121212;
}
.cid-uA88bPZE7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bPZE7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bPZE7K .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bPZE7K .mbr-text {
  color: #ffffff;
}
.cid-uA88bQXexx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA88bQXexx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bQXexx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bQXexx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88bQXexx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA88bQXexx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA88bQXexx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA88bQXexx .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA88bQXexx .item {
    margin-bottom: 28px;
  }
}
.cid-uA88bQXexx .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uA88bQXexx .item .item-wrapper:hover,
.cid-uA88bQXexx .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA88bQXexx .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uA88bQXexx .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uA88bQXexx .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #078efb;
}
.cid-uA88bQXexx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA88bQXexx .item-date {
  color: #ffffff;
}
.cid-uA88bQXexx .item-text {
  color: #ffffff;
}
.cid-uA88bSzK71 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA88bSzK71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bSzK71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bSzK71 .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uA88bSzK71 .content-wrapper {
    padding: 0;
  }
}
.cid-uA88bSzK71 .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88bSzK71 .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA88bSzK71 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA88bSzK71 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA88bSzK71 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA88bSzK71 .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA88bSzK71 .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uA88bSzK71 .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA88bSzK71 .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uA88bSzK71 .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bSzK71 .mbr-text,
.cid-uA88bSzK71 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA88bSzK71 .mbr-section-title,
.cid-uA88bSzK71 .mbr-section-btn {
  text-align: center;
}
.cid-uA88bU66F6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA88bU66F6 .wrapper {
  background: #121212;
}
.cid-uA88bU66F6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bU66F6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bU66F6 .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bU66F6 .mbr-text {
  color: #ffffff;
}
.cid-uA8e3k2ReH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8e3k2ReH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8e3k2ReH .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-uA8e3k2ReH .container {
    padding: 0 20px;
  }
}
.cid-uA8e3k2ReH .row {
  margin: 0;
}
.cid-uA8e3k2ReH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA8e3k2ReH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA8e3k2ReH .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uA8e3k2ReH .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uA8e3k2ReH .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uA8e3k2ReH .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uA8e3k2ReH .mbr-section-title {
  color: #ffffff;
}
.cid-uA9EbQsfUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA9EbQsfUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EbQsfUb .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-uA9EbQsfUb .container {
    padding: 0 22px;
  }
}
.cid-uA9EbQsfUb .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9EbQsfUb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA9EbQsfUb .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA9EbQsfUb .image-wrapper img {
    height: 350px;
  }
}
.cid-uA9EbQsfUb .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uA9EbQsfUb .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uA9EbQsfUb .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA9EbQsfUb .panel-group .card:hover,
.cid-uA9EbQsfUb .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uA9EbQsfUb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA9EbQsfUb .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA9EbQsfUb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA9EbQsfUb .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uA9EbQsfUb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA9EbQsfUb .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA9EbQsfUb .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA9EbQsfUb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9EbQsfUb .panel-title-edit {
  color: #ffffff;
}
.cid-uA9EbQsfUb .panel-text {
  color: #8a8588;
}
.cid-uA88bXl7I8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA88bXl7I8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bXl7I8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bXl7I8 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA88bXl7I8 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA88bXl7I8 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA88bXl7I8 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA88bXl7I8 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA88bXl7I8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA88bXl7I8 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA88bXl7I8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uA88bXl7I8 .mbr-section-title {
  color: #ffffff;
}
.cid-uA88bXl7I8 .mbr-text,
.cid-uA88bXl7I8 .text-wrapper {
  color: #ffffff;
}
.cid-uA88bZ9hRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA88bZ9hRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88bZ9hRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88bZ9hRX .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uA88bZ9hRX .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA88bZ9hRX .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA88bZ9hRX .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uA88bZ9hRX .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA88bZ9hRX .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA88bZ9hRX .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uA88bZ9hRX .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uA88bZ9hRX .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uA88bZ9hRX .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA88bZ9hRX .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uA88bZ9hRX .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uA88bZ9hRX .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA88bZ9hRX .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uA88bZ9hRX .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uA88bZ9hRX .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA88bZ9hRX .mbr-section-title {
  color: #050f0f;
}
.cid-uA88bZ9hRX .mbr-text {
  color: #050f0f;
}
.cid-uA88bZ9hRX .panel-title-edit {
  color: #050f0f;
}
.cid-uA88bZ9hRX .panel-text {
  color: #050f0f;
}
.cid-uA88bZ9hRX .mbr-section-title,
.cid-uA88bZ9hRX .icon-wrapper {
  color: #ffffff;
}
.cid-uA88c13Lql {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uA88c13Lql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88c13Lql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88c13Lql .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uA88c13Lql .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA88c13Lql .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA88c13Lql .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA88c13Lql .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA88c13Lql .content-head {
  max-width: 800px;
}
.cid-uA88c13Lql .mbr-section-title {
  color: #ffffff;
}
.cid-uA9E1lmTdK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-uA9E1lmTdK [class^="socicon-"]:before,
.cid-uA9E1lmTdK [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA9E1lmTdK .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA9E1lmTdK .btn-social,
.cid-uA9E1lmTdK .mbr-section-title {
  color: #57468b;
}
.cid-uA9E1lmTdK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA9E1lmTdK .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA9E1lmTdK .soc-item:hover span {
  color: #060606 !important;
}
.cid-uA88c24BXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA88c24BXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA88c24BXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA88c24BXb .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uA88c24BXb .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA88c24BXb .content-wrap .row {
  justify-content: center;
}
.cid-uA88c24BXb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88c24BXb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA88c24BXb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA88c24BXb .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA88c24BXb .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA88c24BXb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA88c24BXb .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88c24BXb .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA88c24BXb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA88c24BXb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA88c24BXb .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA88c24BXb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA88c24BXb .nav-wrapper .list .item-wrap:hover,
.cid-uA88c24BXb .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA88c24BXb .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88c24BXb .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA88c24BXb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA88c24BXb .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA88c24BXb .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA88c24BXb .contacts-wrapper .list .item-wrap:hover,
.cid-uA88c24BXb .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA88c24BXb .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA88c24BXb .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA88c24BXb .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA88c24BXb .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA88c24BXb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA88c24BXb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA88c24BXb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA88c24BXb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA88c24BXb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA88c24BXb .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uA88c24BXb .mbr-section-title {
  color: #ed463f;
}
.cid-uA88c24BXb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA88c24BXb .list {
  color: #404349;
}
.cid-uA88c24BXb .list,
.cid-uA88c24BXb .item-wrap {
  color: #ffffff;
}
.cid-uA88c24BXb .mbr-section-title,
.cid-uA88c24BXb .title-wrapper {
  color: #ffffff;
}
.cid-uA8bXlzJCY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA8bXlzJCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA8bXlzJCY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA8bXlzJCY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA8bXlzJCY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA8bXlzJCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA8bXlzJCY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA8bXlzJCY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA8bXlzJCY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA8bXlzJCY .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uA8bXlzJCY .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA8bXlzJCY .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA8bXlzJCY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA8bXlzJCY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uA8bXlzJCY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA8bXlzJCY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA8bXlzJCY .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA8bXlzJCY .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA8bXlzJCY .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA8bXlzJCY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA8bXlzJCY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA8bXlzJCY .navbar-caption:hover,
.cid-uA8bXlzJCY .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA8bXlzJCY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA8bXlzJCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA8bXlzJCY .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  border: 1px solid #121212;
}
@media (max-width: 992px) {
  .cid-uA8bXlzJCY .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA8bXlzJCY .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA8bXlzJCY .menu-container {
    margin: 16px;
  }
}
.cid-uA8bXlzJCY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA8bXlzJCY .iconfont-wrapper:hover,
.cid-uA8bXlzJCY .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA8bXlzJCY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #121212;
}
.cid-uA8bXlzJCY .nav-item:focus,
.cid-uA8bXlzJCY .nav-link:focus {
  outline: none;
}
.cid-uA8bXlzJCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA8bXlzJCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA8bXlzJCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA8bXlzJCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA8bXlzJCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA8bXlzJCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA8bXlzJCY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA8bXlzJCY .navbar.opened {
  transition: all 0.3s;
}
.cid-uA8bXlzJCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA8bXlzJCY .navbar .navbar-logo img {
  width: auto;
}
.cid-uA8bXlzJCY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA8bXlzJCY .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA8bXlzJCY .navbar.collapsed {
  justify-content: center;
}
.cid-uA8bXlzJCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA8bXlzJCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA8bXlzJCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA8bXlzJCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA8bXlzJCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA8bXlzJCY .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-uA8bXlzJCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA8bXlzJCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA8bXlzJCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA8bXlzJCY .navbar {
    min-height: 72px;
  }
  .cid-uA8bXlzJCY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA8bXlzJCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA8bXlzJCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA8bXlzJCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA8bXlzJCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA8bXlzJCY .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-uA8bXlzJCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA8bXlzJCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA8bXlzJCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA8bXlzJCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA8bXlzJCY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA8bXlzJCY .dropdown-item.active,
.cid-uA8bXlzJCY .dropdown-item:active {
  background-color: transparent;
}
.cid-uA8bXlzJCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA8bXlzJCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA8bXlzJCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA8bXlzJCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-uA8bXlzJCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA8bXlzJCY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA8bXlzJCY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA8bXlzJCY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA8bXlzJCY .navbar-buttons {
    text-align: left;
  }
}
.cid-uA8bXlzJCY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA8bXlzJCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA8bXlzJCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA8bXlzJCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA8bXlzJCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA8bXlzJCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA8bXlzJCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA8bXlzJCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA8bXlzJCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA8bXlzJCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA8bXlzJCY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA8bXlzJCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA8bXlzJCY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA8bXlzJCY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA8bXlzJCY .navbar {
    height: 70px;
  }
  .cid-uA8bXlzJCY .navbar.opened {
    height: auto;
  }
  .cid-uA8bXlzJCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA8bXlzJCY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA8bXlzJCY .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA8bXlzJCY .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA8bXlzJCY .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA8bXlzJCY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA8bXlzJCY .navbar-brand {
    margin-right: auto;
  }
  .cid-uA8bXlzJCY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #121212;
  }
  .cid-uA8bXlzJCY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA8bXlzJCY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA8bXlzJCY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA8bXlzJCY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA8bXlzJCY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA8bXlzJCY .navbar-brand,
.cid-uA8bXlzJCY .navbar-toggler,
.cid-uA8bXlzJCY .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA8bXmTtMv {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uA8bXmTtMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXmTtMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXmTtMv .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uA8bXmTtMv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA8bXmTtMv .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uA8bXmTtMv .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uA8bXmTtMv .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA8bXmTtMv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uA8bXmTtMv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA8bXmTtMv .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXmTtMv .mbr-desc,
.cid-uA8bXmTtMv .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA8bXmTtMv .mbr-text,
.cid-uA8bXmTtMv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXmTtMv .mbr-section-title,
.cid-uA8bXmTtMv .mbr-section-btn {
  text-align: center;
}
.cid-uA8bXnXIYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8bXnXIYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXnXIYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXnXIYy .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA8bXnXIYy .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA8bXnXIYy .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA8bXnXIYy .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-uA8bXoMz3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8bXoMz3v .wrapper {
  background: #000000;
}
.cid-uA8bXoMz3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXoMz3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXoMz3v .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXoMz3v .mbr-text {
  color: #ffffff;
}
.cid-uA8bXpEwzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA8bXpEwzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXpEwzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXpEwzF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA8bXpEwzF .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA8bXpEwzF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA8bXpEwzF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA8bXpEwzF .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA8bXpEwzF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA8bXpEwzF .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA8bXpEwzF .image-wrapper img {
    height: 350px;
  }
}
.cid-uA8bXpEwzF .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXpEwzF .mbr-text,
.cid-uA8bXpEwzF .text-wrapper {
  color: #ffffff;
}
.cid-uA8bXqrjaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA8bXqrjaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXqrjaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXqrjaD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXqrjaD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA8bXqrjaD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uA8bXqrjaD .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uA8bXqrjaD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA8bXqrjaD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA8bXqrjaD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA8bXqrjaD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA8bXqrjaD .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA8bXqrjaD .item {
    margin-bottom: 28px;
  }
}
.cid-uA8bXqrjaD .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uA8bXqrjaD .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uA8bXqrjaD .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uA8bXqrjaD .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uA8bXqrjaD .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uA8bXqrjaD .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uA8bXqrjaD .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uA8bXqrjaD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXqrjaD .mbr-text,
.cid-uA8bXqrjaD .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA8bXqrjaD .mbr-desc,
.cid-uA8bXqrjaD .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA8bXqrjaD .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXqrjaD .item-text {
  color: #ffffff;
}
.cid-uA8bXrmla1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8bXrmla1 .wrapper {
  background: #000000;
}
.cid-uA8bXrmla1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXrmla1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXrmla1 .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXrmla1 .mbr-text {
  color: #ffffff;
}
.cid-uA8bXseTx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA8bXseTx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXseTx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXseTx6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXseTx6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA8bXseTx6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA8bXseTx6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA8bXseTx6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA8bXseTx6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA8bXseTx6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA8bXseTx6 .item {
    margin-bottom: 28px;
  }
}
.cid-uA8bXseTx6 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uA8bXseTx6 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uA8bXseTx6 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA8bXseTx6 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8bXseTx6 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uA8bXseTx6 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uA8bXseTx6 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uA8bXseTx6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXseTx6 .mbr-text,
.cid-uA8bXseTx6 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uA8bXseTx6 .item-title {
  color: #ffffff;
}
.cid-uA8bXseTx6 .item-title,
.cid-uA8bXseTx6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXtgBVN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA8bXtgBVN .wrapper {
  background: #121212;
}
.cid-uA8bXtgBVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXtgBVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXtgBVN .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXtgBVN .mbr-text {
  color: #ffffff;
}
.cid-uA8bXu6MgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA8bXu6MgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXu6MgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXu6MgF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXu6MgF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA8bXu6MgF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA8bXu6MgF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA8bXu6MgF .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA8bXu6MgF .item {
    margin-bottom: 28px;
  }
}
.cid-uA8bXu6MgF .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uA8bXu6MgF .item .item-wrapper:hover,
.cid-uA8bXu6MgF .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA8bXu6MgF .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uA8bXu6MgF .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #078efb;
}
.cid-uA8bXu6MgF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXu6MgF .item-date {
  color: #ffffff;
}
.cid-uA8bXu6MgF .item-text {
  color: #ffffff;
}
.cid-uA8bXv4qf5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA8bXv4qf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXv4qf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXv4qf5 .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uA8bXv4qf5 .content-wrapper {
    padding: 0;
  }
}
.cid-uA8bXv4qf5 .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXv4qf5 .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA8bXv4qf5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA8bXv4qf5 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA8bXv4qf5 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA8bXv4qf5 .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA8bXv4qf5 .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uA8bXv4qf5 .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA8bXv4qf5 .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uA8bXv4qf5 .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXv4qf5 .mbr-text,
.cid-uA8bXv4qf5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXv4qf5 .mbr-section-title,
.cid-uA8bXv4qf5 .mbr-section-btn {
  text-align: center;
}
.cid-uA8bXvWJxb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uA8bXvWJxb .wrapper {
  background: #121212;
}
.cid-uA8bXvWJxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXvWJxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXvWJxb .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXvWJxb .mbr-text {
  color: #ffffff;
}
.cid-uA9EmhSxL3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA9EmhSxL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EmhSxL3 .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-uA9EmhSxL3 .container {
    padding: 0 22px;
  }
}
.cid-uA9EmhSxL3 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9EmhSxL3 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA9EmhSxL3 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA9EmhSxL3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uA9EmhSxL3 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uA9EmhSxL3 .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uA9EmhSxL3 .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA9EmhSxL3 .panel-group .card:hover,
.cid-uA9EmhSxL3 .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uA9EmhSxL3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA9EmhSxL3 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA9EmhSxL3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA9EmhSxL3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uA9EmhSxL3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA9EmhSxL3 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA9EmhSxL3 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA9EmhSxL3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9EmhSxL3 .panel-title-edit {
  color: #ffffff;
}
.cid-uA9EmhSxL3 .panel-text {
  color: #8a8588;
}
.cid-uA8bXxZraa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8bXxZraa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXxZraa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXxZraa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA8bXxZraa .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA8bXxZraa .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA8bXxZraa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA8bXxZraa .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA8bXxZraa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA8bXxZraa .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA8bXxZraa .image-wrapper img {
    height: 350px;
  }
}
.cid-uA8bXxZraa .mbr-section-title {
  color: #ffffff;
}
.cid-uA8bXxZraa .mbr-text,
.cid-uA8bXxZraa .text-wrapper {
  color: #ffffff;
}
.cid-uA8bXyUvVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8bXyUvVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXyUvVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXyUvVi .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uA8bXyUvVi .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA8bXyUvVi .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uA8bXyUvVi .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uA8bXyUvVi .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA8bXyUvVi .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA8bXyUvVi .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uA8bXyUvVi .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uA8bXyUvVi .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uA8bXyUvVi .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA8bXyUvVi .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uA8bXyUvVi .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uA8bXyUvVi .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA8bXyUvVi .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uA8bXyUvVi .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uA8bXyUvVi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA8bXyUvVi .mbr-section-title {
  color: #050f0f;
}
.cid-uA8bXyUvVi .mbr-text {
  color: #050f0f;
}
.cid-uA8bXyUvVi .panel-title-edit {
  color: #050f0f;
}
.cid-uA8bXyUvVi .panel-text {
  color: #050f0f;
}
.cid-uA8bXyUvVi .mbr-section-title,
.cid-uA8bXyUvVi .icon-wrapper {
  color: #ffffff;
}
.cid-uA8bXzZl19 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uA8bXzZl19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXzZl19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXzZl19 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uA8bXzZl19 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA8bXzZl19 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA8bXzZl19 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA8bXzZl19 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA8bXzZl19 .content-head {
  max-width: 800px;
}
.cid-uA8bXzZl19 .mbr-section-title {
  color: #ffffff;
}
.cid-uA9EuwV3kb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-uA9EuwV3kb [class^="socicon-"]:before,
.cid-uA9EuwV3kb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA9EuwV3kb .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA9EuwV3kb .btn-social,
.cid-uA9EuwV3kb .mbr-section-title {
  color: #57468b;
}
.cid-uA9EuwV3kb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA9EuwV3kb .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA9EuwV3kb .soc-item:hover span {
  color: #060606 !important;
}
.cid-uA8bXB1ZAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uA8bXB1ZAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8bXB1ZAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8bXB1ZAo .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uA8bXB1ZAo .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA8bXB1ZAo .content-wrap .row {
  justify-content: center;
}
.cid-uA8bXB1ZAo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXB1ZAo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA8bXB1ZAo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA8bXB1ZAo .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA8bXB1ZAo .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA8bXB1ZAo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA8bXB1ZAo .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXB1ZAo .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA8bXB1ZAo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA8bXB1ZAo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA8bXB1ZAo .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA8bXB1ZAo .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA8bXB1ZAo .nav-wrapper .list .item-wrap:hover,
.cid-uA8bXB1ZAo .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA8bXB1ZAo .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXB1ZAo .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA8bXB1ZAo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA8bXB1ZAo .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA8bXB1ZAo .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA8bXB1ZAo .contacts-wrapper .list .item-wrap:hover,
.cid-uA8bXB1ZAo .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA8bXB1ZAo .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA8bXB1ZAo .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA8bXB1ZAo .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA8bXB1ZAo .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA8bXB1ZAo .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA8bXB1ZAo .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA8bXB1ZAo .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA8bXB1ZAo .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA8bXB1ZAo .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA8bXB1ZAo .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uA8bXB1ZAo .mbr-section-title {
  color: #ed463f;
}
.cid-uA8bXB1ZAo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA8bXB1ZAo .list {
  color: #404349;
}
.cid-uA8bXB1ZAo .list,
.cid-uA8bXB1ZAo .item-wrap {
  color: #ffffff;
}
.cid-uA8bXB1ZAo .mbr-section-title,
.cid-uA8bXB1ZAo .title-wrapper {
  color: #ffffff;
}
