.btn {
  border-width: 2px;
}
body {
  font-family: 'tahoma';
}
.display-1 {
  font-family: 'tahoma';
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'tahoma';
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'tahoma';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'tahoma';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'tahoma';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #a9a9a9 !important;
}
.bg-success {
  background-color: #a9a9a9 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #78cb69 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !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: #7e7e7e !important;
  border-color: #7e7e7e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !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: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #616161 !important;
  background-color: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #78cb69 !important;
  border-color: #78cb69 !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: #49a439 !important;
  border-color: #49a439 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #49a439 !important;
  border-color: #49a439 !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: #a9a9a9;
  color: #a9a9a9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7e7e7e !important;
  background-color: transparent!important;
  border-color: #7e7e7e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent!important;
  border-color: #b5b5b5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #080808 !important;
  background-color: transparent!important;
  border-color: #080808 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a9a9a9;
  color: #a9a9a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7e7e7e !important;
  background-color: transparent!important;
  border-color: #7e7e7e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #78cb69;
  color: #78cb69;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #49a439 !important;
  background-color: transparent!important;
  border-color: #49a439 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #78cb69 !important;
  border-color: #78cb69 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a9a9a9 !important;
}
.text-secondary {
  color: #e0e0e0 !important;
}
.text-success {
  color: #a9a9a9 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #78cb69 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #767676 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #adadad !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #767676 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #449935 !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: #a9a9a9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #78cb69;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a9a9a9;
  border-color: #a9a9a9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a9a9a9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9e9e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e9e9e9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'tahoma';
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #a9a9a9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'tahoma';
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #a9a9a9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a9a9a9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a9a9a9;
}
.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: #a9a9a9;
  border-bottom-color: #a9a9a9;
}
.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: #a9a9a9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e0e0e0 !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='%23a9a9a9' %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-tej8ECl3xi {
  position: relative;
  overflow: visible;
  min-height: 210px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-tej8ECl3xi {
    min-height: 170px !important;
  }
}
.cid-tej8ECl3xi .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tej8ECl3xi .empty_md {
    display: block;
  }
}
.cid-tej8ECl3xi .container,
.cid-tej8ECl3xi .container-fluid,
.cid-tej8ECl3xi .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tej8ECl3xi .container,
  .cid-tej8ECl3xi .container-fluid,
  .cid-tej8ECl3xi .empty_md {
    min-height: 170px !important;
  }
}
.cid-tej8ECl3xi .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tej8ECl3xi .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tej8ECl3xi .top_menu {
    min-height: 110px !important;
  }
}
.cid-tej8ECl3xi .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tej8ECl3xi .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tej8ECl3xi .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-tej8ECl3xi .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tej8ECl3xi .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tej8ECl3xi .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tej8ECl3xi .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tej8ECl3xi .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tej8ECl3xi .empty,
  .cid-tej8ECl3xi .icons-menu {
    min-width: 265px;
  }
  .cid-tej8ECl3xi .navbar-logo {
    margin: 0;
  }
  .cid-tej8ECl3xi .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tej8ECl3xi .btn {
    white-space: nowrap;
  }
  .cid-tej8ECl3xi .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tej8ECl3xi .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tej8ECl3xi .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tej8ECl3xi .dropdown-toggle::after,
  .cid-tej8ECl3xi .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tej8ECl3xi .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tej8ECl3xi .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tej8ECl3xi .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tej8ECl3xi .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tej8ECl3xi .dropdown-menu .dropdown-item:hover {
  color: #a9a9a9 !important;
  background-color: #f8f8f8;
}
.cid-tej8ECl3xi .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tej8ECl3xi .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tej8ECl3xi .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tej8ECl3xi .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tej8ECl3xi .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tej8ECl3xi .nav-item:focus,
.cid-tej8ECl3xi .nav-link:focus {
  outline: none;
}
.cid-tej8ECl3xi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tej8ECl3xi .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tej8ECl3xi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tej8ECl3xi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tej8ECl3xi .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tej8ECl3xi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tej8ECl3xi ul.navbar-nav li {
  margin: auto;
}
.cid-tej8ECl3xi .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-tej8ECl3xi .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-tej8ECl3xi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tej8ECl3xi .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tej8ECl3xi .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tej8ECl3xi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tej8ECl3xi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tej8ECl3xi .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tej8ECl3xi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tej8ECl3xi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tej8ECl3xi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tej8ECl3xi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tej8ECl3xi .navbar .icons-menu,
  .cid-tej8ECl3xi .navbar .empty {
    display: none;
  }
  .cid-tej8ECl3xi .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tej8ECl3xi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tej8ECl3xi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tej8ECl3xi .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tej8ECl3xi .navbar .container-fluid,
  .cid-tej8ECl3xi .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tej8ECl3xi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tej8ECl3xi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tej8ECl3xi .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 7.6rem !important;
  }
  .cid-tej8ECl3xi .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tej8ECl3xi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tej8ECl3xi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tej8ECl3xi .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-tej8ECl3xi .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tej8ECl3xi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tej8ECl3xi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tej8ECl3xi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tej8ECl3xi .dropdown-item.active,
.cid-tej8ECl3xi .dropdown-item:active {
  background-color: transparent;
}
.cid-tej8ECl3xi .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tej8ECl3xi .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tej8ECl3xi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tej8ECl3xi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tej8ECl3xi .navbar-buttons {
  text-align: center;
}
.cid-tej8ECl3xi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tej8ECl3xi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tej8ECl3xi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tej8ECl3xi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tej8ECl3xi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tej8ECl3xi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tej8ECl3xi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tej8ECl3xi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tej8ECl3xi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tej8ECl3xi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tej8ECl3xi .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tej8ECl3xi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tej8ECl3xi a.nav-link:hover {
  color: #e0e0e0 !important;
}
.is-builder .cid-tej8ECl3xi .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tej8ECl3xi .navbar {
    height: 77px;
  }
  .cid-tej8ECl3xi .navbar.opened {
    height: auto;
  }
  .cid-tej8ECl3xi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfalth3cbt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tfalth3cbt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfalth3cbt .items-col {
  background: #333333;
  padding: 5rem;
  height: 100%;
}
.cid-tfalth3cbt .container {
  max-width: 1800px;
}
@media (max-width: 1400px) {
  .cid-tfalth3cbt .items-col {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfalth3cbt .items-col {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tfalth3cbt .col-md-12 {
    padding-bottom: 2rem;
  }
}
.cid-tfalth3cbt img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-tfalth3cbt .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-tfalth3cbt .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-tfalth3cbt .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-tfalth3cbt .link,
.cid-tfalth3cbt .link-wrap {
  color: #e0e0e0;
  text-align: left;
}
.cid-tfalth3cbt H3 {
  color: #c2c2c2;
}
.cid-tf8S5LbSnI {
  padding-top: 195px;
  padding-bottom: 120px;
  background-image: url("https://staniscorner.ch/assets/images/a-mpvrsl5-jyxir4orpxrhspd1ighplvk2qx-mv9sc8.webp");
}
.cid-tf8S5LbSnI .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-tf8S5LbSnI .container {
  max-width: 1500px;
}
.cid-tf8S5LbSnI .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tf8S5LbSnI .container {
    padding: 0 4rem;
  }
}
.cid-tf8S5LbSnI .mbr-text,
.cid-tf8S5LbSnI .mbr-section-btn {
  color: #efeeee;
}
.cid-tf8S5LbSnI .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-tf8S5LbSnI .btn .mbr-iconfont {
  order: 2;
}
.cid-tf8S5LbSnI .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-tf8S5LbSnI .align-left {
    text-align: center;
  }
  .cid-tf8S5LbSnI .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-tgyV2jl9tc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://staniscorner.ch/assets/images/bagels-1-750x502.webp");
  overflow: hidden;
}
.cid-tgyV2jl9tc .quote {
  left: 0%;
  bottom: 0;
}
@media (min-width: 768px) {
  .cid-tgyV2jl9tc .quote {
    left: -10%;
  }
}
.cid-tgyV2jl9tc .img__container {
  height: min-content;
  width: 60vw;
}
@media (max-width: 767.98px) {
  .cid-tgyV2jl9tc .img__container {
    width: 100vw;
  }
}
.cid-tgyV2jl9tc .img__container img {
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.cid-tgyV2jl9tc .colored-text {
  color: #eeeeee !important;
}
.cid-tgyV2jl9tc .mbr-section-title {
  color: #eeeeee;
}
.cid-tgyV2jl9tc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgyV2jl9tc .mbr-text {
  color: #ffffff;
}
.cid-tgyV2jl9tc .mbr-text.quote {
  color: #ffffff;
}
.cid-tgyXmEhLxl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://staniscorner.ch/assets/images/kaffee-1-1200x675.webp");
  overflow: hidden;
}
.cid-tgyXmEhLxl .quote {
  left: 0%;
  bottom: 0;
}
@media (min-width: 768px) {
  .cid-tgyXmEhLxl .quote {
    left: -10%;
  }
}
.cid-tgyXmEhLxl .img__container {
  height: min-content;
  width: 60vw;
}
@media (max-width: 767.98px) {
  .cid-tgyXmEhLxl .img__container {
    width: 100vw;
  }
}
.cid-tgyXmEhLxl .img__container img {
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.cid-tgyXmEhLxl .colored-text {
  color: #eeeeee !important;
}
.cid-tgyXmEhLxl .mbr-section-title {
  color: #eeeeee;
}
.cid-tgyXmEhLxl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgyXmEhLxl .mbr-text {
  color: #ffffff;
}
.cid-tgyXmEhLxl .mbr-text.quote {
  color: #ffffff;
}
.cid-uF8nCDatlO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("https://staniscorner.ch/assets/images/coffee-shop-2-1112x514.webp");
}
.cid-uF8nCDatlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8nCDatlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8nCDatlO .map-wrapper {
  height: 100%;
}
.cid-uF8nCDatlO .card-wrapper {
  border: 1px solid #a9a9a9;
  padding: 3rem 2.25rem;
  background: #333333;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uF8nCDatlO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8nCDatlO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uF8nCDatlO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8nCDatlO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uF8nCDatlO .google-map {
  height: 100%;
  position: relative;
}
.cid-uF8nCDatlO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF8nCDatlO .google-map iframe {
    min-height: 350px;
  }
}
.cid-uF8nCDatlO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF8nCDatlO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF8nCDatlO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF8nCDatlO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uF8nCDatlO .content-head {
  max-width: 800px;
}
.cid-uF8nCDatlO .mbr-section-title {
  color: #eeeeee;
}
.cid-uF8nCDatlO .cardTitle {
  color: #eeeeee;
}
.cid-uF8nCDatlO .list,
.cid-uF8nCDatlO .item-wrap {
  color: #ffffff;
}
.cid-uF8nCDatlO .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-teXpDf02Hw {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid #FFFFFF;
  background-color: #232323;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-teXpDf02Hw .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-teXpDf02Hw .copyright {
  margin-right: 0.5rem;
}
.cid-teXpDf02Hw .copyright,
.cid-teXpDf02Hw .produced {
  margin-top: 0.5rem;
}
.cid-teXic43mlL {
  position: relative;
  overflow: visible;
  min-height: 210px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-teXic43mlL {
    min-height: 170px !important;
  }
}
.cid-teXic43mlL .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-teXic43mlL .empty_md {
    display: block;
  }
}
.cid-teXic43mlL .container,
.cid-teXic43mlL .container-fluid,
.cid-teXic43mlL .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-teXic43mlL .container,
  .cid-teXic43mlL .container-fluid,
  .cid-teXic43mlL .empty_md {
    min-height: 170px !important;
  }
}
.cid-teXic43mlL .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-teXic43mlL .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-teXic43mlL .top_menu {
    min-height: 110px !important;
  }
}
.cid-teXic43mlL .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-teXic43mlL .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-teXic43mlL .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-teXic43mlL .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-teXic43mlL .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-teXic43mlL .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-teXic43mlL .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-teXic43mlL .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-teXic43mlL .empty,
  .cid-teXic43mlL .icons-menu {
    min-width: 265px;
  }
  .cid-teXic43mlL .navbar-logo {
    margin: 0;
  }
  .cid-teXic43mlL .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-teXic43mlL .btn {
    white-space: nowrap;
  }
  .cid-teXic43mlL .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-teXic43mlL .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-teXic43mlL .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-teXic43mlL .dropdown-toggle::after,
  .cid-teXic43mlL .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-teXic43mlL .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-teXic43mlL .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-teXic43mlL .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-teXic43mlL .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-teXic43mlL .dropdown-menu .dropdown-item:hover {
  color: #a9a9a9 !important;
  background-color: #f8f8f8;
}
.cid-teXic43mlL .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-teXic43mlL .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-teXic43mlL .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-teXic43mlL .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-teXic43mlL .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-teXic43mlL .nav-item:focus,
.cid-teXic43mlL .nav-link:focus {
  outline: none;
}
.cid-teXic43mlL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-teXic43mlL .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-teXic43mlL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-teXic43mlL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teXic43mlL .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-teXic43mlL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teXic43mlL ul.navbar-nav li {
  margin: auto;
}
.cid-teXic43mlL .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-teXic43mlL .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-teXic43mlL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-teXic43mlL .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-teXic43mlL .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-teXic43mlL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teXic43mlL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teXic43mlL .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-teXic43mlL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-teXic43mlL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-teXic43mlL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teXic43mlL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-teXic43mlL .navbar .icons-menu,
  .cid-teXic43mlL .navbar .empty {
    display: none;
  }
  .cid-teXic43mlL .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-teXic43mlL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teXic43mlL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teXic43mlL .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-teXic43mlL .navbar .container-fluid,
  .cid-teXic43mlL .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-teXic43mlL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-teXic43mlL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teXic43mlL .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 7.6rem !important;
  }
  .cid-teXic43mlL .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-teXic43mlL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-teXic43mlL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teXic43mlL .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-teXic43mlL .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-teXic43mlL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teXic43mlL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-teXic43mlL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teXic43mlL .dropdown-item.active,
.cid-teXic43mlL .dropdown-item:active {
  background-color: transparent;
}
.cid-teXic43mlL .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teXic43mlL .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-teXic43mlL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-teXic43mlL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-teXic43mlL .navbar-buttons {
  text-align: center;
}
.cid-teXic43mlL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-teXic43mlL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-teXic43mlL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teXic43mlL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teXic43mlL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teXic43mlL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teXic43mlL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teXic43mlL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teXic43mlL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teXic43mlL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teXic43mlL .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-teXic43mlL a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-teXic43mlL a.nav-link:hover {
  color: #e0e0e0 !important;
}
.is-builder .cid-teXic43mlL .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teXic43mlL .navbar {
    height: 77px;
  }
  .cid-teXic43mlL .navbar.opened {
    height: auto;
  }
  .cid-teXic43mlL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teXjjBG9dv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #3d3d3d;
}
.cid-teXjjBG9dv .card-wrapper {
  background: #626161;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-teXjjBG9dv .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-teXjjBG9dv .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teXjjBG9dv .card-wrapper {
    padding: 4rem;
  }
}
.cid-teXjjBG9dv .mbr-text,
.cid-teXjjBG9dv .mbr-section-btn {
  color: #ffffff;
}
.cid-teXjjBG9dv .card-title,
.cid-teXjjBG9dv .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-teXiPQyIsQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #3d3d3d;
}
.cid-teXiPQyIsQ .card-wrapper {
  background: #626161;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-teXiPQyIsQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-teXiPQyIsQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teXiPQyIsQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-teXiPQyIsQ .mbr-text,
.cid-teXiPQyIsQ .mbr-section-btn {
  color: #ffffff;
}
.cid-teXiPQyIsQ .card-title,
.cid-teXiPQyIsQ .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-teXpDf02Hw {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid #FFFFFF;
  background-color: #232323;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-teXpDf02Hw .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-teXpDf02Hw .copyright {
  margin-right: 0.5rem;
}
.cid-teXpDf02Hw .copyright,
.cid-teXpDf02Hw .produced {
  margin-top: 0.5rem;
}
.cid-tgR37ZunKw {
  position: relative;
  overflow: visible;
  min-height: 210px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-tgR37ZunKw {
    min-height: 170px !important;
  }
}
.cid-tgR37ZunKw .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tgR37ZunKw .empty_md {
    display: block;
  }
}
.cid-tgR37ZunKw .container,
.cid-tgR37ZunKw .container-fluid,
.cid-tgR37ZunKw .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tgR37ZunKw .container,
  .cid-tgR37ZunKw .container-fluid,
  .cid-tgR37ZunKw .empty_md {
    min-height: 170px !important;
  }
}
.cid-tgR37ZunKw .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tgR37ZunKw .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tgR37ZunKw .top_menu {
    min-height: 110px !important;
  }
}
.cid-tgR37ZunKw .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgR37ZunKw .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tgR37ZunKw .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-tgR37ZunKw .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tgR37ZunKw .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tgR37ZunKw .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tgR37ZunKw .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tgR37ZunKw .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tgR37ZunKw .empty,
  .cid-tgR37ZunKw .icons-menu {
    min-width: 265px;
  }
  .cid-tgR37ZunKw .navbar-logo {
    margin: 0;
  }
  .cid-tgR37ZunKw .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tgR37ZunKw .btn {
    white-space: nowrap;
  }
  .cid-tgR37ZunKw .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tgR37ZunKw .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tgR37ZunKw .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tgR37ZunKw .dropdown-toggle::after,
  .cid-tgR37ZunKw .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tgR37ZunKw .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tgR37ZunKw .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgR37ZunKw .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tgR37ZunKw .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgR37ZunKw .dropdown-menu .dropdown-item:hover {
  color: #a9a9a9 !important;
  background-color: #f8f8f8;
}
.cid-tgR37ZunKw .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tgR37ZunKw .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tgR37ZunKw .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tgR37ZunKw .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tgR37ZunKw .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tgR37ZunKw .nav-item:focus,
.cid-tgR37ZunKw .nav-link:focus {
  outline: none;
}
.cid-tgR37ZunKw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tgR37ZunKw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgR37ZunKw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgR37ZunKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgR37ZunKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tgR37ZunKw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgR37ZunKw ul.navbar-nav li {
  margin: auto;
}
.cid-tgR37ZunKw .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-tgR37ZunKw .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-tgR37ZunKw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tgR37ZunKw .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tgR37ZunKw .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tgR37ZunKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgR37ZunKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgR37ZunKw .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tgR37ZunKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tgR37ZunKw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgR37ZunKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgR37ZunKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tgR37ZunKw .navbar .icons-menu,
  .cid-tgR37ZunKw .navbar .empty {
    display: none;
  }
  .cid-tgR37ZunKw .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tgR37ZunKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgR37ZunKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgR37ZunKw .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tgR37ZunKw .navbar .container-fluid,
  .cid-tgR37ZunKw .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tgR37ZunKw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgR37ZunKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgR37ZunKw .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 7.6rem !important;
  }
  .cid-tgR37ZunKw .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tgR37ZunKw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tgR37ZunKw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tgR37ZunKw .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-tgR37ZunKw .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tgR37ZunKw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgR37ZunKw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgR37ZunKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgR37ZunKw .dropdown-item.active,
.cid-tgR37ZunKw .dropdown-item:active {
  background-color: transparent;
}
.cid-tgR37ZunKw .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgR37ZunKw .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tgR37ZunKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tgR37ZunKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgR37ZunKw .navbar-buttons {
  text-align: center;
}
.cid-tgR37ZunKw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgR37ZunKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgR37ZunKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgR37ZunKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgR37ZunKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgR37ZunKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgR37ZunKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgR37ZunKw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgR37ZunKw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgR37ZunKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgR37ZunKw .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tgR37ZunKw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgR37ZunKw a.nav-link:hover {
  color: #e0e0e0 !important;
}
.is-builder .cid-tgR37ZunKw .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgR37ZunKw .navbar {
    height: 77px;
  }
  .cid-tgR37ZunKw .navbar.opened {
    height: auto;
  }
  .cid-tgR37ZunKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgR56X3KQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-tgR56X3KQy .row {
  justify-content: center;
}
.cid-tgR56X3KQy .col-title {
  margin-bottom: 2.5rem;
}
.cid-tgR56X3KQy .mbr-section-title {
  color: #c2c2c2;
}
.cid-tgR56X3KQy .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tgR56X3KQy .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgR56X3KQy .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tgR56X3KQy .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tgR56X3KQy .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 300px;
}
@media (max-width: 639px) {
  .cid-tgR56X3KQy .card {
    min-height: 207px;
  }
}
.cid-tgR56X3KQy .card-1 {
  background-color: #e0e0e0;
}
.cid-tgR56X3KQy .card-2 {
  background-color: #75083a;
}
.cid-tgR56X3KQy .card-3 {
  background-color: #ff4545;
}
.cid-tgR56X3KQy .card-4 {
  background-color: #fed243;
}
.cid-tgR56X3KQy .card-5 {
  background-color: #44af69;
}
.cid-tgR56X3KQy .card-6 {
  background-color: #ff7f11;
}
.cid-tgR56X3KQy .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tgR56X3KQy .card:hover .card-title {
  text-decoration: underline;
}
.cid-tgR56X3KQy .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tgR56X3KQy .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tgR56X3KQy .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tgR56X3KQy .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tgR56X3KQy .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tgR56X3KQy .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tgR56X3KQy .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tgR380lrHo {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid #FFFFFF;
  background-color: #232323;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tgR380lrHo .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tgR380lrHo .copyright {
  margin-right: 0.5rem;
}
.cid-tgR380lrHo .copyright,
.cid-tgR380lrHo .produced {
  margin-top: 0.5rem;
}
.cid-tkqA8YZPuV {
  position: relative;
  overflow: visible;
  min-height: 210px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-tkqA8YZPuV {
    min-height: 170px !important;
  }
}
.cid-tkqA8YZPuV .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tkqA8YZPuV .empty_md {
    display: block;
  }
}
.cid-tkqA8YZPuV .container,
.cid-tkqA8YZPuV .container-fluid,
.cid-tkqA8YZPuV .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tkqA8YZPuV .container,
  .cid-tkqA8YZPuV .container-fluid,
  .cid-tkqA8YZPuV .empty_md {
    min-height: 170px !important;
  }
}
.cid-tkqA8YZPuV .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tkqA8YZPuV .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkqA8YZPuV .top_menu {
    min-height: 110px !important;
  }
}
.cid-tkqA8YZPuV .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tkqA8YZPuV .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tkqA8YZPuV .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-tkqA8YZPuV .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tkqA8YZPuV .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tkqA8YZPuV .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tkqA8YZPuV .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tkqA8YZPuV .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tkqA8YZPuV .empty,
  .cid-tkqA8YZPuV .icons-menu {
    min-width: 265px;
  }
  .cid-tkqA8YZPuV .navbar-logo {
    margin: 0;
  }
  .cid-tkqA8YZPuV .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tkqA8YZPuV .btn {
    white-space: nowrap;
  }
  .cid-tkqA8YZPuV .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tkqA8YZPuV .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tkqA8YZPuV .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tkqA8YZPuV .dropdown-toggle::after,
  .cid-tkqA8YZPuV .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tkqA8YZPuV .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tkqA8YZPuV .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tkqA8YZPuV .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tkqA8YZPuV .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tkqA8YZPuV .dropdown-menu .dropdown-item:hover {
  color: #a9a9a9 !important;
  background-color: #f8f8f8;
}
.cid-tkqA8YZPuV .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tkqA8YZPuV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tkqA8YZPuV .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tkqA8YZPuV .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tkqA8YZPuV .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tkqA8YZPuV .nav-item:focus,
.cid-tkqA8YZPuV .nav-link:focus {
  outline: none;
}
.cid-tkqA8YZPuV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tkqA8YZPuV .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tkqA8YZPuV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tkqA8YZPuV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkqA8YZPuV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tkqA8YZPuV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkqA8YZPuV ul.navbar-nav li {
  margin: auto;
}
.cid-tkqA8YZPuV .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-tkqA8YZPuV .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-tkqA8YZPuV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tkqA8YZPuV .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tkqA8YZPuV .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tkqA8YZPuV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkqA8YZPuV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkqA8YZPuV .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tkqA8YZPuV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tkqA8YZPuV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkqA8YZPuV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkqA8YZPuV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkqA8YZPuV .navbar .icons-menu,
  .cid-tkqA8YZPuV .navbar .empty {
    display: none;
  }
  .cid-tkqA8YZPuV .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tkqA8YZPuV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkqA8YZPuV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkqA8YZPuV .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tkqA8YZPuV .navbar .container-fluid,
  .cid-tkqA8YZPuV .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tkqA8YZPuV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkqA8YZPuV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkqA8YZPuV .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 7.6rem !important;
  }
  .cid-tkqA8YZPuV .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tkqA8YZPuV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tkqA8YZPuV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkqA8YZPuV .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-tkqA8YZPuV .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tkqA8YZPuV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkqA8YZPuV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkqA8YZPuV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkqA8YZPuV .dropdown-item.active,
.cid-tkqA8YZPuV .dropdown-item:active {
  background-color: transparent;
}
.cid-tkqA8YZPuV .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkqA8YZPuV .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tkqA8YZPuV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tkqA8YZPuV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tkqA8YZPuV .navbar-buttons {
  text-align: center;
}
.cid-tkqA8YZPuV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tkqA8YZPuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkqA8YZPuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tkqA8YZPuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tkqA8YZPuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tkqA8YZPuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tkqA8YZPuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkqA8YZPuV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tkqA8YZPuV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tkqA8YZPuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkqA8YZPuV .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tkqA8YZPuV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tkqA8YZPuV a.nav-link:hover {
  color: #e0e0e0 !important;
}
.is-builder .cid-tkqA8YZPuV .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkqA8YZPuV .navbar {
    height: 77px;
  }
  .cid-tkqA8YZPuV .navbar.opened {
    height: auto;
  }
  .cid-tkqA8YZPuV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8jQSIaGV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1f1d1a;
}
.cid-uF8jQSIaGV .carousel,
.cid-uF8jQSIaGV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF8jQSIaGV .item-wrapper {
  width: 100%;
}
.cid-uF8jQSIaGV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF8jQSIaGV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-uF8jQSIaGV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uF8jQSIaGV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uF8jQSIaGV .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-uF8jQSIaGV .carousel-control span {
  color: #101019;
}
.cid-uF8jQSIaGV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF8jQSIaGV .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-uF8jQSIaGV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF8jQSIaGV .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8jQSIaGV .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-uF8jQSIaGV .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uF8jQSIaGV .carousel-indicators li.active,
.cid-uF8jQSIaGV .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-uF8jQSIaGV .carousel-indicators li::after,
.cid-uF8jQSIaGV .carousel-indicators li::before {
  content: none;
}
.cid-uF8jQSIaGV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF8jQSIaGV .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-uF8jQSIaGV .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-uF8jQSIaGV .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uF8jQSIaGV .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8jQSIaGV .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uF8jQSIaGV .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uF8jQSIaGV .mbr-section-title {
  text-align: center;
  color: #eeeeee;
}
.cid-tkqA8ZCYae {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid #FFFFFF;
  background-color: #232323;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tkqA8ZCYae .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tkqA8ZCYae .copyright {
  margin-right: 0.5rem;
}
.cid-tkqA8ZCYae .copyright,
.cid-tkqA8ZCYae .produced {
  margin-top: 0.5rem;
}
