body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 6.875rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.12;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-7 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.625rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.03125rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffed00 !important;
}
.bg-success {
  background-color: #ebebeb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a67d65 !important;
}
.bg-danger {
  background-color: #0027ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a89c00 !important;
  border-color: #a89c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a89c00 !important;
  border-color: #a89c00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f80301 !important;
  border-color: #f80301 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a20201 !important;
  border-color: #a20201 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a20201 !important;
  border-color: #a20201 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
  color: #6b6b6b !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6b6b6b !important;
  background-color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a67d65 !important;
  border-color: #a67d65 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #725442 !important;
  border-color: #725442 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #725442 !important;
  border-color: #725442 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0027ff !important;
  border-color: #0027ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #001aa8 !important;
  border-color: #001aa8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #001aa8 !important;
  border-color: #001aa8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffed00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a89c00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f80301;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a20201 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f80301 !important;
  border-color: #f80301 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #ebebeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c0c0c0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6b6b6b !important;
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a67d65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #725442 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a67d65 !important;
  border-color: #a67d65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0027ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #001aa8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0027ff !important;
  border-color: #0027ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffed00 !important;
}
.text-secondary {
  color: #f80301 !important;
}
.text-success {
  color: #ebebeb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a67d65 !important;
}
.text-danger {
  color: #0027ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #998e00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #920201 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b8b8b8 !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: #694d3c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #001799 !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: #ffed00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a67d65;
}
.alert-danger {
  background-color: #0027ff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffed00;
  border-color: #ffed00;
  color: #191800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffed00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffbcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5c1b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ccd4ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #ffed00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #ffed00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffed00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffed00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffed00;
  border-bottom-color: #ffed00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffed00 !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: #f80301 !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='%23ffed00' %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 {
  border: none !important;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 12px 18px 12px 0;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 32px;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  color: #f80301;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.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 {
  color: #ffffff !important;
}
.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 {
  padding: 12px 18px 12px 10px;
}
.cid-uyaLDK602f .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uyaLDK602f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uyaLDK602f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyaLDK602f .menu_box .navbar.opened,
  .cid-uyaLDK602f .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyaLDK602f .navbar-dropdown {
  position: relative !important;
}
.cid-uyaLDK602f .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyaLDK602f .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uyaLDK602f .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyaLDK602f .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uyaLDK602f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyaLDK602f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uyaLDK602f .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uyaLDK602f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uyaLDK602f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uyaLDK602f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uyaLDK602f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uyaLDK602f .offcanvas-body .mbr-text,
  .cid-uyaLDK602f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uyaLDK602f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uyaLDK602f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uyaLDK602f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uyaLDK602f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uyaLDK602f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uyaLDK602f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uyaLDK602f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uyaLDK602f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uyaLDK602f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyaLDK602f .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uyaLDK602f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uyaLDK602f li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uyaLDK602f .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uyaLDK602f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uyaLDK602f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uyaLDK602f .nav-item {
    margin: 0 !important;
  }
}
.cid-uyaLDK602f .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uyaLDK602f .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uyaLDK602f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyaLDK602f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyaLDK602f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyaLDK602f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyaLDK602f .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyaLDK602f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyaLDK602f .offcanvas_box {
    display: none;
  }
}
.cid-uyaLDK602f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyaLDK602f .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyaLDK602f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyaLDK602f .container {
  display: flex;
  margin: auto;
}
.cid-uyaLDK602f .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyaLDK602f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyaLDK602f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyaLDK602f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyaLDK602f .navbar-nav {
    margin: 0;
  }
}
.cid-uyaLDK602f .dropdown-menu,
.cid-uyaLDK602f .navbar.opened {
  background-color: false !important;
}
.cid-uyaLDK602f .nav-item:focus,
.cid-uyaLDK602f .nav-link:focus {
  outline: none;
}
.cid-uyaLDK602f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyaLDK602f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyaLDK602f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyaLDK602f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyaLDK602f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyaLDK602f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyaLDK602f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyaLDK602f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyaLDK602f .navbar.opened {
  transition: all 0.3s;
}
.cid-uyaLDK602f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyaLDK602f .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uyaLDK602f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uyaLDK602f .navbar.collapsed {
  justify-content: center;
}
.cid-uyaLDK602f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyaLDK602f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyaLDK602f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyaLDK602f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyaLDK602f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyaLDK602f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyaLDK602f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyaLDK602f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyaLDK602f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uyaLDK602f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyaLDK602f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyaLDK602f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyaLDK602f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyaLDK602f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyaLDK602f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyaLDK602f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyaLDK602f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyaLDK602f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyaLDK602f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyaLDK602f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyaLDK602f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyaLDK602f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyaLDK602f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyaLDK602f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyaLDK602f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyaLDK602f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uyaLDK602f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyaLDK602f .dropdown-item.active,
.cid-uyaLDK602f .dropdown-item:active {
  background-color: transparent;
}
.cid-uyaLDK602f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyaLDK602f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyaLDK602f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyaLDK602f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyaLDK602f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyaLDK602f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyaLDK602f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uyaLDK602f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyaLDK602f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyaLDK602f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyaLDK602f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyaLDK602f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyaLDK602f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyaLDK602f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyaLDK602f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyaLDK602f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyaLDK602f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyaLDK602f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyaLDK602f .navbar {
    height: 70px;
  }
  .cid-uyaLDK602f .navbar.opened {
    height: auto;
  }
  .cid-uyaLDK602f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyaLDK602f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uyaLDK602f .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uyaLDK602f .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uyaLDK602f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uyaLDK602f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uyaLDK602f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uyaLDK602f .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uyaLDK602f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyaLDK602f .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uyaLDK602f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyaLDK602f .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uyaLDK602f .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uyaLDK602f .navbar-caption {
  color: #ffffff;
}
.cid-uyaLDK602f .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyaLDK602f .mbr-section-subtitle,
.cid-uyaLDK602f .text_widget,
.cid-uyaLDK602f .mbr-section-btn {
  text-align: left;
}
.cid-uyaLDK602f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-2q {
  /* Type valid CSS here */
}
#custom-html-2q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2q p {
  font-size: 60px;
  color: #777;
}
.cid-v1GbAiNYT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1GbAiNYT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GbAiNYT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GbAiNYT0 .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #000000;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v1GbAiNYT0 .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v1GbAiNYT0 .card-wrapper .gradient-wrapper {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v1GbAiNYT0 .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v1GbAiNYT0 .card-wrapper .card {
  justify-content: center;
}
.cid-v1GbAiNYT0 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v1GbAiNYT0 .card-wrapper .content-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v1GbAiNYT0 .card-wrapper .content-wrapper .label-wrapper {
  margin-bottom: 22px;
}
.cid-v1GbAiNYT0 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1GbAiNYT0 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v1GbAiNYT0 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1GbAiNYT0 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-v1GbAiNYT0 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v1GbAiNYT0 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1GbAiNYT0 .card-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v1GbAiNYT0 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v1GbAiNYT0 .card-wrapper .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1GbAiNYT0 .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v1GbAiNYT0 .mbr-label,
.cid-v1GbAiNYT0 .label-wrapper {
  color: #1a0b54;
}
.cid-v1GbAiNYT0 .mbr-section-title {
  color: #1a0b54;
}
.cid-v1GbAiNYT0 .mbr-text {
  color: #a997ce;
}
.cid-v1GbAiNYT0 .mbr-section-title,
.cid-v1GbAiNYT0 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uyaMfYJtdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uyaMfYJtdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyaMfYJtdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyaMfYJtdK .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uyaMfYJtdK .container-fluid {
    padding: 0 20px;
  }
}
.cid-uyaMfYJtdK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uyaMfYJtdK .container {
    padding: 0 20px;
  }
  .cid-uyaMfYJtdK .container .row {
    padding: 0;
  }
}
.cid-uyaMfYJtdK .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyaMfYJtdK .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uyaMfYJtdK .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uyaMfYJtdK .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uyaMfYJtdK .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyaMfYJtdK .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uyaMfYJtdK .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uyaMfYJtdK .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-uyaMfYJtdK .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uyaMfYJtdK .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyaMfYJtdK .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uyaMfYJtdK .image-wrapper img {
    height: 300px;
  }
}
.cid-uyaMfYJtdK .mbr-desc {
  color: #ffffff;
}
.cid-uyaMfYJtdK .mbr-text {
  color: #ffffff;
}
.cid-uyaMfYJtdK .mbr-name {
  color: #ffffff;
}
.cid-uyaMfYJtdK .mbr-section-btn {
  text-align: right;
}
.cid-uyaMfYJtdK .mbr-text,
.cid-uyaMfYJtdK .mbr-section-btn {
  text-align: left;
}
.cid-uysPnxSy3J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uysPnxSy3J .container {
    padding: 0 24px;
  }
}
.cid-uysPnxSy3J .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uysPnxSy3J .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uysPnxSy3J .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uysPnxSy3J .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uysPnxSy3J .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uysPnxSy3J .mbr-section-btn {
    text-align: left;
  }
}
.cid-uysPnxSy3J .mbr-section-title {
  color: #F9F6E0;
}
.cid-uysPnxSy3J .mbr-text {
  color: #F9F6E0;
}
#custom-html-2s {
  /* Type valid CSS here */
}
#custom-html-2s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2s p {
  font-size: 60px;
  color: #777;
}
.cid-v1G8QC0DXa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v1G8QC0DXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G8QC0DXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G8QC0DXa .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1G8QC0DXa .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v1G8QC0DXa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1G8QC0DXa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1G8QC0DXa .mbr-section-title {
  color: #f5f8ff;
}
.cid-v1G8QC0DXa .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v1G8QC0DXa .mbr-section-title,
.cid-v1G8QC0DXa .title-wrapper,
.cid-v1G8QC0DXa .mbr-section-btn {
  text-align: center;
}
.cid-v1G80Usq7e {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1G80Usq7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G80Usq7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G80Usq7e .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1G80Usq7e .container-fluid {
    padding: 0;
  }
}
.cid-v1G80Usq7e .container-fluid .row {
  padding: 0;
}
.cid-v1G80Usq7e .row {
  justify-content: center;
}
.cid-v1G80Usq7e .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1G80Usq7e .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v1G80Usq7e .image-wrapper img {
  height: 108px;
  width: 108px;
  object-fit: cover;
}
.cid-uyLieA3ZD4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uyLieA3ZD4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uyLieA3ZD4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uyLieA3ZD4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uyLieA3ZD4 .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uyLieA3ZD4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyLieA3ZD4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uyLieA3ZD4 .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uyLieA3ZD4 .embla__button--next,
.cid-uyLieA3ZD4 .embla__button--prev {
  display: flex;
}
.cid-uyLieA3ZD4 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uyLieA3ZD4 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uyLieA3ZD4 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uyLieA3ZD4 .embla__button.embla__button--next {
  right: 0;
}
.cid-uyLieA3ZD4 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uyLieA3ZD4 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uyLieA3ZD4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyLieA3ZD4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyLieA3ZD4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyLieA3ZD4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uyLieA3ZD4 .mbr-section-title {
  color: #272b2e;
}
.cid-uyLieA3ZD4 .item-tag {
  color: #ffffff;
}
.cid-uyLieA3ZD4 .item-name {
  color: #ffffff;
}
.cid-uQiXZdVN3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  border-bottom: 2px solid #ffffff;
}
.cid-uQiXZdVN3P .item:focus,
.cid-uQiXZdVN3P span:focus {
  outline: none;
}
.cid-uQiXZdVN3P .item {
  cursor: pointer;
}
.cid-uQiXZdVN3P .grid-container {
  grid-row-gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uQiXZdVN3P .grid-container {
    grid-row-gap: 32px;
  }
}
.cid-uQiXZdVN3P .grid-container-1,
.cid-uQiXZdVN3P .grid-container-2,
.cid-uQiXZdVN3P .grid-container-3 {
  gap: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uQiXZdVN3P .grid-container-1,
  .cid-uQiXZdVN3P .grid-container-2,
  .cid-uQiXZdVN3P .grid-container-3 {
    gap: 0 32px;
  }
}
.cid-uQiXZdVN3P .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQiXZdVN3P .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQiXZdVN3P .content-head {
  max-width: 800px;
}
.cid-uQiXZdVN3P .container,
.cid-uQiXZdVN3P .container-fluid {
  overflow: hidden;
}
.cid-uQiXZdVN3P .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uQiXZdVN3P .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.cid-uQiXZdVN3P .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1200px) {
  .cid-uQiXZdVN3P .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uQiXZdVN3P .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uQiXZdVN3P .grid-item img {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQiXZdVN3P .grid-container-1,
.cid-uQiXZdVN3P .grid-container-2,
.cid-uQiXZdVN3P .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uQiXZdVN3P .grid-container-1 {
  align-items: flex-end;
}
.cid-uQiXZdVN3P .grid-container-2 {
  align-items: flex-start;
}
.cid-uyQ8nM1aBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uyQ8nM1aBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyQ8nM1aBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyQ8nM1aBC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uyQ8nM1aBC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyQ8nM1aBC .container {
    padding: 0 30px;
  }
}
.cid-uyQ8nM1aBC .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyQ8nM1aBC .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uyQ8nM1aBC .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uyQ8nM1aBC .image-wrapper img {
    height: 300px;
  }
}
.cid-uyQ8nM1aBC .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyQ8nM1aBC .text-wrapper {
    margin: 0;
  }
}
.cid-uyQ8nM1aBC .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uyQ8nM1aBC .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uyQ8nM1aBC .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uyQ8nM1aBC .mbr-section-title {
  color: #ffffff;
}
.cid-uyQ8nM1aBC .mbr-text {
  color: #ffffff;
}
.cid-uyaRClHQF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uyaRClHQF3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uyaRClHQF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyaRClHQF3 .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-uyaRClHQF3 .container {
    padding: 0 22px;
  }
}
.cid-uyaRClHQF3 .row {
  position: relative;
  z-index: 1;
}
.cid-uyaRClHQF3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uyaRClHQF3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyaRClHQF3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyaRClHQF3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyaRClHQF3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyaRClHQF3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyaRClHQF3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyaRClHQF3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyaRClHQF3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uyaRClHQF3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyaRClHQF3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uyaRClHQF3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uyaRClHQF3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyaRClHQF3 .nav-wrapper .list .item-wrap:hover,
.cid-uyaRClHQF3 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uyaRClHQF3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uyaRClHQF3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uyaRClHQF3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyaRClHQF3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyaRClHQF3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyaRClHQF3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyaRClHQF3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyaRClHQF3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyaRClHQF3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uyaRClHQF3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyaRClHQF3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uyaRClHQF3 .mbr-section-title {
  color: #00d0f3;
}
.cid-uyaRClHQF3 .mbr-text {
  color: #ffffff;
}
.cid-uyaRClHQF3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyaRClHQF3 .list {
  color: #ffffff;
}
.cid-uyaRClHQF3 .mbr-contact {
  color: #ffffff;
}
.cid-uyaRClHQF3 .mbr-desc {
  color: #ffffff;
}
.cid-uytcChN9GU .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uytcChN9GU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uytcChN9GU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uytcChN9GU .menu_box .navbar.opened,
  .cid-uytcChN9GU .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uytcChN9GU .navbar-dropdown {
  position: relative !important;
}
.cid-uytcChN9GU .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uytcChN9GU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uytcChN9GU .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uytcChN9GU .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uytcChN9GU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uytcChN9GU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uytcChN9GU .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uytcChN9GU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uytcChN9GU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uytcChN9GU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uytcChN9GU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uytcChN9GU .offcanvas-body .mbr-text,
  .cid-uytcChN9GU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uytcChN9GU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uytcChN9GU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uytcChN9GU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uytcChN9GU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uytcChN9GU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uytcChN9GU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uytcChN9GU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uytcChN9GU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uytcChN9GU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uytcChN9GU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uytcChN9GU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uytcChN9GU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uytcChN9GU .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uytcChN9GU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uytcChN9GU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uytcChN9GU .nav-item {
    margin: 0 !important;
  }
}
.cid-uytcChN9GU .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uytcChN9GU .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uytcChN9GU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uytcChN9GU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uytcChN9GU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uytcChN9GU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uytcChN9GU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uytcChN9GU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uytcChN9GU .offcanvas_box {
    display: none;
  }
}
.cid-uytcChN9GU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uytcChN9GU .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uytcChN9GU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uytcChN9GU .container {
  display: flex;
  margin: auto;
}
.cid-uytcChN9GU .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uytcChN9GU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uytcChN9GU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uytcChN9GU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uytcChN9GU .navbar-nav {
    margin: 0;
  }
}
.cid-uytcChN9GU .dropdown-menu,
.cid-uytcChN9GU .navbar.opened {
  background-color: false !important;
}
.cid-uytcChN9GU .nav-item:focus,
.cid-uytcChN9GU .nav-link:focus {
  outline: none;
}
.cid-uytcChN9GU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uytcChN9GU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uytcChN9GU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uytcChN9GU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uytcChN9GU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uytcChN9GU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uytcChN9GU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uytcChN9GU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uytcChN9GU .navbar.opened {
  transition: all 0.3s;
}
.cid-uytcChN9GU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uytcChN9GU .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uytcChN9GU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uytcChN9GU .navbar.collapsed {
  justify-content: center;
}
.cid-uytcChN9GU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uytcChN9GU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uytcChN9GU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uytcChN9GU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uytcChN9GU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uytcChN9GU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uytcChN9GU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uytcChN9GU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uytcChN9GU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uytcChN9GU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uytcChN9GU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uytcChN9GU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uytcChN9GU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uytcChN9GU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uytcChN9GU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uytcChN9GU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uytcChN9GU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uytcChN9GU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uytcChN9GU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uytcChN9GU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uytcChN9GU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uytcChN9GU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uytcChN9GU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uytcChN9GU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uytcChN9GU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uytcChN9GU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uytcChN9GU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uytcChN9GU .dropdown-item.active,
.cid-uytcChN9GU .dropdown-item:active {
  background-color: transparent;
}
.cid-uytcChN9GU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uytcChN9GU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uytcChN9GU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uytcChN9GU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uytcChN9GU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uytcChN9GU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uytcChN9GU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uytcChN9GU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uytcChN9GU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uytcChN9GU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uytcChN9GU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uytcChN9GU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uytcChN9GU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uytcChN9GU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uytcChN9GU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uytcChN9GU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uytcChN9GU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uytcChN9GU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uytcChN9GU .navbar {
    height: 70px;
  }
  .cid-uytcChN9GU .navbar.opened {
    height: auto;
  }
  .cid-uytcChN9GU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uytcChN9GU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uytcChN9GU .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uytcChN9GU .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uytcChN9GU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uytcChN9GU .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uytcChN9GU .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uytcChN9GU .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uytcChN9GU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uytcChN9GU .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uytcChN9GU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uytcChN9GU .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uytcChN9GU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uytcChN9GU .navbar-caption {
  color: #ffffff;
}
.cid-uytcChN9GU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uytcChN9GU .mbr-section-subtitle,
.cid-uytcChN9GU .text_widget,
.cid-uytcChN9GU .mbr-section-btn {
  text-align: left;
}
.cid-uytcChN9GU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uytcCj6FS3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uytcCj6FS3 .container {
    padding: 0 24px;
  }
}
.cid-uytcCj6FS3 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uytcCj6FS3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uytcCj6FS3 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uytcCj6FS3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uytcCj6FS3 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uytcCj6FS3 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uytcCj6FS3 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uytcCj6FS3 .mbr-text {
  color: #F9F6E0;
}
.cid-uytcCj6FS3 .mbr-section-title,
.cid-uytcCj6FS3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uytcCkS3Hk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcCkS3Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcCkS3Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcCkS3Hk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcCkS3Hk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcCkS3Hk .container {
    padding: 0 30px;
  }
}
.cid-uytcCkS3Hk .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcCkS3Hk .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcCkS3Hk .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcCkS3Hk .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcCkS3Hk .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uytcCkS3Hk .text-wrapper {
    margin: 0;
  }
}
.cid-uytcCkS3Hk .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcCkS3Hk .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcCkS3Hk .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcCkS3Hk .mbr-section-title {
  color: #ffffff;
}
.cid-uytcCkS3Hk .mbr-text {
  color: #ffffff;
}
.cid-uyKf5aulqW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uyKf5aulqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKf5aulqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKf5aulqW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uyKf5aulqW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyKf5aulqW .container {
    padding: 0 30px;
  }
}
.cid-uyKf5aulqW .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyKf5aulqW .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uyKf5aulqW .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uyKf5aulqW .image-wrapper img {
    height: 300px;
  }
}
.cid-uyKf5aulqW .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uyKf5aulqW .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uyKf5aulqW .text-wrapper {
    margin: 0;
  }
}
.cid-uyKf5aulqW .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uyKf5aulqW .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uyKf5aulqW .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uyKf5aulqW .mbr-section-title {
  color: #ffffff;
}
.cid-uyKf5aulqW .mbr-text {
  color: #ffffff;
}
.cid-uytcQDrgs6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcQDrgs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcQDrgs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcQDrgs6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcQDrgs6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcQDrgs6 .container {
    padding: 0 30px;
  }
}
.cid-uytcQDrgs6 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcQDrgs6 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcQDrgs6 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcQDrgs6 .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcQDrgs6 .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uytcQDrgs6 .text-wrapper {
    margin: 0;
  }
}
.cid-uytcQDrgs6 .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcQDrgs6 .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcQDrgs6 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcQDrgs6 .mbr-section-title {
  color: #ffffff;
}
.cid-uytcQDrgs6 .mbr-text {
  color: #ffffff;
}
.cid-uytcRE34CF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcRE34CF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcRE34CF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcRE34CF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcRE34CF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcRE34CF .container {
    padding: 0 30px;
  }
}
.cid-uytcRE34CF .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcRE34CF .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcRE34CF .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcRE34CF .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcRE34CF .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uytcRE34CF .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uytcRE34CF .text-wrapper {
    margin: 0;
  }
}
.cid-uytcRE34CF .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcRE34CF .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcRE34CF .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcRE34CF .mbr-section-title {
  color: #ffffff;
}
.cid-uytcRE34CF .mbr-text {
  color: #ffffff;
}
.cid-uytcUmPxiF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcUmPxiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcUmPxiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcUmPxiF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcUmPxiF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcUmPxiF .container {
    padding: 0 30px;
  }
}
.cid-uytcUmPxiF .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcUmPxiF .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcUmPxiF .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcUmPxiF .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcUmPxiF .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uytcUmPxiF .text-wrapper {
    margin: 0;
  }
}
.cid-uytcUmPxiF .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcUmPxiF .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcUmPxiF .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcUmPxiF .mbr-section-title {
  color: #ffffff;
}
.cid-uytcUmPxiF .mbr-text {
  color: #ffffff;
}
.cid-uytcVc9maa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcVc9maa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcVc9maa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcVc9maa .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcVc9maa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcVc9maa .container {
    padding: 0 30px;
  }
}
.cid-uytcVc9maa .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcVc9maa .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcVc9maa .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcVc9maa .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcVc9maa .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uytcVc9maa .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uytcVc9maa .text-wrapper {
    margin: 0;
  }
}
.cid-uytcVc9maa .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcVc9maa .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcVc9maa .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcVc9maa .mbr-section-title {
  color: #ffffff;
}
.cid-uytcVc9maa .mbr-text {
  color: #ffffff;
}
.cid-uytcW46grq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcW46grq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcW46grq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcW46grq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcW46grq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcW46grq .container {
    padding: 0 30px;
  }
}
.cid-uytcW46grq .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcW46grq .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcW46grq .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcW46grq .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcW46grq .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uytcW46grq .text-wrapper {
    margin: 0;
  }
}
.cid-uytcW46grq .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcW46grq .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcW46grq .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcW46grq .mbr-section-title {
  color: #ffffff;
}
.cid-uytcW46grq .mbr-text {
  color: #ffffff;
}
.cid-uytcX0pZu9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcX0pZu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcX0pZu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcX0pZu9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcX0pZu9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcX0pZu9 .container {
    padding: 0 30px;
  }
}
.cid-uytcX0pZu9 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcX0pZu9 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcX0pZu9 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcX0pZu9 .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcX0pZu9 .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uytcX0pZu9 .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uytcX0pZu9 .text-wrapper {
    margin: 0;
  }
}
.cid-uytcX0pZu9 .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcX0pZu9 .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcX0pZu9 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcX0pZu9 .mbr-section-title {
  color: #ffffff;
}
.cid-uytcX0pZu9 .mbr-text {
  color: #ffffff;
}
.cid-uytcXMA32n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uytcXMA32n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcXMA32n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytcXMA32n .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uytcXMA32n .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uytcXMA32n .container {
    padding: 0 30px;
  }
}
.cid-uytcXMA32n .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uytcXMA32n .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uytcXMA32n .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uytcXMA32n .image-wrapper img {
    height: 300px;
  }
}
.cid-uytcXMA32n .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uytcXMA32n .text-wrapper {
    margin: 0;
  }
}
.cid-uytcXMA32n .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uytcXMA32n .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uytcXMA32n .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uytcXMA32n .mbr-section-title {
  color: #ffffff;
}
.cid-uytcXMA32n .mbr-text {
  color: #ffffff;
}
.cid-uyKeXu5qK5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uyKeXu5qK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKeXu5qK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKeXu5qK5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uyKeXu5qK5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyKeXu5qK5 .container {
    padding: 0 30px;
  }
}
.cid-uyKeXu5qK5 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyKeXu5qK5 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uyKeXu5qK5 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uyKeXu5qK5 .image-wrapper img {
    height: 300px;
  }
}
.cid-uyKeXu5qK5 .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uyKeXu5qK5 .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uyKeXu5qK5 .text-wrapper {
    margin: 0;
  }
}
.cid-uyKeXu5qK5 .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uyKeXu5qK5 .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uyKeXu5qK5 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uyKeXu5qK5 .mbr-section-title {
  color: #ffffff;
}
.cid-uyKeXu5qK5 .mbr-text {
  color: #ffffff;
}
.cid-uyKeYpvwpK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uyKeYpvwpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKeYpvwpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKeYpvwpK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uyKeYpvwpK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyKeYpvwpK .container {
    padding: 0 30px;
  }
}
.cid-uyKeYpvwpK .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyKeYpvwpK .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uyKeYpvwpK .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uyKeYpvwpK .image-wrapper img {
    height: 300px;
  }
}
.cid-uyKeYpvwpK .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyKeYpvwpK .text-wrapper {
    margin: 0;
  }
}
.cid-uyKeYpvwpK .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uyKeYpvwpK .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uyKeYpvwpK .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uyKeYpvwpK .mbr-section-title {
  color: #ffffff;
}
.cid-uyKeYpvwpK .mbr-text {
  color: #ffffff;
}
.cid-uyKf3bE1nA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-uyKf3bE1nA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKf3bE1nA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKf3bE1nA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uyKf3bE1nA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyKf3bE1nA .container {
    padding: 0 30px;
  }
}
.cid-uyKf3bE1nA .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyKf3bE1nA .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uyKf3bE1nA .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uyKf3bE1nA .image-wrapper img {
    height: 300px;
  }
}
.cid-uyKf3bE1nA .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uyKf3bE1nA .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uyKf3bE1nA .text-wrapper {
    margin: 0;
  }
}
.cid-uyKf3bE1nA .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uyKf3bE1nA .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uyKf3bE1nA .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uyKf3bE1nA .mbr-section-title {
  color: #ffffff;
}
.cid-uyKf3bE1nA .mbr-text {
  color: #ffffff;
}
.cid-uESisBn4mc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uESisBn4mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESisBn4mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESisBn4mc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uESisBn4mc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uESisBn4mc .container {
    padding: 0 30px;
  }
}
.cid-uESisBn4mc .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uESisBn4mc .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uESisBn4mc .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uESisBn4mc .image-wrapper img {
    height: 300px;
  }
}
.cid-uESisBn4mc .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uESisBn4mc .text-wrapper {
    margin: 0;
  }
}
.cid-uESisBn4mc .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uESisBn4mc .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uESisBn4mc .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uESisBn4mc .mbr-section-title {
  color: #ffffff;
}
.cid-uESisBn4mc .mbr-text {
  color: #ffffff;
}
.cid-uRl5eSjByV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uRl5eSjByV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl5eSjByV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl5eSjByV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uRl5eSjByV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRl5eSjByV .container {
    padding: 0 30px;
  }
}
.cid-uRl5eSjByV .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRl5eSjByV .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uRl5eSjByV .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uRl5eSjByV .image-wrapper img {
    height: 300px;
  }
}
.cid-uRl5eSjByV .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRl5eSjByV .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRl5eSjByV .text-wrapper {
    margin: 0;
  }
}
.cid-uRl5eSjByV .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRl5eSjByV .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRl5eSjByV .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRl5eSjByV .mbr-section-title {
  color: #ffffff;
}
.cid-uRl5eSjByV .mbr-text {
  color: #ffffff;
}
.cid-uRl5h0MOcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uRl5h0MOcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl5h0MOcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl5h0MOcx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uRl5h0MOcx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRl5h0MOcx .container {
    padding: 0 30px;
  }
}
.cid-uRl5h0MOcx .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRl5h0MOcx .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uRl5h0MOcx .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uRl5h0MOcx .image-wrapper img {
    height: 300px;
  }
}
.cid-uRl5h0MOcx .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uRl5h0MOcx .text-wrapper {
    margin: 0;
  }
}
.cid-uRl5h0MOcx .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRl5h0MOcx .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRl5h0MOcx .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRl5h0MOcx .mbr-section-title {
  color: #ffffff;
}
.cid-uRl5h0MOcx .mbr-text {
  color: #ffffff;
}
.cid-uRl5hPrQ0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uRl5hPrQ0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl5hPrQ0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl5hPrQ0P .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uRl5hPrQ0P .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRl5hPrQ0P .container {
    padding: 0 30px;
  }
}
.cid-uRl5hPrQ0P .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRl5hPrQ0P .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uRl5hPrQ0P .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uRl5hPrQ0P .image-wrapper img {
    height: 300px;
  }
}
.cid-uRl5hPrQ0P .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRl5hPrQ0P .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRl5hPrQ0P .text-wrapper {
    margin: 0;
  }
}
.cid-uRl5hPrQ0P .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRl5hPrQ0P .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRl5hPrQ0P .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRl5hPrQ0P .mbr-section-title {
  color: #ffffff;
}
.cid-uRl5hPrQ0P .mbr-text {
  color: #ffffff;
}
.cid-uRl5iwWc6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uRl5iwWc6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl5iwWc6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl5iwWc6l .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uRl5iwWc6l .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRl5iwWc6l .container {
    padding: 0 30px;
  }
}
.cid-uRl5iwWc6l .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRl5iwWc6l .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uRl5iwWc6l .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uRl5iwWc6l .image-wrapper img {
    height: 300px;
  }
}
.cid-uRl5iwWc6l .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uRl5iwWc6l .text-wrapper {
    margin: 0;
  }
}
.cid-uRl5iwWc6l .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRl5iwWc6l .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRl5iwWc6l .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRl5iwWc6l .mbr-section-title {
  color: #ffffff;
}
.cid-uRl5iwWc6l .mbr-text {
  color: #ffffff;
}
.cid-uRl5jhJeKw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uRl5jhJeKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl5jhJeKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl5jhJeKw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uRl5jhJeKw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRl5jhJeKw .container {
    padding: 0 30px;
  }
}
.cid-uRl5jhJeKw .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRl5jhJeKw .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uRl5jhJeKw .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uRl5jhJeKw .image-wrapper img {
    height: 300px;
  }
}
.cid-uRl5jhJeKw .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRl5jhJeKw .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRl5jhJeKw .text-wrapper {
    margin: 0;
  }
}
.cid-uRl5jhJeKw .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRl5jhJeKw .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRl5jhJeKw .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRl5jhJeKw .mbr-section-title {
  color: #ffffff;
}
.cid-uRl5jhJeKw .mbr-text {
  color: #ffffff;
}
.cid-uRl5gjVjWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uRl5gjVjWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl5gjVjWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl5gjVjWW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uRl5gjVjWW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRl5gjVjWW .container {
    padding: 0 30px;
  }
}
.cid-uRl5gjVjWW .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRl5gjVjWW .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uRl5gjVjWW .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uRl5gjVjWW .image-wrapper img {
    height: 300px;
  }
}
.cid-uRl5gjVjWW .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uRl5gjVjWW .text-wrapper {
    margin: 0;
  }
}
.cid-uRl5gjVjWW .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRl5gjVjWW .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRl5gjVjWW .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRl5gjVjWW .mbr-section-title {
  color: #ffffff;
}
.cid-uRl5gjVjWW .mbr-text {
  color: #ffffff;
}
.cid-uytcCoL3VU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uytcCoL3VU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uytcCoL3VU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytcCoL3VU .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-uytcCoL3VU .container {
    padding: 0 22px;
  }
}
.cid-uytcCoL3VU .row {
  position: relative;
  z-index: 1;
}
.cid-uytcCoL3VU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uytcCoL3VU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uytcCoL3VU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uytcCoL3VU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uytcCoL3VU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uytcCoL3VU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uytcCoL3VU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uytcCoL3VU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uytcCoL3VU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uytcCoL3VU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uytcCoL3VU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uytcCoL3VU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uytcCoL3VU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uytcCoL3VU .nav-wrapper .list .item-wrap:hover,
.cid-uytcCoL3VU .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uytcCoL3VU .nav-wrapper .list .item-wrap:hover::before,
.cid-uytcCoL3VU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uytcCoL3VU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uytcCoL3VU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uytcCoL3VU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uytcCoL3VU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uytcCoL3VU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uytcCoL3VU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uytcCoL3VU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uytcCoL3VU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uytcCoL3VU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uytcCoL3VU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uytcCoL3VU .mbr-section-title {
  color: #00d0f3;
}
.cid-uytcCoL3VU .mbr-text {
  color: #ffffff;
}
.cid-uytcCoL3VU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uytcCoL3VU .list {
  color: #ffffff;
}
.cid-uytcCoL3VU .mbr-contact {
  color: #ffffff;
}
.cid-uytcCoL3VU .mbr-desc {
  color: #ffffff;
}
.cid-uytccCkS0R .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uytccCkS0R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uytccCkS0R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uytccCkS0R .menu_box .navbar.opened,
  .cid-uytccCkS0R .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uytccCkS0R .navbar-dropdown {
  position: relative !important;
}
.cid-uytccCkS0R .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uytccCkS0R .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uytccCkS0R .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uytccCkS0R .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uytccCkS0R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uytccCkS0R .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uytccCkS0R .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uytccCkS0R .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uytccCkS0R .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uytccCkS0R .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uytccCkS0R .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uytccCkS0R .offcanvas-body .mbr-text,
  .cid-uytccCkS0R .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uytccCkS0R .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uytccCkS0R .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uytccCkS0R .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uytccCkS0R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uytccCkS0R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uytccCkS0R .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uytccCkS0R .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uytccCkS0R ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uytccCkS0R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uytccCkS0R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uytccCkS0R .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uytccCkS0R li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uytccCkS0R .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uytccCkS0R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uytccCkS0R .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uytccCkS0R .nav-item {
    margin: 0 !important;
  }
}
.cid-uytccCkS0R .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uytccCkS0R .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uytccCkS0R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uytccCkS0R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uytccCkS0R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uytccCkS0R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uytccCkS0R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uytccCkS0R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uytccCkS0R .offcanvas_box {
    display: none;
  }
}
.cid-uytccCkS0R .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uytccCkS0R .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uytccCkS0R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uytccCkS0R .container {
  display: flex;
  margin: auto;
}
.cid-uytccCkS0R .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uytccCkS0R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uytccCkS0R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uytccCkS0R .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uytccCkS0R .navbar-nav {
    margin: 0;
  }
}
.cid-uytccCkS0R .dropdown-menu,
.cid-uytccCkS0R .navbar.opened {
  background-color: false !important;
}
.cid-uytccCkS0R .nav-item:focus,
.cid-uytccCkS0R .nav-link:focus {
  outline: none;
}
.cid-uytccCkS0R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uytccCkS0R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uytccCkS0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uytccCkS0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uytccCkS0R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uytccCkS0R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uytccCkS0R .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uytccCkS0R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uytccCkS0R .navbar.opened {
  transition: all 0.3s;
}
.cid-uytccCkS0R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uytccCkS0R .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uytccCkS0R .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uytccCkS0R .navbar.collapsed {
  justify-content: center;
}
.cid-uytccCkS0R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uytccCkS0R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uytccCkS0R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uytccCkS0R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uytccCkS0R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uytccCkS0R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uytccCkS0R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uytccCkS0R .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uytccCkS0R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uytccCkS0R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uytccCkS0R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uytccCkS0R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uytccCkS0R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uytccCkS0R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uytccCkS0R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uytccCkS0R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uytccCkS0R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uytccCkS0R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uytccCkS0R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uytccCkS0R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uytccCkS0R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uytccCkS0R .navbar.navbar-short {
  min-height: 60px;
}
.cid-uytccCkS0R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uytccCkS0R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uytccCkS0R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uytccCkS0R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uytccCkS0R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uytccCkS0R .dropdown-item.active,
.cid-uytccCkS0R .dropdown-item:active {
  background-color: transparent;
}
.cid-uytccCkS0R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uytccCkS0R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uytccCkS0R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uytccCkS0R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uytccCkS0R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uytccCkS0R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uytccCkS0R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uytccCkS0R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uytccCkS0R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uytccCkS0R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uytccCkS0R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uytccCkS0R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uytccCkS0R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uytccCkS0R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uytccCkS0R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uytccCkS0R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uytccCkS0R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uytccCkS0R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uytccCkS0R .navbar {
    height: 70px;
  }
  .cid-uytccCkS0R .navbar.opened {
    height: auto;
  }
  .cid-uytccCkS0R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uytccCkS0R .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uytccCkS0R .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uytccCkS0R .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uytccCkS0R .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uytccCkS0R .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uytccCkS0R .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uytccCkS0R .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uytccCkS0R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uytccCkS0R .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uytccCkS0R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uytccCkS0R .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uytccCkS0R .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uytccCkS0R .navbar-caption {
  color: #ffffff;
}
.cid-uytccCkS0R .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uytccCkS0R .mbr-section-subtitle,
.cid-uytccCkS0R .text_widget,
.cid-uytccCkS0R .mbr-section-btn {
  text-align: left;
}
.cid-uytccCkS0R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uytccER7y3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uytccER7y3 .container {
    padding: 0 24px;
  }
}
.cid-uytccER7y3 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uytccER7y3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uytccER7y3 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uytccER7y3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uytccER7y3 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uytccER7y3 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uytccER7y3 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uytccER7y3 .mbr-text {
  color: #F9F6E0;
}
.cid-uytccJaB1o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uytccJaB1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytccJaB1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytccJaB1o .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uytccJaB1o .container-fluid {
    padding: 0 20px;
  }
}
.cid-uytccJaB1o .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uytccJaB1o .container {
    padding: 0 20px;
  }
  .cid-uytccJaB1o .container .row {
    padding: 0;
  }
}
.cid-uytccJaB1o .row {
  justify-content: center;
}
.cid-uytccJaB1o .panel-group {
  border-radius: 0;
}
.cid-uytccJaB1o .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-uytccJaB1o .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-uytccJaB1o .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uytccJaB1o .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-uytccJaB1o .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uytccJaB1o .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uytccJaB1o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uytccJaB1o .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #c6a38f;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uytccJaB1o .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-uytccJaB1o .panel-title-edit {
  color: #ffffff;
}
.cid-uytccJaB1o .panel-text {
  color: #e8e8e8;
}
.cid-uytccKeNzi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uytccKeNzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytccKeNzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uytccKeNzi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uytccKeNzi .container-fluid {
    padding: 0 20px;
  }
}
.cid-uytccKeNzi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uytccKeNzi .container {
    padding: 0 20px;
  }
  .cid-uytccKeNzi .container .row {
    padding: 0;
  }
}
.cid-uytccKeNzi .row {
  justify-content: center;
}
.cid-uytccKeNzi .panel-group {
  border-radius: 0;
}
.cid-uytccKeNzi .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-uytccKeNzi .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-uytccKeNzi .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uytccKeNzi .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-uytccKeNzi .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uytccKeNzi .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uytccKeNzi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uytccKeNzi .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #c6a38f;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uytccKeNzi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-uytccKeNzi .panel-title-edit {
  color: #ffffff;
}
.cid-uytccKeNzi .panel-text {
  color: #e8e8e8;
}
.cid-uytccLcyr8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uytccLcyr8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uytccLcyr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uytccLcyr8 .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-uytccLcyr8 .container {
    padding: 0 22px;
  }
}
.cid-uytccLcyr8 .row {
  position: relative;
  z-index: 1;
}
.cid-uytccLcyr8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uytccLcyr8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uytccLcyr8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uytccLcyr8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uytccLcyr8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uytccLcyr8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uytccLcyr8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uytccLcyr8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uytccLcyr8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uytccLcyr8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uytccLcyr8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uytccLcyr8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uytccLcyr8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uytccLcyr8 .nav-wrapper .list .item-wrap:hover,
.cid-uytccLcyr8 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uytccLcyr8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uytccLcyr8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uytccLcyr8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uytccLcyr8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uytccLcyr8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uytccLcyr8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uytccLcyr8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uytccLcyr8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uytccLcyr8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uytccLcyr8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uytccLcyr8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uytccLcyr8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uytccLcyr8 .mbr-section-title {
  color: #00d0f3;
}
.cid-uytccLcyr8 .mbr-text {
  color: #ffffff;
}
.cid-uytccLcyr8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uytccLcyr8 .list {
  color: #ffffff;
}
.cid-uytccLcyr8 .mbr-contact {
  color: #ffffff;
}
.cid-uytccLcyr8 .mbr-desc {
  color: #ffffff;
}
.cid-uyt6U4rIGO .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uyt6U4rIGO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uyt6U4rIGO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyt6U4rIGO .menu_box .navbar.opened,
  .cid-uyt6U4rIGO .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyt6U4rIGO .navbar-dropdown {
  position: relative !important;
}
.cid-uyt6U4rIGO .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyt6U4rIGO .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uyt6U4rIGO .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyt6U4rIGO .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uyt6U4rIGO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyt6U4rIGO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uyt6U4rIGO .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uyt6U4rIGO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uyt6U4rIGO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uyt6U4rIGO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uyt6U4rIGO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uyt6U4rIGO .offcanvas-body .mbr-text,
  .cid-uyt6U4rIGO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uyt6U4rIGO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uyt6U4rIGO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uyt6U4rIGO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uyt6U4rIGO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uyt6U4rIGO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uyt6U4rIGO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uyt6U4rIGO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uyt6U4rIGO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uyt6U4rIGO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyt6U4rIGO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uyt6U4rIGO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uyt6U4rIGO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uyt6U4rIGO .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uyt6U4rIGO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uyt6U4rIGO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uyt6U4rIGO .nav-item {
    margin: 0 !important;
  }
}
.cid-uyt6U4rIGO .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uyt6U4rIGO .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uyt6U4rIGO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyt6U4rIGO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyt6U4rIGO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyt6U4rIGO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyt6U4rIGO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyt6U4rIGO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyt6U4rIGO .offcanvas_box {
    display: none;
  }
}
.cid-uyt6U4rIGO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyt6U4rIGO .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyt6U4rIGO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyt6U4rIGO .container {
  display: flex;
  margin: auto;
}
.cid-uyt6U4rIGO .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyt6U4rIGO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyt6U4rIGO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyt6U4rIGO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyt6U4rIGO .navbar-nav {
    margin: 0;
  }
}
.cid-uyt6U4rIGO .dropdown-menu,
.cid-uyt6U4rIGO .navbar.opened {
  background-color: false !important;
}
.cid-uyt6U4rIGO .nav-item:focus,
.cid-uyt6U4rIGO .nav-link:focus {
  outline: none;
}
.cid-uyt6U4rIGO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyt6U4rIGO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyt6U4rIGO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyt6U4rIGO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyt6U4rIGO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyt6U4rIGO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyt6U4rIGO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyt6U4rIGO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyt6U4rIGO .navbar.opened {
  transition: all 0.3s;
}
.cid-uyt6U4rIGO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyt6U4rIGO .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uyt6U4rIGO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uyt6U4rIGO .navbar.collapsed {
  justify-content: center;
}
.cid-uyt6U4rIGO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyt6U4rIGO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyt6U4rIGO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyt6U4rIGO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyt6U4rIGO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyt6U4rIGO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyt6U4rIGO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyt6U4rIGO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyt6U4rIGO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uyt6U4rIGO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyt6U4rIGO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyt6U4rIGO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyt6U4rIGO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyt6U4rIGO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyt6U4rIGO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyt6U4rIGO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyt6U4rIGO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyt6U4rIGO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyt6U4rIGO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyt6U4rIGO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyt6U4rIGO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyt6U4rIGO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyt6U4rIGO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyt6U4rIGO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyt6U4rIGO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyt6U4rIGO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uyt6U4rIGO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyt6U4rIGO .dropdown-item.active,
.cid-uyt6U4rIGO .dropdown-item:active {
  background-color: transparent;
}
.cid-uyt6U4rIGO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyt6U4rIGO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyt6U4rIGO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyt6U4rIGO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyt6U4rIGO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyt6U4rIGO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyt6U4rIGO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uyt6U4rIGO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyt6U4rIGO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyt6U4rIGO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyt6U4rIGO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyt6U4rIGO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyt6U4rIGO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyt6U4rIGO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyt6U4rIGO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyt6U4rIGO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyt6U4rIGO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyt6U4rIGO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyt6U4rIGO .navbar {
    height: 70px;
  }
  .cid-uyt6U4rIGO .navbar.opened {
    height: auto;
  }
  .cid-uyt6U4rIGO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyt6U4rIGO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uyt6U4rIGO .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uyt6U4rIGO .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uyt6U4rIGO .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uyt6U4rIGO .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uyt6U4rIGO .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uyt6U4rIGO .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uyt6U4rIGO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyt6U4rIGO .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uyt6U4rIGO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyt6U4rIGO .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uyt6U4rIGO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uyt6U4rIGO .navbar-caption {
  color: #ffffff;
}
.cid-uyt6U4rIGO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyt6U4rIGO .mbr-section-subtitle,
.cid-uyt6U4rIGO .text_widget,
.cid-uyt6U4rIGO .mbr-section-btn {
  text-align: left;
}
.cid-uyt6U4rIGO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyt6U725I8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyt6U725I8 .container {
    padding: 0 24px;
  }
}
.cid-uyt6U725I8 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyt6U725I8 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uyt6U725I8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyt6U725I8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyt6U725I8 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uyt6U725I8 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uyt6U725I8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyt6U725I8 .mbr-text {
  color: #F9F6E0;
}
.cid-uyt6U725I8 .mbr-section-title,
.cid-uyt6U725I8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uyt6U8ewou {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyt6U8ewou .container {
    padding: 0 24px;
  }
}
.cid-uyt6U8ewou .card {
  justify-content: center;
}
.cid-uyt6U8ewou .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uyt6U8ewou .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uyt6U8ewou .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyt6U8ewou .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uyt6U8ewou .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uyt6U8ewou .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uyt6U8ewou .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uyt6U8ewou .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uyt6U8ewou .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uyt6U8ewou .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyt6U8ewou .mbr-desc {
  color: #ffffff;
}
.cid-uyt6U8ewou .mbr-text {
  color: #ffffff;
}
.cid-uyt6U8ewou .mbr-section-btn {
  text-align: right;
}
.cid-uyt6U8ewou .mbr-section-title,
.cid-uyt6U8ewou .mbr-section-btn {
  color: #ffffff;
}
.cid-v1GxiTdHdZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v1GxiTdHdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GxiTdHdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GxiTdHdZ .card {
  justify-content: center;
}
.cid-v1GxiTdHdZ .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-v1GxiTdHdZ .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-v1GxiTdHdZ .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1GxiTdHdZ .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1GxiTdHdZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1GxiTdHdZ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1GxiTdHdZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1GxiTdHdZ .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #000000 50%, transparent 120%);
}
.cid-v1GxiTdHdZ .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-v1GxiTdHdZ .mbr-section-title {
  color: #808080;
}
.cid-v1GxiTdHdZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1GxiTdHdZ .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v1GxiTdHdZ .mbr-section-title,
.cid-v1GxiTdHdZ .mbr-section-btn {
  text-align: center;
}
.cid-v1GydrnT5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GydrnT5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1GydrnT5V .image-wrap {
  height: 480px;
}
@media (max-width: 992px) {
  .cid-v1GydrnT5V .image-wrap {
    height: 350px;
  }
}
.cid-v1Gyl2mnCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Gyl2mnCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1Gyl2mnCX .image-wrap {
  height: 480px;
}
@media (max-width: 992px) {
  .cid-v1Gyl2mnCX .image-wrap {
    height: 350px;
  }
}
.cid-v1GylYHIWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GylYHIWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1GylYHIWN .image-wrap {
  height: 480px;
}
@media (max-width: 992px) {
  .cid-v1GylYHIWN .image-wrap {
    height: 350px;
  }
}
.cid-uyt6UcmmOh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uyt6UcmmOh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uyt6UcmmOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyt6UcmmOh .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-uyt6UcmmOh .container {
    padding: 0 22px;
  }
}
.cid-uyt6UcmmOh .row {
  position: relative;
  z-index: 1;
}
.cid-uyt6UcmmOh .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uyt6UcmmOh .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyt6UcmmOh .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyt6UcmmOh .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyt6UcmmOh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyt6UcmmOh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyt6UcmmOh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyt6UcmmOh .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyt6UcmmOh .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uyt6UcmmOh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyt6UcmmOh .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uyt6UcmmOh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uyt6UcmmOh .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyt6UcmmOh .nav-wrapper .list .item-wrap:hover,
.cid-uyt6UcmmOh .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uyt6UcmmOh .nav-wrapper .list .item-wrap:hover::before,
.cid-uyt6UcmmOh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uyt6UcmmOh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyt6UcmmOh .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyt6UcmmOh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyt6UcmmOh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyt6UcmmOh .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyt6UcmmOh .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyt6UcmmOh .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uyt6UcmmOh .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyt6UcmmOh .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uyt6UcmmOh .mbr-section-title {
  color: #00d0f3;
}
.cid-uyt6UcmmOh .mbr-text {
  color: #ffffff;
}
.cid-uyt6UcmmOh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyt6UcmmOh .list {
  color: #ffffff;
}
.cid-uyt6UcmmOh .mbr-contact {
  color: #ffffff;
}
.cid-uyt6UcmmOh .mbr-desc {
  color: #ffffff;
}
.cid-uyt3dFDzVn .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uyt3dFDzVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uyt3dFDzVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyt3dFDzVn .menu_box .navbar.opened,
  .cid-uyt3dFDzVn .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyt3dFDzVn .navbar-dropdown {
  position: relative !important;
}
.cid-uyt3dFDzVn .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyt3dFDzVn .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uyt3dFDzVn .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyt3dFDzVn .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uyt3dFDzVn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyt3dFDzVn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uyt3dFDzVn .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uyt3dFDzVn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uyt3dFDzVn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uyt3dFDzVn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uyt3dFDzVn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uyt3dFDzVn .offcanvas-body .mbr-text,
  .cid-uyt3dFDzVn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uyt3dFDzVn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uyt3dFDzVn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uyt3dFDzVn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uyt3dFDzVn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uyt3dFDzVn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uyt3dFDzVn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uyt3dFDzVn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uyt3dFDzVn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uyt3dFDzVn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyt3dFDzVn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uyt3dFDzVn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uyt3dFDzVn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uyt3dFDzVn .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uyt3dFDzVn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uyt3dFDzVn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uyt3dFDzVn .nav-item {
    margin: 0 !important;
  }
}
.cid-uyt3dFDzVn .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uyt3dFDzVn .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uyt3dFDzVn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyt3dFDzVn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyt3dFDzVn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyt3dFDzVn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyt3dFDzVn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyt3dFDzVn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyt3dFDzVn .offcanvas_box {
    display: none;
  }
}
.cid-uyt3dFDzVn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyt3dFDzVn .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyt3dFDzVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyt3dFDzVn .container {
  display: flex;
  margin: auto;
}
.cid-uyt3dFDzVn .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyt3dFDzVn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyt3dFDzVn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyt3dFDzVn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyt3dFDzVn .navbar-nav {
    margin: 0;
  }
}
.cid-uyt3dFDzVn .dropdown-menu,
.cid-uyt3dFDzVn .navbar.opened {
  background-color: false !important;
}
.cid-uyt3dFDzVn .nav-item:focus,
.cid-uyt3dFDzVn .nav-link:focus {
  outline: none;
}
.cid-uyt3dFDzVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyt3dFDzVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyt3dFDzVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyt3dFDzVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyt3dFDzVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyt3dFDzVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyt3dFDzVn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyt3dFDzVn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyt3dFDzVn .navbar.opened {
  transition: all 0.3s;
}
.cid-uyt3dFDzVn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyt3dFDzVn .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uyt3dFDzVn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uyt3dFDzVn .navbar.collapsed {
  justify-content: center;
}
.cid-uyt3dFDzVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyt3dFDzVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyt3dFDzVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyt3dFDzVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyt3dFDzVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyt3dFDzVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyt3dFDzVn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyt3dFDzVn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyt3dFDzVn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uyt3dFDzVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyt3dFDzVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyt3dFDzVn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyt3dFDzVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyt3dFDzVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyt3dFDzVn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyt3dFDzVn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyt3dFDzVn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyt3dFDzVn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyt3dFDzVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyt3dFDzVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyt3dFDzVn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyt3dFDzVn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyt3dFDzVn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyt3dFDzVn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyt3dFDzVn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyt3dFDzVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uyt3dFDzVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyt3dFDzVn .dropdown-item.active,
.cid-uyt3dFDzVn .dropdown-item:active {
  background-color: transparent;
}
.cid-uyt3dFDzVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyt3dFDzVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyt3dFDzVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyt3dFDzVn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyt3dFDzVn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyt3dFDzVn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyt3dFDzVn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uyt3dFDzVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyt3dFDzVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyt3dFDzVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyt3dFDzVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyt3dFDzVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyt3dFDzVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyt3dFDzVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyt3dFDzVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyt3dFDzVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyt3dFDzVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyt3dFDzVn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyt3dFDzVn .navbar {
    height: 70px;
  }
  .cid-uyt3dFDzVn .navbar.opened {
    height: auto;
  }
  .cid-uyt3dFDzVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyt3dFDzVn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uyt3dFDzVn .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uyt3dFDzVn .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uyt3dFDzVn .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uyt3dFDzVn .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uyt3dFDzVn .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uyt3dFDzVn .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uyt3dFDzVn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyt3dFDzVn .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uyt3dFDzVn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyt3dFDzVn .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uyt3dFDzVn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uyt3dFDzVn .navbar-caption {
  color: #ffffff;
}
.cid-uyt3dFDzVn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyt3dFDzVn .mbr-section-subtitle,
.cid-uyt3dFDzVn .text_widget,
.cid-uyt3dFDzVn .mbr-section-btn {
  text-align: left;
}
.cid-uyt3dFDzVn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyt3dIJPiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyt3dIJPiV .container {
    padding: 0 24px;
  }
}
.cid-uyt3dIJPiV .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyt3dIJPiV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uyt3dIJPiV .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyt3dIJPiV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyt3dIJPiV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uyt3dIJPiV .mbr-section-btn {
    text-align: left;
  }
}
.cid-uyt3dIJPiV .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyt3dIJPiV .mbr-text {
  color: #F9F6E0;
}
.cid-uyt3dIJPiV .mbr-section-title,
.cid-uyt3dIJPiV .mbr-section-btn {
  color: #ffffff;
}
.cid-uyt3GK45Tl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyt3GK45Tl .container {
    padding: 0 24px;
  }
}
.cid-uyt3GK45Tl .card {
  justify-content: center;
}
.cid-uyt3GK45Tl .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uyt3GK45Tl .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uyt3GK45Tl .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyt3GK45Tl .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uyt3GK45Tl .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uyt3GK45Tl .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uyt3GK45Tl .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uyt3GK45Tl .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uyt3GK45Tl .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uyt3GK45Tl .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyt3GK45Tl .mbr-desc {
  color: #ffffff;
}
.cid-uyt3GK45Tl .mbr-text {
  color: #ffffff;
}
.cid-uyt3GK45Tl .mbr-section-btn {
  text-align: right;
}
.cid-uyt3GK45Tl .mbr-section-title,
.cid-uyt3GK45Tl .mbr-section-btn {
  color: #ffffff;
}
.cid-uyt4zB6iiu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uyt4zB6iiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyt4zB6iiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyt4zB6iiu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uyt4zB6iiu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyt4zB6iiu .container {
    padding: 0 30px;
  }
}
.cid-uyt4zB6iiu .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyt4zB6iiu .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uyt4zB6iiu .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uyt4zB6iiu .image-wrapper img {
    height: 300px;
  }
}
.cid-uyt4zB6iiu .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyt4zB6iiu .text-wrapper {
    margin: 0;
  }
}
.cid-uyt4zB6iiu .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uyt4zB6iiu .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uyt4zB6iiu .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uyt4zB6iiu .mbr-section-title {
  color: #ffffff;
}
.cid-uyt4zB6iiu .mbr-text {
  color: #ffffff;
}
.cid-uyt5gekFSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uyt5gekFSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyt5gekFSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyt5gekFSk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uyt5gekFSk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyt5gekFSk .container {
    padding: 0 30px;
  }
}
.cid-uyt5gekFSk .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyt5gekFSk .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uyt5gekFSk .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uyt5gekFSk .image-wrapper img {
    height: 300px;
  }
}
.cid-uyt5gekFSk .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uyt5gekFSk .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uyt5gekFSk .text-wrapper {
    margin: 0;
  }
}
.cid-uyt5gekFSk .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uyt5gekFSk .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uyt5gekFSk .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uyt5gekFSk .mbr-section-title {
  color: #ffffff;
}
.cid-uyt5gekFSk .mbr-text {
  color: #ffffff;
}
.cid-uyt3dSo0MF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uyt3dSo0MF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uyt3dSo0MF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyt3dSo0MF .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-uyt3dSo0MF .container {
    padding: 0 22px;
  }
}
.cid-uyt3dSo0MF .row {
  position: relative;
  z-index: 1;
}
.cid-uyt3dSo0MF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uyt3dSo0MF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyt3dSo0MF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyt3dSo0MF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyt3dSo0MF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyt3dSo0MF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyt3dSo0MF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyt3dSo0MF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyt3dSo0MF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uyt3dSo0MF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyt3dSo0MF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uyt3dSo0MF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uyt3dSo0MF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyt3dSo0MF .nav-wrapper .list .item-wrap:hover,
.cid-uyt3dSo0MF .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uyt3dSo0MF .nav-wrapper .list .item-wrap:hover::before,
.cid-uyt3dSo0MF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uyt3dSo0MF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyt3dSo0MF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyt3dSo0MF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyt3dSo0MF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyt3dSo0MF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyt3dSo0MF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyt3dSo0MF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uyt3dSo0MF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyt3dSo0MF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uyt3dSo0MF .mbr-section-title {
  color: #00d0f3;
}
.cid-uyt3dSo0MF .mbr-text {
  color: #ffffff;
}
.cid-uyt3dSo0MF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyt3dSo0MF .list {
  color: #ffffff;
}
.cid-uyt3dSo0MF .mbr-contact {
  color: #ffffff;
}
.cid-uyt3dSo0MF .mbr-desc {
  color: #ffffff;
}
.cid-uyL4m9sLvS .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uyL4m9sLvS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uyL4m9sLvS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyL4m9sLvS .menu_box .navbar.opened,
  .cid-uyL4m9sLvS .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyL4m9sLvS .navbar-dropdown {
  position: relative !important;
}
.cid-uyL4m9sLvS .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyL4m9sLvS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uyL4m9sLvS .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyL4m9sLvS .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uyL4m9sLvS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyL4m9sLvS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uyL4m9sLvS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uyL4m9sLvS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uyL4m9sLvS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uyL4m9sLvS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uyL4m9sLvS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uyL4m9sLvS .offcanvas-body .mbr-text,
  .cid-uyL4m9sLvS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uyL4m9sLvS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uyL4m9sLvS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uyL4m9sLvS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uyL4m9sLvS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uyL4m9sLvS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uyL4m9sLvS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uyL4m9sLvS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uyL4m9sLvS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uyL4m9sLvS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyL4m9sLvS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uyL4m9sLvS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uyL4m9sLvS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uyL4m9sLvS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uyL4m9sLvS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uyL4m9sLvS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uyL4m9sLvS .nav-item {
    margin: 0 !important;
  }
}
.cid-uyL4m9sLvS .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uyL4m9sLvS .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uyL4m9sLvS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyL4m9sLvS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyL4m9sLvS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyL4m9sLvS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyL4m9sLvS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyL4m9sLvS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyL4m9sLvS .offcanvas_box {
    display: none;
  }
}
.cid-uyL4m9sLvS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyL4m9sLvS .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyL4m9sLvS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyL4m9sLvS .container {
  display: flex;
  margin: auto;
}
.cid-uyL4m9sLvS .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyL4m9sLvS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyL4m9sLvS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyL4m9sLvS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyL4m9sLvS .navbar-nav {
    margin: 0;
  }
}
.cid-uyL4m9sLvS .dropdown-menu,
.cid-uyL4m9sLvS .navbar.opened {
  background-color: false !important;
}
.cid-uyL4m9sLvS .nav-item:focus,
.cid-uyL4m9sLvS .nav-link:focus {
  outline: none;
}
.cid-uyL4m9sLvS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyL4m9sLvS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyL4m9sLvS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyL4m9sLvS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyL4m9sLvS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyL4m9sLvS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyL4m9sLvS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyL4m9sLvS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyL4m9sLvS .navbar.opened {
  transition: all 0.3s;
}
.cid-uyL4m9sLvS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyL4m9sLvS .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uyL4m9sLvS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uyL4m9sLvS .navbar.collapsed {
  justify-content: center;
}
.cid-uyL4m9sLvS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyL4m9sLvS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyL4m9sLvS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyL4m9sLvS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyL4m9sLvS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyL4m9sLvS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyL4m9sLvS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyL4m9sLvS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyL4m9sLvS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uyL4m9sLvS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyL4m9sLvS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyL4m9sLvS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyL4m9sLvS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyL4m9sLvS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyL4m9sLvS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyL4m9sLvS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyL4m9sLvS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyL4m9sLvS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyL4m9sLvS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyL4m9sLvS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyL4m9sLvS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyL4m9sLvS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyL4m9sLvS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyL4m9sLvS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyL4m9sLvS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyL4m9sLvS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uyL4m9sLvS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyL4m9sLvS .dropdown-item.active,
.cid-uyL4m9sLvS .dropdown-item:active {
  background-color: transparent;
}
.cid-uyL4m9sLvS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyL4m9sLvS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyL4m9sLvS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyL4m9sLvS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyL4m9sLvS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyL4m9sLvS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyL4m9sLvS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uyL4m9sLvS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyL4m9sLvS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyL4m9sLvS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyL4m9sLvS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyL4m9sLvS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyL4m9sLvS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyL4m9sLvS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyL4m9sLvS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyL4m9sLvS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyL4m9sLvS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyL4m9sLvS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyL4m9sLvS .navbar {
    height: 70px;
  }
  .cid-uyL4m9sLvS .navbar.opened {
    height: auto;
  }
  .cid-uyL4m9sLvS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyL4m9sLvS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uyL4m9sLvS .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uyL4m9sLvS .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uyL4m9sLvS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uyL4m9sLvS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uyL4m9sLvS .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uyL4m9sLvS .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uyL4m9sLvS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyL4m9sLvS .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uyL4m9sLvS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyL4m9sLvS .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uyL4m9sLvS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uyL4m9sLvS .navbar-caption {
  color: #ffffff;
}
.cid-uyL4m9sLvS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyL4m9sLvS .mbr-section-subtitle,
.cid-uyL4m9sLvS .text_widget,
.cid-uyL4m9sLvS .mbr-section-btn {
  text-align: left;
}
.cid-uyL4m9sLvS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyL4mbeGFT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyL4mbeGFT .container {
    padding: 0 24px;
  }
}
.cid-uyL4mbeGFT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyL4mbeGFT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uyL4mbeGFT .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyL4mbeGFT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyL4mbeGFT .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uyL4mbeGFT .mbr-section-btn {
    text-align: left;
  }
}
.cid-uyL4mbeGFT .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyL4mbeGFT .mbr-text {
  color: #F9F6E0;
}
.cid-uyL4mbeGFT .mbr-section-title,
.cid-uyL4mbeGFT .mbr-section-btn {
  color: #ffffff;
}
.cid-uyL4I9WyFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #545454;
}
.cid-uyL4I9WyFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyL4I9WyFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyL4I9WyFd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uyL4I9WyFd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uyL4I9WyFd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uyL4I9WyFd .container {
    padding: 0 20px;
  }
  .cid-uyL4I9WyFd .container .row {
    padding: 0;
  }
}
.cid-uyL4I9WyFd .row {
  justify-content: center;
}
.cid-uyL4I9WyFd .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uyL4I9WyFd .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uyL4I9WyFd .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uyL4I9WyFd .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uyL4I9WyFd .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uyL4I9WyFd .dragArea.row .form-group .form-control:hover,
.cid-uyL4I9WyFd .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uyL4I9WyFd .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uyL4I9WyFd .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uyL4I9WyFd .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uyL4I9WyFd .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uyL4I9WyFd .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uyL4I9WyFd .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uyL4I9WyFd .mbr-section-title {
  color: #ffffff;
}
.cid-uyL4I9WyFd label {
  color: #ffffff;
}
.cid-uyL4mh8ZDO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uyL4mh8ZDO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uyL4mh8ZDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyL4mh8ZDO .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-uyL4mh8ZDO .container {
    padding: 0 22px;
  }
}
.cid-uyL4mh8ZDO .row {
  position: relative;
  z-index: 1;
}
.cid-uyL4mh8ZDO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uyL4mh8ZDO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyL4mh8ZDO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyL4mh8ZDO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyL4mh8ZDO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL4mh8ZDO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyL4mh8ZDO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyL4mh8ZDO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyL4mh8ZDO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uyL4mh8ZDO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyL4mh8ZDO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uyL4mh8ZDO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uyL4mh8ZDO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyL4mh8ZDO .nav-wrapper .list .item-wrap:hover,
.cid-uyL4mh8ZDO .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uyL4mh8ZDO .nav-wrapper .list .item-wrap:hover::before,
.cid-uyL4mh8ZDO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uyL4mh8ZDO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyL4mh8ZDO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL4mh8ZDO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyL4mh8ZDO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyL4mh8ZDO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL4mh8ZDO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyL4mh8ZDO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uyL4mh8ZDO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyL4mh8ZDO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uyL4mh8ZDO .mbr-section-title {
  color: #00d0f3;
}
.cid-uyL4mh8ZDO .mbr-text {
  color: #ffffff;
}
.cid-uyL4mh8ZDO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyL4mh8ZDO .list {
  color: #ffffff;
}
.cid-uyL4mh8ZDO .mbr-contact {
  color: #ffffff;
}
.cid-uyL4mh8ZDO .mbr-desc {
  color: #ffffff;
}
.cid-uyL5stNarZ .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uyL5stNarZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uyL5stNarZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyL5stNarZ .menu_box .navbar.opened,
  .cid-uyL5stNarZ .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyL5stNarZ .navbar-dropdown {
  position: relative !important;
}
.cid-uyL5stNarZ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyL5stNarZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uyL5stNarZ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyL5stNarZ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uyL5stNarZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyL5stNarZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uyL5stNarZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uyL5stNarZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uyL5stNarZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uyL5stNarZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uyL5stNarZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uyL5stNarZ .offcanvas-body .mbr-text,
  .cid-uyL5stNarZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uyL5stNarZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uyL5stNarZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uyL5stNarZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uyL5stNarZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uyL5stNarZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uyL5stNarZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uyL5stNarZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uyL5stNarZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uyL5stNarZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyL5stNarZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uyL5stNarZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uyL5stNarZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uyL5stNarZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uyL5stNarZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uyL5stNarZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uyL5stNarZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uyL5stNarZ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uyL5stNarZ .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uyL5stNarZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyL5stNarZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyL5stNarZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyL5stNarZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyL5stNarZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyL5stNarZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyL5stNarZ .offcanvas_box {
    display: none;
  }
}
.cid-uyL5stNarZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyL5stNarZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyL5stNarZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyL5stNarZ .container {
  display: flex;
  margin: auto;
}
.cid-uyL5stNarZ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyL5stNarZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyL5stNarZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyL5stNarZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyL5stNarZ .navbar-nav {
    margin: 0;
  }
}
.cid-uyL5stNarZ .dropdown-menu,
.cid-uyL5stNarZ .navbar.opened {
  background-color: false !important;
}
.cid-uyL5stNarZ .nav-item:focus,
.cid-uyL5stNarZ .nav-link:focus {
  outline: none;
}
.cid-uyL5stNarZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyL5stNarZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyL5stNarZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyL5stNarZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyL5stNarZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyL5stNarZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyL5stNarZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyL5stNarZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyL5stNarZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uyL5stNarZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyL5stNarZ .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uyL5stNarZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uyL5stNarZ .navbar.collapsed {
  justify-content: center;
}
.cid-uyL5stNarZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyL5stNarZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyL5stNarZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyL5stNarZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyL5stNarZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyL5stNarZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyL5stNarZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyL5stNarZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyL5stNarZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uyL5stNarZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyL5stNarZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyL5stNarZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyL5stNarZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyL5stNarZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyL5stNarZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyL5stNarZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyL5stNarZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyL5stNarZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyL5stNarZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyL5stNarZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyL5stNarZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyL5stNarZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyL5stNarZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyL5stNarZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyL5stNarZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyL5stNarZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uyL5stNarZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyL5stNarZ .dropdown-item.active,
.cid-uyL5stNarZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uyL5stNarZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyL5stNarZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyL5stNarZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyL5stNarZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyL5stNarZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyL5stNarZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyL5stNarZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uyL5stNarZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyL5stNarZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyL5stNarZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyL5stNarZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyL5stNarZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyL5stNarZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyL5stNarZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyL5stNarZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyL5stNarZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyL5stNarZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyL5stNarZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyL5stNarZ .navbar {
    height: 70px;
  }
  .cid-uyL5stNarZ .navbar.opened {
    height: auto;
  }
  .cid-uyL5stNarZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyL5stNarZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uyL5stNarZ .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uyL5stNarZ .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uyL5stNarZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uyL5stNarZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uyL5stNarZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uyL5stNarZ .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uyL5stNarZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyL5stNarZ .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uyL5stNarZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyL5stNarZ .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uyL5stNarZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uyL5stNarZ .navbar-caption {
  color: #ffffff;
}
.cid-uyL5stNarZ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyL5stNarZ .mbr-section-subtitle,
.cid-uyL5stNarZ .text_widget,
.cid-uyL5stNarZ .mbr-section-btn {
  text-align: left;
}
.cid-uyL5stNarZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyL5svfqp7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyL5svfqp7 .container {
    padding: 0 24px;
  }
}
.cid-uyL5svfqp7 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyL5svfqp7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uyL5svfqp7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyL5svfqp7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyL5svfqp7 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uyL5svfqp7 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uyL5svfqp7 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyL5svfqp7 .mbr-text {
  color: #F9F6E0;
}
.cid-uyL5svfqp7 .mbr-section-title,
.cid-uyL5svfqp7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uyL5UQdSFy {
  background-color: #000000;
}
.cid-uyL5UQdSFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyL5UQdSFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyL5UQdSFy .items-wrap {
  justify-content: space-between;
}
.cid-uyL5UQdSFy .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uyL5UQdSFy .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uyL5UQdSFy .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uyL5UQdSFy .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uyL5UQdSFy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uyL5UQdSFy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyL5UQdSFy .content-wrap {
  height: 100%;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-uyL5UQdSFy .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uyL5UQdSFy .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f7f7f7;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyL5UQdSFy .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uyL5UQdSFy .mbr-section-title {
  color: #191c25;
}
.cid-uyL5UQdSFy .mbr-text {
  color: #191c25;
}
.cid-uyL5UQdSFy label {
  color: #191c25;
}
.cid-uyL5swOH3u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uyL5swOH3u::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uyL5swOH3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyL5swOH3u .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-uyL5swOH3u .container {
    padding: 0 22px;
  }
}
.cid-uyL5swOH3u .row {
  position: relative;
  z-index: 1;
}
.cid-uyL5swOH3u .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uyL5swOH3u .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyL5swOH3u .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyL5swOH3u .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyL5swOH3u .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL5swOH3u .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyL5swOH3u .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyL5swOH3u .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyL5swOH3u .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uyL5swOH3u .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyL5swOH3u .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uyL5swOH3u .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uyL5swOH3u .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyL5swOH3u .nav-wrapper .list .item-wrap:hover,
.cid-uyL5swOH3u .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uyL5swOH3u .nav-wrapper .list .item-wrap:hover::before,
.cid-uyL5swOH3u .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uyL5swOH3u .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyL5swOH3u .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL5swOH3u .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyL5swOH3u .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyL5swOH3u .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL5swOH3u .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyL5swOH3u .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uyL5swOH3u .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uyL5swOH3u .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyL5swOH3u .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uyL5swOH3u .mbr-section-title {
  color: #00d0f3;
}
.cid-uyL5swOH3u .mbr-text {
  color: #ffffff;
}
.cid-uyL5swOH3u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyL5swOH3u .list {
  color: #ffffff;
}
.cid-uyL5swOH3u .mbr-contact {
  color: #ffffff;
}
.cid-uyL5swOH3u .mbr-desc {
  color: #ffffff;
}
.cid-uyL7hugRDS .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uyL7hugRDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uyL7hugRDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyL7hugRDS .menu_box .navbar.opened,
  .cid-uyL7hugRDS .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyL7hugRDS .navbar-dropdown {
  position: relative !important;
}
.cid-uyL7hugRDS .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyL7hugRDS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uyL7hugRDS .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uyL7hugRDS .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uyL7hugRDS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyL7hugRDS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uyL7hugRDS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uyL7hugRDS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uyL7hugRDS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uyL7hugRDS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uyL7hugRDS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uyL7hugRDS .offcanvas-body .mbr-text,
  .cid-uyL7hugRDS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uyL7hugRDS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uyL7hugRDS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uyL7hugRDS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uyL7hugRDS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uyL7hugRDS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uyL7hugRDS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uyL7hugRDS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uyL7hugRDS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uyL7hugRDS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyL7hugRDS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uyL7hugRDS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uyL7hugRDS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uyL7hugRDS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uyL7hugRDS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uyL7hugRDS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uyL7hugRDS .nav-item {
    margin: 0 !important;
  }
}
.cid-uyL7hugRDS .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uyL7hugRDS .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uyL7hugRDS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyL7hugRDS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyL7hugRDS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyL7hugRDS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyL7hugRDS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyL7hugRDS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyL7hugRDS .offcanvas_box {
    display: none;
  }
}
.cid-uyL7hugRDS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyL7hugRDS .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyL7hugRDS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyL7hugRDS .container {
  display: flex;
  margin: auto;
}
.cid-uyL7hugRDS .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyL7hugRDS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyL7hugRDS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyL7hugRDS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyL7hugRDS .navbar-nav {
    margin: 0;
  }
}
.cid-uyL7hugRDS .dropdown-menu,
.cid-uyL7hugRDS .navbar.opened {
  background-color: false !important;
}
.cid-uyL7hugRDS .nav-item:focus,
.cid-uyL7hugRDS .nav-link:focus {
  outline: none;
}
.cid-uyL7hugRDS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyL7hugRDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyL7hugRDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyL7hugRDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyL7hugRDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyL7hugRDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyL7hugRDS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyL7hugRDS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyL7hugRDS .navbar.opened {
  transition: all 0.3s;
}
.cid-uyL7hugRDS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyL7hugRDS .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uyL7hugRDS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uyL7hugRDS .navbar.collapsed {
  justify-content: center;
}
.cid-uyL7hugRDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyL7hugRDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyL7hugRDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyL7hugRDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyL7hugRDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyL7hugRDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyL7hugRDS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyL7hugRDS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyL7hugRDS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uyL7hugRDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyL7hugRDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyL7hugRDS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyL7hugRDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyL7hugRDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyL7hugRDS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyL7hugRDS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyL7hugRDS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyL7hugRDS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyL7hugRDS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyL7hugRDS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyL7hugRDS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyL7hugRDS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyL7hugRDS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyL7hugRDS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyL7hugRDS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyL7hugRDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uyL7hugRDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyL7hugRDS .dropdown-item.active,
.cid-uyL7hugRDS .dropdown-item:active {
  background-color: transparent;
}
.cid-uyL7hugRDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyL7hugRDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyL7hugRDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyL7hugRDS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyL7hugRDS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyL7hugRDS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyL7hugRDS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uyL7hugRDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyL7hugRDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyL7hugRDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyL7hugRDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyL7hugRDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyL7hugRDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyL7hugRDS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyL7hugRDS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyL7hugRDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyL7hugRDS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyL7hugRDS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyL7hugRDS .navbar {
    height: 70px;
  }
  .cid-uyL7hugRDS .navbar.opened {
    height: auto;
  }
  .cid-uyL7hugRDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyL7hugRDS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uyL7hugRDS .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uyL7hugRDS .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uyL7hugRDS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uyL7hugRDS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uyL7hugRDS .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uyL7hugRDS .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uyL7hugRDS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyL7hugRDS .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uyL7hugRDS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyL7hugRDS .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uyL7hugRDS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uyL7hugRDS .navbar-caption {
  color: #ffffff;
}
.cid-uyL7hugRDS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyL7hugRDS .mbr-section-subtitle,
.cid-uyL7hugRDS .text_widget,
.cid-uyL7hugRDS .mbr-section-btn {
  text-align: left;
}
.cid-uyL7hugRDS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyL7hvUvCy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyL7hvUvCy .container {
    padding: 0 24px;
  }
}
.cid-uyL7hvUvCy .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyL7hvUvCy .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uyL7hvUvCy .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyL7hvUvCy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyL7hvUvCy .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uyL7hvUvCy .mbr-section-btn {
    text-align: left;
  }
}
.cid-uyL7hvUvCy .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyL7hvUvCy .mbr-text {
  color: #F9F6E0;
}
.cid-uyL7hvUvCy .mbr-section-title,
.cid-uyL7hvUvCy .mbr-section-btn {
  color: #ffffff;
}
.cid-uyL7Je8okj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uyL7Je8okj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyL7Je8okj form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uyL7Je8okj form {
    padding: 2rem 0rem;
  }
}
.cid-uyL7Je8okj .border-radius {
  border-radius: 3rem;
}
.cid-uyL7Je8okj input,
.cid-uyL7Je8okj textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uyL7Je8okj input:hover,
.cid-uyL7Je8okj textarea:hover,
.cid-uyL7Je8okj input:focus,
.cid-uyL7Je8okj textarea:focus,
.cid-uyL7Je8okj input:active,
.cid-uyL7Je8okj textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uyL7Je8okj .image-wrapper,
.cid-uyL7Je8okj img {
  height: 100%;
  object-fit: cover;
}
.cid-uyL7Je8okj .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uyL7Je8okj .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uyL7Je8okj .col-auto {
    margin: auto;
  }
}
.cid-uyL7Je8okj h5 {
  margin-bottom: 3rem;
}
.cid-uyL7Je8okj a {
  font-weight: bold;
}
.cid-uyL7Je8okj .mbr-section-title {
  color: #ffffff;
}
.cid-uyL7Je8okj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uyL7hylGCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uyL7hylGCR::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uyL7hylGCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyL7hylGCR .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-uyL7hylGCR .container {
    padding: 0 22px;
  }
}
.cid-uyL7hylGCR .row {
  position: relative;
  z-index: 1;
}
.cid-uyL7hylGCR .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uyL7hylGCR .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyL7hylGCR .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uyL7hylGCR .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyL7hylGCR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL7hylGCR .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyL7hylGCR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyL7hylGCR .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyL7hylGCR .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uyL7hylGCR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyL7hylGCR .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uyL7hylGCR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uyL7hylGCR .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyL7hylGCR .nav-wrapper .list .item-wrap:hover,
.cid-uyL7hylGCR .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uyL7hylGCR .nav-wrapper .list .item-wrap:hover::before,
.cid-uyL7hylGCR .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uyL7hylGCR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyL7hylGCR .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL7hylGCR .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uyL7hylGCR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyL7hylGCR .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyL7hylGCR .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uyL7hylGCR .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uyL7hylGCR .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uyL7hylGCR .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyL7hylGCR .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uyL7hylGCR .mbr-section-title {
  color: #00d0f3;
}
.cid-uyL7hylGCR .mbr-text {
  color: #ffffff;
}
.cid-uyL7hylGCR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyL7hylGCR .list {
  color: #ffffff;
}
.cid-uyL7hylGCR .mbr-contact {
  color: #ffffff;
}
.cid-uyL7hylGCR .mbr-desc {
  color: #ffffff;
}
.cid-uGAkwqxYsm .navbar-dropdown {
  background-color: #222222 !important;
  padding: 0;
}
.cid-uGAkwqxYsm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #222222 !important;
  background: #222222;
}
.cid-uGAkwqxYsm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGAkwqxYsm .menu_box .navbar.opened,
  .cid-uGAkwqxYsm .menu_box .navbar-collapse {
    background-color: #222222 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGAkwqxYsm .navbar-dropdown {
  position: relative !important;
}
.cid-uGAkwqxYsm .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGAkwqxYsm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGAkwqxYsm .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGAkwqxYsm .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGAkwqxYsm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGAkwqxYsm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGAkwqxYsm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2c2c2c;
  }
  .cid-uGAkwqxYsm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGAkwqxYsm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGAkwqxYsm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGAkwqxYsm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGAkwqxYsm .offcanvas-body .mbr-text,
  .cid-uGAkwqxYsm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGAkwqxYsm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGAkwqxYsm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGAkwqxYsm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGAkwqxYsm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGAkwqxYsm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGAkwqxYsm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGAkwqxYsm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGAkwqxYsm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGAkwqxYsm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGAkwqxYsm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGAkwqxYsm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGAkwqxYsm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGAkwqxYsm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGAkwqxYsm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGAkwqxYsm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGAkwqxYsm .nav-item {
    margin: 0 !important;
  }
}
.cid-uGAkwqxYsm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uGAkwqxYsm .nav-item .nav-link:hover {
  color: #f80301 !important;
}
.cid-uGAkwqxYsm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGAkwqxYsm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGAkwqxYsm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGAkwqxYsm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGAkwqxYsm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGAkwqxYsm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGAkwqxYsm .offcanvas_box {
    display: none;
  }
}
.cid-uGAkwqxYsm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGAkwqxYsm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGAkwqxYsm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGAkwqxYsm .container {
  display: flex;
  margin: auto;
}
.cid-uGAkwqxYsm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGAkwqxYsm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGAkwqxYsm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGAkwqxYsm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGAkwqxYsm .navbar-nav {
    margin: 0;
  }
}
.cid-uGAkwqxYsm .dropdown-menu,
.cid-uGAkwqxYsm .navbar.opened {
  background-color: false !important;
}
.cid-uGAkwqxYsm .nav-item:focus,
.cid-uGAkwqxYsm .nav-link:focus {
  outline: none;
}
.cid-uGAkwqxYsm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGAkwqxYsm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGAkwqxYsm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGAkwqxYsm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGAkwqxYsm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGAkwqxYsm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGAkwqxYsm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGAkwqxYsm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGAkwqxYsm .navbar.opened {
  transition: all 0.3s;
}
.cid-uGAkwqxYsm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGAkwqxYsm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGAkwqxYsm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGAkwqxYsm .navbar.collapsed {
  justify-content: center;
}
.cid-uGAkwqxYsm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGAkwqxYsm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGAkwqxYsm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGAkwqxYsm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGAkwqxYsm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGAkwqxYsm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGAkwqxYsm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGAkwqxYsm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGAkwqxYsm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGAkwqxYsm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGAkwqxYsm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGAkwqxYsm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGAkwqxYsm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGAkwqxYsm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGAkwqxYsm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGAkwqxYsm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGAkwqxYsm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGAkwqxYsm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGAkwqxYsm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGAkwqxYsm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGAkwqxYsm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGAkwqxYsm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGAkwqxYsm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGAkwqxYsm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGAkwqxYsm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGAkwqxYsm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.cid-uGAkwqxYsm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGAkwqxYsm .dropdown-item.active,
.cid-uGAkwqxYsm .dropdown-item:active {
  background-color: transparent;
}
.cid-uGAkwqxYsm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGAkwqxYsm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGAkwqxYsm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGAkwqxYsm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGAkwqxYsm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGAkwqxYsm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGAkwqxYsm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #222222;
  background: #545454;
}
.cid-uGAkwqxYsm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGAkwqxYsm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGAkwqxYsm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGAkwqxYsm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGAkwqxYsm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGAkwqxYsm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGAkwqxYsm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGAkwqxYsm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGAkwqxYsm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGAkwqxYsm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGAkwqxYsm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGAkwqxYsm .navbar {
    height: 70px;
  }
  .cid-uGAkwqxYsm .navbar.opened {
    height: auto;
  }
  .cid-uGAkwqxYsm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGAkwqxYsm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGAkwqxYsm .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uGAkwqxYsm .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uGAkwqxYsm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGAkwqxYsm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGAkwqxYsm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGAkwqxYsm .navbar-caption:hover {
  color: #f80301;
}
@media (min-width: 992px) {
  .cid-uGAkwqxYsm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGAkwqxYsm .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uGAkwqxYsm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGAkwqxYsm .text_widget a:hover {
  color: #ffed00 !important;
}
.cid-uGAkwqxYsm .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGAkwqxYsm .navbar-caption {
  color: #ffffff;
}
.cid-uGAkwqxYsm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGAkwqxYsm .mbr-section-subtitle,
.cid-uGAkwqxYsm .text_widget,
.cid-uGAkwqxYsm .mbr-section-btn {
  text-align: left;
}
.cid-uGAkwqxYsm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGAkwrfvxt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGAkwrfvxt .container {
    padding: 0 24px;
  }
}
.cid-uGAkwrfvxt .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGAkwrfvxt .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uGAkwrfvxt .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGAkwrfvxt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGAkwrfvxt .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGAkwrfvxt .mbr-section-btn {
    text-align: left;
  }
}
.cid-uGAkwrfvxt .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGAkwrfvxt .mbr-text {
  color: #F9F6E0;
}
.cid-uGAkwrfvxt .mbr-section-title,
.cid-uGAkwrfvxt .mbr-section-btn {
  color: #ffffff;
}
.cid-uGAmSd4qB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uGAmSd4qB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAmSd4qB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAmSd4qB2 .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uGAmSd4qB2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uGAmSd4qB2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGAmSd4qB2 .container {
    padding: 0 20px;
  }
  .cid-uGAmSd4qB2 .container .row {
    padding: 0;
  }
}
.cid-uGAmSd4qB2 .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGAmSd4qB2 .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uGAmSd4qB2 .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uGAmSd4qB2 .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uGAmSd4qB2 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGAmSd4qB2 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGAmSd4qB2 .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uGAmSd4qB2 .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-uGAmSd4qB2 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uGAmSd4qB2 .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGAmSd4qB2 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uGAmSd4qB2 .image-wrapper img {
    height: 300px;
  }
}
.cid-uGAmSd4qB2 .mbr-desc {
  color: #ffffff;
}
.cid-uGAmSd4qB2 .mbr-text {
  color: #ffffff;
}
.cid-uGAmSd4qB2 .mbr-name {
  color: #ffffff;
}
.cid-uGAmSd4qB2 .mbr-section-btn {
  text-align: right;
}
.cid-uGAkwrE3cF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGAkwrE3cF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uGAkwrE3cF form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uGAkwrE3cF form {
    padding: 2rem 0rem;
  }
}
.cid-uGAkwrE3cF .border-radius {
  border-radius: 3rem;
}
.cid-uGAkwrE3cF input,
.cid-uGAkwrE3cF textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uGAkwrE3cF input:hover,
.cid-uGAkwrE3cF textarea:hover,
.cid-uGAkwrE3cF input:focus,
.cid-uGAkwrE3cF textarea:focus,
.cid-uGAkwrE3cF input:active,
.cid-uGAkwrE3cF textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uGAkwrE3cF .image-wrapper,
.cid-uGAkwrE3cF img {
  height: 100%;
  object-fit: cover;
}
.cid-uGAkwrE3cF .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uGAkwrE3cF .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uGAkwrE3cF .col-auto {
    margin: auto;
  }
}
.cid-uGAkwrE3cF h5 {
  margin-bottom: 3rem;
}
.cid-uGAkwrE3cF a {
  font-weight: bold;
}
.cid-uGAkwrE3cF .mbr-section-title {
  color: #ffffff;
}
.cid-uGAkwrE3cF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uGAkwskeC0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-08-at-17.50.49-940x788.jpg");
}
.cid-uGAkwskeC0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uGAkwskeC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAkwskeC0 .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-uGAkwskeC0 .container {
    padding: 0 22px;
  }
}
.cid-uGAkwskeC0 .row {
  position: relative;
  z-index: 1;
}
.cid-uGAkwskeC0 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uGAkwskeC0 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uGAkwskeC0 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uGAkwskeC0 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGAkwskeC0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGAkwskeC0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGAkwskeC0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGAkwskeC0 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGAkwskeC0 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uGAkwskeC0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGAkwskeC0 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uGAkwskeC0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uGAkwskeC0 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGAkwskeC0 .nav-wrapper .list .item-wrap:hover,
.cid-uGAkwskeC0 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uGAkwskeC0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uGAkwskeC0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uGAkwskeC0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGAkwskeC0 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGAkwskeC0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGAkwskeC0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGAkwskeC0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGAkwskeC0 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uGAkwskeC0 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uGAkwskeC0 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uGAkwskeC0 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uGAkwskeC0 .mbr-section-title {
  color: #00d0f3;
}
.cid-uGAkwskeC0 .mbr-text {
  color: #ffffff;
}
.cid-uGAkwskeC0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGAkwskeC0 .list {
  color: #ffffff;
}
.cid-uGAkwskeC0 .mbr-contact {
  color: #ffffff;
}
.cid-uGAkwskeC0 .mbr-desc {
  color: #ffffff;
}
