body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 10rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 6.4rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #79a4be !important;
}
.bg-success {
  background-color: #f9f9f9 !important;
}
.bg-info {
  background-color: #96c85b !important;
}
.bg-warning {
  background-color: #ebad0e !important;
}
.bg-danger {
  background-color: #e5673b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #79a4be !important;
  border-color: #79a4be !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #497a97 !important;
  border-color: #497a97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #497a97 !important;
  border-color: #497a97 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #333333 !important;
  border-color: #333333 !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: #080808 !important;
  border-color: #080808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-info,
.btn-info:active {
  background-color: #96c85b !important;
  border-color: #96c85b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6a9933 !important;
  border-color: #6a9933 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6a9933 !important;
  border-color: #6a9933 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !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: #4e4e4e !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ebad0e !important;
  border-color: #ebad0e !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: #997109 !important;
  border-color: #997109 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #997109 !important;
  border-color: #997109 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5673b !important;
  border-color: #e5673b !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: #b23f18 !important;
  border-color: #b23f18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !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: #79a4be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #497a97 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #79a4be !important;
  border-color: #79a4be !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #080808 !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: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #96c85b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6a9933 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #96c85b !important;
  border-color: #96c85b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f9f9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cecece !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebad0e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #997109 !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: #ebad0e !important;
  border-color: #ebad0e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5673b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b23f18 !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: #e5673b !important;
  border-color: #e5673b !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: #79a4be !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #f9f9f9 !important;
}
.text-info {
  color: #96c85b !important;
}
.text-warning {
  color: #ebad0e !important;
}
.text-danger {
  color: #e5673b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #44718d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c6c6c6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #628e2f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b6608 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a43b16 !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: #79a4be;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #96c85b;
}
.alert-warning {
  background-color: #ebad0e;
}
.alert-danger {
  background-color: #e5673b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #79a4be;
  border-color: #79a4be;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #79a4be;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfdee8;
}
.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: #d3e8ba;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fceec9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #79a4be !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #79a4be;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #79a4be;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #79a4be;
}
.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: #79a4be;
  border-bottom-color: #79a4be;
}
.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: #79a4be !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: #333333 !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='%2379a4be' %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;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #000000 !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #000000 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uKCd2Oeuno {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKCd2Oeuno .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uKCd2Oeuno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCd2Oeuno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCd2Oeuno .content-wrap {
  margin: 0;
}
.cid-uKCd2Oeuno .content-wrap .card {
  padding: 0;
}
.cid-uKCd2Oeuno .google-map {
  height: 100%;
}
.cid-uKCd2Oeuno .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKCd2Oeuno .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uKCd2Oeuno .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uKCd2Oeuno .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKCd2Oeuno .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uKCd2Oeuno .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uKCd2Oeuno .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKCd2Oeuno .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKCd2Oeuno .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKCd2Oeuno .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uKCd2Oeuno .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uKCd2Oeuno .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKCd2Oeuno .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uKCd2Oeuno .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uKCd2Oeuno .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uKCd2Oeuno .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKCd2Oeuno .mbr-section-title {
  color: #150764;
}
.cid-uKCd2Oeuno .mbr-desc {
  color: #150764;
}
.cid-uKCd2Oeuno .item-desc {
  color: #150764;
}
.cid-uKCd2Oeuno .list {
  color: #150764;
}
.cid-uKCd2Oeuno .mbr-section-title,
.cid-uKCd2Oeuno .mbr-section-btn {
  color: #ffffff;
}
.cid-uKCd2Oeuno .mbr-desc,
.cid-uKCd2Oeuno .desc-wrapper {
  color: #ffffff;
}
.cid-uM1CUHIdzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uM1CUHIdzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1CUHIdzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1CUHIdzw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uM1CUHIdzw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uM1CUHIdzw .container {
    padding: 0 20px;
  }
}
.cid-uM1CUHIdzw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uM1CUHIdzw .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uM1CUHIdzw .mbr-section-btn {
    display: none;
  }
}
.cid-uM1CUHIdzw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #000000;
}
@media (max-width: 768px) {
  .cid-uM1CUHIdzw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uM1CUHIdzw .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uM1CUHIdzw .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uM1CUHIdzw .embla__slide .card-wrap a {
  display: block;
}
.cid-uM1CUHIdzw .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-uM1CUHIdzw .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM1CUHIdzw .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uM1CUHIdzw .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-uM1CUHIdzw .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-uM1CUHIdzw .embla__button--next,
.cid-uM1CUHIdzw .embla__button--prev {
  display: flex;
}
.cid-uM1CUHIdzw .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #79a4be;
  border: 2px solid #000000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uM1CUHIdzw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM1CUHIdzw .embla__button:hover {
  background: transparent;
  color: #79a4be;
  border-color: #79a4be;
}
.cid-uM1CUHIdzw .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uM1CUHIdzw .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uM1CUHIdzw .embla {
  position: relative;
  width: 100%;
}
.cid-uM1CUHIdzw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uM1CUHIdzw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM1CUHIdzw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM1CUHIdzw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM1CUHIdzw .mbr-section-title {
  color: #ffffff;
}
.cid-uM1CUHIdzw .card-title {
  color: #ededed;
}
.cid-uM1CUHIdzw .card-date {
  color: #e4dfd4;
}
.cid-sK7udwhsbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #eae8e4;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #e43725;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #000000 !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #000000 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uM7ND2VcKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uM7ND2VcKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7ND2VcKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7ND2VcKg .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #e5673b -10%, #000000 30%, #f84000 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uM7ND2VcKg .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uM7ND2VcKg .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uM7ND2VcKg .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #f84000, transparent);
  height: 1px;
  width: 100%;
}
.cid-uM7ND2VcKg .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uM7ND2VcKg .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uM7ND2VcKg .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uM7ND2VcKg .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uM7ND2VcKg .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #e5673b 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #1f2329;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e5673b !important;
  box-shadow: none;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uM7ND2VcKg .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uM7ND2VcKg .mbr-section-btn {
  text-align: right;
}
.cid-uM7ND2VcKg .mbr-title {
  color: #ffffff;
}
.cid-uM7ND2VcKg .mbr-text {
  color: #ffffff;
}
.cid-uM7ND2VcKg label {
  color: #ffffff;
}
.cid-sK7udwhsbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #eae8e4;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #e43725;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #000000 !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #000000 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uJXS04nSRu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJXS04nSRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXS04nSRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXS04nSRu .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJXS04nSRu .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJXS04nSRu .content-wrapper {
    padding: 0;
  }
}
.cid-uJXS04nSRu .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJXS04nSRu .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJXS04nSRu .content-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uJXS04nSRu .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uJXS04nSRu .mbr-section-title {
  color: #ffffff;
}
.cid-uJXS04nSRu .mbr-section-title,
.cid-uJXS04nSRu .mbr-section-btn {
  color: #e74c3c;
  text-align: left;
}
.cid-uJRGmM8Qg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJRGmM8Qg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRGmM8Qg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRGmM8Qg0 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJRGmM8Qg0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJRGmM8Qg0 .items-wrapper {
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uJRGmM8Qg0 .items-wrapper {
    margin-top: 0;
  }
}
.cid-uJRGmM8Qg0 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uJRGmM8Qg0 .item {
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uJRGmM8Qg0 .item {
    margin-bottom: 12px;
  }
}
.cid-uJRGmM8Qg0 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJRGmM8Qg0 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJRGmM8Qg0 .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uJRGmM8Qg0 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uJRGmM8Qg0 .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uJRGmM8Qg0 .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJRGmM8Qg0 .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJRGmM8Qg0 .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e74c3c;
  font-size: 36px;
  color: #000000;
}
.cid-uJRGmM8Qg0 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uJRGmM8Qg0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uJRGmM8Qg0 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJRGmM8Qg0 .card-title {
  color: #2c2c26;
}
.cid-uJRGmM8Qg0 .card-title,
.cid-uJRGmM8Qg0 .iconfont-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uJRGmM8Qg0 .mbr-section-title,
.cid-uJRGmM8Qg0 .mbr-section-btn {
  color: #e74c3c;
}
.cid-sK7udwhsbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #eae8e4;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #e43725;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #000000 !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #000000 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uM7OYIJ44O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uM7OYIJ44O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7OYIJ44O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7OYIJ44O .items-wrapper {
  justify-content: center;
}
.cid-uM7OYIJ44O .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uM7OYIJ44O .mbr-text,
.cid-uM7OYIJ44O .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-sK7udwhsbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #eae8e4;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #e43725;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #000000 !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #000000 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uM7OAdygc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uM7OAdygc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7OAdygc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7OAdygc1 .items-wrapper {
  justify-content: center;
}
.cid-uM7OAdygc1 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uM7OAdygc1 .mbr-text,
.cid-uM7OAdygc1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-sK7udwhsbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #eae8e4;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #e43725;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #000000 !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #000000 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uNPEo4MY2n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNPEo4MY2n .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uNPEo4MY2n .form-control,
.cid-uNPEo4MY2n .field-input,
.cid-uNPEo4MY2n textarea {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uNPEo4MY2n .form-control::-webkit-input-placeholder,
.cid-uNPEo4MY2n .field-input::-webkit-input-placeholder,
.cid-uNPEo4MY2n textarea::-webkit-input-placeholder,
.cid-uNPEo4MY2n .form-control::-webkit-input-placeholder,
.cid-uNPEo4MY2n .field-input::-webkit-input-placeholder,
.cid-uNPEo4MY2n textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-uNPEo4MY2n .form-control:-moz-placeholder,
.cid-uNPEo4MY2n .field-input:-moz-placeholder,
.cid-uNPEo4MY2n textarea:-moz-placeholder,
.cid-uNPEo4MY2n .form-control:-moz-placeholder,
.cid-uNPEo4MY2n .field-input:-moz-placeholder,
.cid-uNPEo4MY2n textarea:-moz-placeholder {
  color: #000000;
}
.cid-uNPEo4MY2n .form-control:hover,
.cid-uNPEo4MY2n .field-input:hover,
.cid-uNPEo4MY2n textarea:hover,
.cid-uNPEo4MY2n .form-control:focus,
.cid-uNPEo4MY2n .field-input:focus,
.cid-uNPEo4MY2n textarea:focus {
  background-color: #e5673b;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uNPEo4MY2n .form-control:hover::-webkit-input-placeholder,
.cid-uNPEo4MY2n .field-input:hover::-webkit-input-placeholder,
.cid-uNPEo4MY2n textarea:hover::-webkit-input-placeholder,
.cid-uNPEo4MY2n .form-control:focus::-webkit-input-placeholder,
.cid-uNPEo4MY2n .field-input:focus::-webkit-input-placeholder,
.cid-uNPEo4MY2n textarea:focus::-webkit-input-placeholder,
.cid-uNPEo4MY2n .form-control:hover::-webkit-input-placeholder,
.cid-uNPEo4MY2n .field-input:hover::-webkit-input-placeholder,
.cid-uNPEo4MY2n textarea:hover::-webkit-input-placeholder,
.cid-uNPEo4MY2n .form-control:focus::-webkit-input-placeholder,
.cid-uNPEo4MY2n .field-input:focus::-webkit-input-placeholder,
.cid-uNPEo4MY2n textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-uNPEo4MY2n .form-control:hover:-moz-placeholder,
.cid-uNPEo4MY2n .field-input:hover:-moz-placeholder,
.cid-uNPEo4MY2n textarea:hover:-moz-placeholder,
.cid-uNPEo4MY2n .form-control:focus:-moz-placeholder,
.cid-uNPEo4MY2n .field-input:focus:-moz-placeholder,
.cid-uNPEo4MY2n textarea:focus:-moz-placeholder,
.cid-uNPEo4MY2n .form-control:hover:-moz-placeholder,
.cid-uNPEo4MY2n .field-input:hover:-moz-placeholder,
.cid-uNPEo4MY2n textarea:hover:-moz-placeholder,
.cid-uNPEo4MY2n .form-control:focus:-moz-placeholder,
.cid-uNPEo4MY2n .field-input:focus:-moz-placeholder,
.cid-uNPEo4MY2n textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-uNPEo4MY2n .jq-number__spin:hover,
.cid-uNPEo4MY2n .jq-number__spin:focus {
  background-color: #e5673b;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uNPEo4MY2n .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uNPEo4MY2n .jq-selectbox li,
.cid-uNPEo4MY2n .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uNPEo4MY2n .jq-selectbox li:hover,
.cid-uNPEo4MY2n .jq-selectbox li.selected {
  background-color: #e5673b;
  color: #ffffff;
}
.cid-uNPEo4MY2n .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uNPEo4MY2n .jq-number__spin.minus:hover:after,
.cid-uNPEo4MY2n .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uNPEo4MY2n .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uNPEo4MY2n .jq-number__spin.minus:after,
.cid-uNPEo4MY2n .jq-number__spin.plus:after {
  border-top-color: #e5673b;
  border-bottom-color: #e5673b;
}
.cid-uNPEo4MY2n input::-webkit-clear-button {
  display: none;
}
.cid-uNPEo4MY2n input::-webkit-inner-spin-button {
  display: none;
}
.cid-uNPEo4MY2n input::-webkit-outer-spin-button {
  display: none;
}
.cid-uNPEo4MY2n input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uNPEo4MY2n .container {
  background-color: #000000;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uNPEo4MY2n .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uNPEo4MY2n .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-uNPEo4MY2n .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 17px;
  font-weight: 600;
  width: 100%;
}
.cid-uNPEo4MY2n .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
  text-align: center;
}
.cid-uNPEo4MY2n .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-uNPEo4MY2n .mbr-text {
  margin-bottom: 37px;
}
.cid-uNPEo4MY2n .shape {
  width: 135px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.cid-uNPEo4MY2n .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.cid-uNPEo4MY2n .dragArea {
  justify-content: center;
}
.cid-uNPEo4MY2n .textGDPR.display-7 {
  font-size: 16px;
}
.cid-uNPEo4MY2n .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-uNPEo4MY2n .form-control,
.cid-uNPEo4MY2n .field-input,
.cid-uNPEo4MY2n textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-uNPEo4MY2n .form-check {
  padding-left: 2.5em !important;
}
.cid-uNPEo4MY2n .form-check .display-7 {
  font-size: 16px !important;
}
.cid-uNPEvz3NRQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uNPEvz3NRQ img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNPEvz3NRQ img {
    height: 350px;
  }
}
.cid-uNPEvz3NRQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNPEvz3NRQ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNPEvz3NRQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sK7udwhsbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #eae8e4;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #e43725;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #000000 !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #000000 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uNPLKTF84N {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/auengebaude.webp");
}
.cid-uNPLKTF84N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPLKTF84N .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-uNPLKTF84N .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNPLKTF84N .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNPLKTF84N .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNPLKTF84N .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNPLKTF84N .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNPLKTF84N .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #ffffff, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNPLKTF84N .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNPLKTF84N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNPLKTF84N .btn-wrapper {
  margin-top: -15%;
}
.cid-uNPLKTF84N .mbr-section-title {
  color: #272b2e;
}
.cid-uNPLKTF84N .mbr-text,
.cid-uNPLKTF84N .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uNPLKTF84N .mbr-section-title,
.cid-uNPLKTF84N .mbr-section-btn,
.cid-uNPLKTF84N .clients-wrapper {
  text-align: center;
  color: #e5673b;
}
.cid-uM7C5LkHZd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uM7C5LkHZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7C5LkHZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7C5LkHZd .row {
  justify-content: center;
}
.cid-uM7C5LkHZd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uM7C5LkHZd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ebad0e, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uM7C5LkHZd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uM7C5LkHZd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uM7C5LkHZd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uM7C5LkHZd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uM7C5LkHZd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uM7C5LkHZd .mbr-section-title {
  color: #ffffff;
}
.cid-uM7C5LkHZd .mbr-text {
  color: #ffffff;
}
.cid-uM7C5LkHZd .mbr-desc {
  color: #ffffff;
}
.cid-uM7C5URhtu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/weingarten.webp");
  position: relative;
}
.cid-uM7C5URhtu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uM7C5URhtu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7C5URhtu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7C5URhtu .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uM7C5URhtu .content-wrapper {
    margin-top: 0;
  }
}
.cid-uM7C5URhtu .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #e5673b, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uM7C5URhtu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uM7C5URhtu .mbr-section-title {
  color: #ffffff;
}
.cid-uM7C5URhtu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uM7C654zex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tischreservirung.webp");
  position: relative;
}
.cid-uM7C654zex::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uM7C654zex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7C654zex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7C654zex .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uM7C654zex .content-wrapper {
    margin-top: 0;
  }
}
.cid-uM7C654zex .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #e5673b, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uM7C654zex .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uM7C654zex .mbr-section-title {
  color: #ffffff;
}
.cid-uM7C654zex .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uM7C654zex .mbr-section-title,
.cid-uM7C654zex .mbr-section-btn {
  text-align: left;
}
.cid-uM7C6AdOHi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uM7C6AdOHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7C6AdOHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7C6AdOHi .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uM7C6AdOHi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM7C6AdOHi .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uM7C6AdOHi .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uM7C6AdOHi .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uM7C6AdOHi .title-wrapper .title-wrap .mbr-section-title span {
  color: #ffffff;
}
.cid-uM7C6AdOHi .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uM7C6AdOHi .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uM7C6AdOHi .item:hover .item-wrapper .item-content,
.cid-uM7C6AdOHi .item:focus .item-wrapper .item-content {
  background-color: #e5673b;
  margin: 10px;
}
.cid-uM7C6AdOHi .item:hover .item-wrapper .item-content .item-title,
.cid-uM7C6AdOHi .item:focus .item-wrapper .item-content .item-title {
  color: #000000;
}
.cid-uM7C6AdOHi .item:hover .item-wrapper .item-content .item-text,
.cid-uM7C6AdOHi .item:focus .item-wrapper .item-content .item-text {
  color: #000000;
}
.cid-uM7C6AdOHi .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uM7C6AdOHi .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uM7C6AdOHi .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uM7C6AdOHi .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #000000);
  pointer-events: none;
  z-index: 1;
}
.cid-uM7C6AdOHi .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uM7C6AdOHi .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #e5673b;
    margin: 10px;
  }
}
.cid-uM7C6AdOHi .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uM7C6AdOHi .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-uM7C6AdOHi .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-uM7C6AdOHi .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-uM7C6AdOHi .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uM7C6AdOHi .item .item-wrapper .item-content .item-title {
    color: #000000;
  }
}
.cid-uM7C6AdOHi .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uM7C6AdOHi .item .item-wrapper .item-content .item-text {
    color: #000000;
  }
}
.cid-uM7C6AdOHi .mbr-section-title {
  color: #404349;
}
.cid-uM7C6AdOHi .mbr-desc {
  color: #b19a7c;
}
.cid-uM7C6AdOHi .item-title {
  color: #fef2f2;
}
.cid-uM7C6AdOHi .item-desc {
  color: #ffffff;
}
.cid-uM7C6AdOHi .item-text {
  color: #ffffff;
}
.cid-uM7C6AdOHi .mbr-section-title,
.cid-uM7C6AdOHi .title-wrap {
  color: #e5673b;
}
.cid-uM7JZuIPtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uM7JZuIPtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7JZuIPtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7JZuIPtV .row {
  margin: 0 -8px;
}
.cid-uM7JZuIPtV .row .card {
  padding: 0 8px;
}
.cid-uM7JZuIPtV .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5673b;
}
@media (max-width: 1440px) {
  .cid-uM7JZuIPtV .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uM7JZuIPtV .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uM7JZuIPtV .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uM7JZuIPtV .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uM7JZuIPtV .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uM7JZuIPtV .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uM7JZuIPtV .image-wrapper {
  height: 100%;
}
.cid-uM7JZuIPtV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM7JZuIPtV .image-wrapper img {
    height: 300px;
  }
}
.cid-uM7JZuIPtV .mbr-section-title {
  color: #2c2c26;
}
.cid-uM7JZuIPtV .mbr-text,
.cid-uM7JZuIPtV .text-wrapper {
  color: #ffffff;
}
.cid-uM7JZuIPtV .mbr-section-title,
.cid-uM7JZuIPtV .mbr-section-btn {
  color: #000000;
}
.cid-uM7C6s6fxN {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-uM7C6s6fxN .mbr-section-head {
  padding: 0 1rem;
}
.cid-uM7C6s6fxN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uM7C6s6fxN .team-card:hover {
  transform: translateY(-10px);
}
.cid-uM7C6s6fxN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uM7C6s6fxN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uM7C6s6fxN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uM7C6s6fxN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM7C6s6fxN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uM7C6s6fxN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uM7C6s6fxN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uM7C6s6fxN .embla__button--next,
.cid-uM7C6s6fxN .embla__button--prev {
  display: flex;
}
.cid-uM7C6s6fxN .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f9f9fc;
  border: 2px solid #f9f9fc;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uM7C6s6fxN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM7C6s6fxN .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uM7C6s6fxN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM7C6s6fxN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uM7C6s6fxN .embla__button {
    top: -10%;
  }
}
.cid-uM7C6s6fxN .embla {
  position: relative;
  width: 100%;
  margin-top: 53px;
  margin-bottom: -9rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uM7C6s6fxN .embla {
    margin-top: 80px;
  }
}
.cid-uM7C6s6fxN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uM7C6s6fxN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM7C6s6fxN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM7C6s6fxN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM7C6s6fxN .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-uM7C6s6fxN .mbr-section-title {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.cid-uM7C6s6fxN .mbr-text {
  margin: 0;
  color: #adaeb1;
  text-align: center;
}
.cid-uM7C6s6fxN .item-wrapper {
  height: 100%;
}
.cid-uM7C6s6fxN .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uM7C6s6fxN .item-wrapper .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM7C6s6fxN .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-uM7C6gccTY {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM7C6gccTY .row {
  position: relative;
}
.cid-uM7C6gccTY .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #000000 50%, #000000);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uM7C6gccTY .row .blur-circle {
    display: none;
  }
}
.cid-uM7C6gccTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7C6gccTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7C6gccTY .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uM7C6gccTY .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uM7C6gccTY .row {
    padding: 0 24px;
  }
}
.cid-uM7C6gccTY .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uM7C6gccTY .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uM7C6gccTY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM7C6gccTY .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uM7C6gccTY .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #000000;
  z-index: -1;
}
.cid-uM7C6gccTY .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uM7C6gccTY .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-uM7C6gccTY .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uM7C6gccTY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uM7C6gccTY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sK7udwhsbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #eae8e4;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #e43725;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
